Module:Infobox/id

From Minetest Wiki
< Module:Infobox
Revision as of 17:53, 7 June 2022 by FnControlOption (talk | contribs) (FnControlOption changed the content model of the page Module:Infobox/id from "plain text" to "Scribunto")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Infobox/id/doc

return {
    block = {
        {id = "type", name = "Tipe"},
        {id = "drops", name = "Menjatuhkan"},
        {id = "physics", name = "Fisik"},
        {id = "luminance", name = "Bersinar"},
        {id = "flammable", name = "Terbakar"},
        {id = "generated", name = "Dihasilkan"},
        {id = "renewable", name = "Dapat Diperbarui"},
        {id = "stackable", name = "Dapat Ditumpuk"},
        {id = "itemstring", name = "Itemstring"},
    },
}