Difference between revisions of "Module:Infobox/en"
Jump to navigation
Jump to search
(Created page with "return { block = { type = "Type", drops = "Drops", physics = "Physics", luminance = "[[:Category:Lum...") |
m (Changed "entity" to "mob") |
||
Line 26: | Line 26: | ||
itemstring = "[[Itemstrings|Itemstring]]", | itemstring = "[[Itemstrings|Itemstring]]", | ||
}, | }, | ||
− | + | mob = { | |
health = "Health", | health = "Health", | ||
armor = "Armor", | armor = "Armor", |
Revision as of 09:17, 13 April 2017
return {
block = { type = "Type", drops = "Drops", physics = "Physics", luminance = "Luminance", flammable = "Flammable", generated = "Generated", renewable = "Renewable", stackable = "Stackable", itemstring = "Itemstring", }, item = { type = "Type", renewable = "Renewable", durability = "Durability", stackable = "Stackable", itemstring = "Itemstring", }, foodItem = { type = "Type", restores = "Restores", cookable = "Cookable", renewable = "Renewable", stackable = "Stackable", itemstring = "Itemstring", }, mob = { health = "Health", armor = "Armor", damage = "Damage", drops = "Drops", entitystring = "Entitystring", }, game = { type = "Type", author = "Author", version = "Latest version", forum = "Forum topic", source = "Source code", }, mod = { type = "Type", author = "Author", version = "Latest version", forum = "Forum topic", source = "Source code", luaname = "Technical name", },
}