From 20fe0f07da5040393b321d7a2fd7f318fc22a536 Mon Sep 17 00:00:00 2001 From: Kli Kli Date: Sat, 3 Aug 2024 13:18:11 +0200 Subject: [PATCH] fix: headless familiar page specifies pumpkin instead of carved pumpkin --- src/generated/resources/assets/occultism/lang/en_us.json | 2 +- .../com/klikli_dev/occultism/datagen/lang/ENUSProvider.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/generated/resources/assets/occultism/lang/en_us.json b/src/generated/resources/assets/occultism/lang/en_us.json index f8cfe5f3b..b49aa9fad 100644 --- a/src/generated/resources/assets/occultism/lang/en_us.json +++ b/src/generated/resources/assets/occultism/lang/en_us.json @@ -222,7 +222,7 @@ "book.occultism.dictionary_of_spirits.familiar_rituals.familiar_guardian.description2.text": "**Upgrade Behaviour**\\\nWhen upgraded by a blacksmith familiar, it regains a limb (can only be done once).\n", "book.occultism.dictionary_of_spirits.familiar_rituals.familiar_guardian.entity.text": "**Provides**: [#](ad03fc)Prevents player death while alive[#]()\n", "book.occultism.dictionary_of_spirits.familiar_rituals.familiar_guardian.name": "Guardian Familiar", - "book.occultism.dictionary_of_spirits.familiar_rituals.familiar_headless.description.text": "The headless ratman familiar steals heads of mobs near the ratman when they are killed. It then provides a damage buff against that type of mob to their master. If the ratman drops **below 50% health** it dies, but can then be rebuilt by their master by giving them [](item://minecraft:wheat), [](item://minecraft:stick), [](item://minecraft:hay_block) and a [](item://minecraft:pumpkin).\n", + "book.occultism.dictionary_of_spirits.familiar_rituals.familiar_headless.description.text": "The headless ratman familiar steals heads of mobs near the ratman when they are killed. It then provides a damage buff against that type of mob to their master. If the ratman drops **below 50% health** it dies, but can then be rebuilt by their master by giving them [](item://minecraft:wheat), [](item://minecraft:stick), [](item://minecraft:hay_block) and a [](item://minecraft:carved_pumpkin).\n", "book.occultism.dictionary_of_spirits.familiar_rituals.familiar_headless.description.title": "Description", "book.occultism.dictionary_of_spirits.familiar_rituals.familiar_headless.description2.text": "**Upgrade Behaviour**\\\nWhen upgraded by a blacksmith familiar, it will give weakness to nearby mobs of the type it stole the head from.\n", "book.occultism.dictionary_of_spirits.familiar_rituals.familiar_headless.entity.text": "**Provides**: [#](ad03fc)Conditional Damage Buff[#]()\n", diff --git a/src/main/java/com/klikli_dev/occultism/datagen/lang/ENUSProvider.java b/src/main/java/com/klikli_dev/occultism/datagen/lang/ENUSProvider.java index bbe1071ce..e6decd36a 100644 --- a/src/main/java/com/klikli_dev/occultism/datagen/lang/ENUSProvider.java +++ b/src/main/java/com/klikli_dev/occultism/datagen/lang/ENUSProvider.java @@ -2564,7 +2564,7 @@ When upgraded by a blacksmith familiar, it regains a limb (can only be done once this.add(helper.pageTitle(), "Description"); this.add(helper.pageText(), """ - The headless ratman familiar steals heads of mobs near the ratman when they are killed. It then provides a damage buff against that type of mob to their master. If the ratman drops **below 50%% health** it dies, but can then be rebuilt by their master by giving them [](item://minecraft:wheat), [](item://minecraft:stick), [](item://minecraft:hay_block) and a [](item://minecraft:pumpkin). + The headless ratman familiar steals heads of mobs near the ratman when they are killed. It then provides a damage buff against that type of mob to their master. If the ratman drops **below 50%% health** it dies, but can then be rebuilt by their master by giving them [](item://minecraft:wheat), [](item://minecraft:stick), [](item://minecraft:hay_block) and a [](item://minecraft:carved_pumpkin). """.formatted(COLOR_PURPLE)); helper.page("description2");