Bureaucrats, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, translator
2,564
edits
(Update Bismuth and Curie's Bismium textures; add Animi Shamir texture) |
(Add Machine Blocks and Minecarts. Also updated relocators) |
||
Line 34: | Line 34: | ||
{ name = 'Apple Trees', id = 22 }, | { name = 'Apple Trees', id = 22 }, | ||
{ name = 'TNT Landmines', id = 23 }, | { name = 'TNT Landmines', id = 23 }, | ||
{ name = 'Sky Dimension', id = 24 } | { name = 'Sky Dimension', id = 24 }, | ||
{ name = 'Machine Blocks', id = 25 }, | |||
{ name = 'Ender Hoppers', id = 26 } | |||
}, | }, | ||
ids = { | ids = { | ||
Line 47: | Line 49: | ||
-- Relocators | -- Relocators | ||
['Relocator'] = { pos = 65, section = 3 }, | ['Relocator'] = { pos = 65, section = 3 }, | ||
['Relocated Compressor'] = { pos = | ['Relocator (Full)'] = { pos = 66, section = 3 }, | ||
['Relocated Custom Crafter'] = { pos = | ['Relocated Compressor'] = { pos = 67, section = 3 }, | ||
['Relocated Disassembler'] = { pos = | ['Relocated Custom Crafter'] = { pos = 68, section = 3 }, | ||
['Relocated Enchantment Extractor'] = { pos = | ['Relocated Disassembler'] = { pos = 69, section = 3 }, | ||
['Relocated Ender Hopper'] = { pos = | ['Relocated Enchantment Extractor'] = { pos = 70, section = 3 }, | ||
['Relocated Liquid Tank'] = { pos = | ['Relocated Ender Hopper'] = { pos = 71, section = 3 }, | ||
['Relocated Master Crafter'] = { pos = | ['Relocated Liquid Tank'] = { pos = 72, section = 3 }, | ||
['Relocated Smeltery'] = { pos = | ['Relocated Master Crafter'] = { pos = 73, section = 3 }, | ||
['Relocated Tinkering Compressor'] = { pos = | ['Relocated Smeltery'] = { pos = 74, section = 3 }, | ||
['Relocated Teleportation Anchor'] = { pos = | ['Relocated Tinkering Compressor'] = { pos = 75, section = 3 }, | ||
['Relocated Teleportation Jammer'] = { pos = | ['Relocated Teleportation Anchor'] = { pos = 76, section = 3 }, | ||
['Relocated Teleportation Jammer'] = { pos = 77, section = 3 }, | |||
-- Heart Canisters | -- Heart Canisters | ||
Line 250: | Line 253: | ||
-- Liquid Tanks | -- Liquid Tanks | ||
['Minecart with Liquid Tank'] = { pos = 3626, section = 18, spriteSheet = "inventory" }, | |||
['Invisibility Potion Liquid'] = { pos = 193, section = 18 }, | ['Invisibility Potion Liquid'] = { pos = 193, section = 18 }, | ||
['Leaping Potion Liquid'] = { pos = 194, section = 18 }, | ['Leaping Potion Liquid'] = { pos = 194, section = 18 }, | ||
Line 414: | Line 418: | ||
['Stardust'] = { pos = 3513, section = 24, spriteSheet = "inventory" }, | ['Stardust'] = { pos = 3513, section = 24, spriteSheet = "inventory" }, | ||
['Starlit Ender Pearl'] = { pos = 3510, section = 24, spriteSheet = "inventory" }, | ['Starlit Ender Pearl'] = { pos = 3510, section = 24, spriteSheet = "inventory" }, | ||
-- Machine Blocks | |||
['Block Compressor'] = { pos = 705, section = 25}, | |||
['Custom Crafter'] = { pos = 706, section = 25}, | |||
['Disassembler'] = { pos = 707, section = 25}, | |||
['Enchantment Extractor'] = { pos = 708, section = 25}, | |||
['Ender Hopper'] = { pos = 709, section = 25}, | |||
['Forming Press'] = { pos = 710, section = 25}, | |||
['Liquid Tank'] = { pos = 711, section = 25}, | |||
['Smeltery'] = { pos = 712, section = 25}, | |||
['Tinkering Compressor'] = { pos = 713, section = 25}, | |||
['Teleportation Anchor'] = { pos = 714, section = 25}, | |||
['Teleportation Jammer'] = { pos = 715, section = 25}, | |||
-- Ender Hoppers | |||
['Minecart with Ender Hopper'] = { pos = 3626, section = 26, spriteSheet = "inventory" }, | |||
}, | }, | ||
} | } |
edits