diff --git a/src/main/resources/assets/potionsmaster/lang/pt_br.json b/src/main/resources/assets/potionsmaster/lang/pt_br.json new file mode 100644 index 0000000..0be4639 --- /dev/null +++ b/src/main/resources/assets/potionsmaster/lang/pt_br.json @@ -0,0 +1,17 @@ +{ + "itemGroup.potionsmaster": "Potions Master", + "item.potionsmaster.charcoal_powder": "Pó de Carvão Vegetal", + "item.potionsmaster.pestle": "Pilão", + "item.potionsmaster.bezoar": "Bezoar", + "item.potionsmaster.red_feather": "Pena Vermelha", + "item.potionsmaster.ender_powder": "Pó de Ender", + "item.potionsmaster.activated_charcoal": "Carvão Ativado", + "item.potionsmaster.gallbladder": "Vesícula Biliar de Urso-Polar", + "bezoar.effect": "Cura Veneno", + "bladder.effect": "Cura Cansaço", + "charcoal.effect": "Cura Wither", + "quick.snack": "Rápido de comer!", + "block.potionsmaster.tile_mortar": "Almofariz", + "block.potionsmaster.cauldron": "Caldeirão", + "potionsmaster.tile_mortar": "Almofariz" +}