Module:Infobox/en
Jump to navigation
Jump to search
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", },
}