Difference between revisions of "Module:Infobox/pt-br"

From Minetest Wiki
Jump to navigation Jump to search
(Created page with "return { block = { {id = "type", name = "Tipo"}, {id = "drops", name = "Drop"}, {id = "physics", name = "[[:Category:Falling|Físi...")
(No difference)

Revision as of 18:11, 13 April 2017

return {

   block = {
       {id = "type", name = "Tipo"},
       {id = "drops", name = "Drop"},
       {id = "physics", name = "Física"},
       {id = "luminance", name = "Luminescente"},
       {id = "flammable", name = "Inflamável"},
       {id = "generated", name = "Gerado"},
       {id = "renewable", name = "Renovável"},
       {id = "stackable", name = "Empilhável"},
       {id = "itemstring", name = "ID do item"},
   },

}