Jump to content

Module:Inventory slot: Difference between revisions

m
no edit summary
imported>SunSeeker02
No edit summary
imported>Ttv pedro270707
mNo edit summary
Line 147: Line 147:
"Eucalyptus Log",
"Eucalyptus Log",
"Mossy Oak Log"
"Mossy Oak Log"
},
["Any Sapling"] = {
"Oak Sapling",
"Retro Oak Sapling",
"Pine Sapling",
"Birch Sapling",
"Cherry Sapling",
"Eucalyptus Sapling",
"Shrub Sapling"
},
},
["Any Redstone Ore"] = {
["Any Redstone Ore"] = {
Line 240: Line 249:
"Steel Boots"
"Steel Boots"
},
},
["Any Blast Furnace Fuel"] = {
"Nether Coal",
"Olivine"
},
["Any Fuel"] = {
table.unpack(p.itemSets["Any Blast Furnace Fuel"]),
"Coal",
"Charcoal",
table.unpack(p.itemSets["Any Planks"]),
table.unpack(p.itemSets["Any Sapling"]),
table.unpack(p.itemSets["Any Log"]),
table.unpack(p.itemSets["Any Fence"]),
table.unpack(p.itemSets["Any Fence Gate"]),
table.unpack(p.itemSets["Any Wooden Slab"]),
table.unpack(p.itemSets["Any Wooden Stairs"]),
table.unpack(p.itemSets["Any Wooden Chest"]),
"Wooden Pressure Plate",
"Workbench",
"Jukebox",
"Boat",
"Stick",
"Sign",
"Wooden Door",
"Fishing Rod",
}
}
}