Module:Infobox/en
< Module:Infobox
Jump to navigation
Jump to search
Revision as of 16:29, 12 March 2024 by ROllerozxa (talk | contribs)
Documentation for this module may be created at Module:Infobox/en/doc
return { block = { {id = "type", name = "Node Type"}, {id = "drops", name = "[[Mining#Drops|Drops]]"}, {id = "physics", name = "[[:Category:Falling|Physics]]"}, {id = "luminance", name = "[[:Category:Luminous|Luminance]]"}, {id = "flammable", name = "[[:Category:Flammable|Flammable]]"}, {id = "generated", name = "[[:Category:Generated_blocks|Generated]]"}, {id = "renewable", name = "[[:Category:Renewable|Renewable]]"}, {id = "stackable", name = "[[Item stack|Stackable]]"}, {id = "itemstring", name = "[[Itemstrings|Itemstring]]"}, }, item = { {id = "type", name = "Item Type"}, {id = "renewable", name = "[[:Category:Renewable|Renewable]]"}, {id = "durability", name = "[[Tool#Wear|Durability]]"}, {id = "stackable", name = "[[Item stack|Stackable]]"}, {id = "itemstring", name = "[[Itemstrings|Itemstring]]"}, }, foodItem = { {id = "type", name = "Food Item Type"}, {id = "restores", name = "Restores"}, {id = "cookable", name = "[[Smelting|Cookable]]"}, {id = "renewable", name = "[[:Category:Renewable|Renewable]]"}, {id = "stackable", name = "[[Item stack|Stackable]]"}, {id = "itemstring", name = "[[Itemstrings|Itemstring]]"}, }, mob = { {id = "health", name = "Health"}, {id = "armor", name = "Armor"}, {id = "damage", name = "Damage"}, {id = "drops", name = "Drops"}, {id = "entitystring", name = "[[List of entity names|Entitystring]]"}, }, object = { {id = "health", name = "Health"}, {id = "collides_with_objects", name = "[[Objects|Object]] collision"}, {id = "collides_with_blocks", name = "[[Blocks|Block]] collision"}, {id = "entitystring", name = "[[List of entity names|Entitystring]]"}, }, game = { {id = "type", name = "Game Type"}, {id = "author", name = "Author"}, {id = "version", name = "Latest version"}, {id = "forum", name = "Forum topic"}, {id = "contentdb", name = "ContentDB"}, {id = "source", name = "Source code"}, } }