diff --git a/src/main/resources/assets/goblintraders/lang/en_gb.json b/src/main/resources/assets/goblintraders/lang/en_gb.json new file mode 100644 index 0000000..92ac192 --- /dev/null +++ b/src/main/resources/assets/goblintraders/lang/en_gb.json @@ -0,0 +1,21 @@ +{ + "entity.goblintraders.goblin_trader": "Goblin Trader", + "entity.goblintraders.vein_goblin_trader": "Vein Goblin Trader", + "subtitle.goblintraders.goblin_trader.annoyed_grunt": "Annoyed Grunt", + "subtitle.goblintraders.goblin_trader.idle_grunt": "Idle Grunt", + "item.goblintraders.goblin_trader_spawn_egg": "Goblin Trader Spawn Egg", + "item.goblintraders.vein_goblin_trader_spawn_egg": "Vein Goblin Trader Spawn Egg", + "stat.goblintraders.trade_with_goblin": "Traded with Goblins", + "mob_spawner.type.zombie": "Zombie", + "mob_spawner.type.skeleton": "Skeleton", + "mob_spawner.type.creeper": "Creeper", + "item.minecraft.potion.effect.haste": "Potion of Haste", + "item.minecraft.potion.effect.absorption": "Potion of Absorption", + "item.minecraft.potion.effect.dolphins_grace": "Potion of Dolphins Grace", + "item.minecraft.splash_potion.effect.haste": "Splash Potion of Haste", + "item.minecraft.splash_potion.effect.absorption": "Splash Potion of Absorption", + "item.minecraft.splash_potion.effect.dolphins_grace": "Splash Potion of Dolphins Grace", + "item.minecraft.lingering_potion.effect.haste": "Lingering Potion of Haste", + "item.minecraft.lingering_potion.effect.absorption": "Lingering Potion of Absorption", + "item.minecraft.lingering_potion.effect.dolphins_grace": "Lingering Potion of Dolphins Grace" +}