From b8b41aa5846dae5a9bbf4fee82020f1d9e2b2a48 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 12 Aug 2024 17:08:54 -0400 Subject: Initial commit --- src/main/resources/assets/fyresmodjam/lang/en_US.lang | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/assets/fyresmodjam/lang/en_US.lang (limited to 'src/main/resources/assets/fyresmodjam/lang/en_US.lang') diff --git a/src/main/resources/assets/fyresmodjam/lang/en_US.lang b/src/main/resources/assets/fyresmodjam/lang/en_US.lang new file mode 100644 index 0000000..a8631dc --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/lang/en_US.lang @@ -0,0 +1,19 @@ +item.blockPillar.name=Pillar +item.mysteryPotion.name=Mystery Potion +item.itemTrap.name=Trap +item.mysteryMushroom.name=Mystery Mushroom +item.sceptre.name=Obsidian Sceptre +tile.blockPillar.name=Pillar Block +tile.blockTrap.name=Trap +tile.mysteryMushroomBlock.name=Mystery Mushroom +entity.MysteryPotion.name=Mystery Potion +commands.currentBlessing.usage=/currentBlessing - used to check your current blessing +commands.currentDisadvantage.usage=/currentDisadvantage - used to check your current world disadvantage +commands.currentGoal.usage=/currentGoal - used to check your current world goal +commands.creatureKnowledge.usage=/creatureKnowledge [page] - used to check your current creature knowledge stats +commands.weaponKnowledge.usage=/weaponKnowledge [page] - used to check your current weapon knowledge stats +commands.craftingKnowledge.usage=/craftingKnowledge [page] - used to check your current crafting knowledge stats +fyresmodjam.newVersion=\u00A7bA newer version of the "You Will Die" Mod has been found + +death.attack.inferno=%s had their fire doused +death.attack.retaliation=%s was killed for their crimes \ No newline at end of file -- cgit v1.2.3