Skip to content

Commit 20fe0f0

Browse files
committed
fix: headless familiar page specifies pumpkin instead of carved pumpkin
1 parent a9a0f4e commit 20fe0f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/generated/resources/assets/occultism/lang/en_us.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"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",
223223
"book.occultism.dictionary_of_spirits.familiar_rituals.familiar_guardian.entity.text": "**Provides**: [#](ad03fc)Prevents player death while alive[#]()\n",
224224
"book.occultism.dictionary_of_spirits.familiar_rituals.familiar_guardian.name": "Guardian Familiar",
225-
"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",
225+
"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",
226226
"book.occultism.dictionary_of_spirits.familiar_rituals.familiar_headless.description.title": "Description",
227227
"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",
228228
"book.occultism.dictionary_of_spirits.familiar_rituals.familiar_headless.entity.text": "**Provides**: [#](ad03fc)Conditional Damage Buff[#]()\n",

src/main/java/com/klikli_dev/occultism/datagen/lang/ENUSProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ When upgraded by a blacksmith familiar, it regains a limb (can only be done once
25642564
this.add(helper.pageTitle(), "Description");
25652565
this.add(helper.pageText(),
25662566
"""
2567-
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).
2567+
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).
25682568
""".formatted(COLOR_PURPLE));
25692569

25702570
helper.page("description2");

0 commit comments

Comments
 (0)