Skip to content

Commit 04a3d7e

Browse files
RobotgiggleDaFuqs
authored andcommitted
Emphasize that fire resistance is not the only vanilla potion you can make
1 parent aaab327 commit 04a3d7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/resources/assets/spectrum/lang/en_us.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3588,8 +3588,8 @@
35883588
"book.spectrum.guidebook.potion_workshop_brewing.fillable_only": "*This brew is too concentrated to function as a potion or tipped arrow, and will only be useful for more complex items that can be filled with a potion effect.*",
35893589
"book.spectrum.guidebook.potion_workshop_brewing.name": "Brewing Potions",
35903590
"book.spectrum.guidebook.potion_workshop_brewing.page0.text": "I was able to replicate all the potions I could do with the Brewing Stand and more! (though some of them are easier or harder to get enhanced effects from)\\\n\\\nI can use [Reagents](entry://brewing/potion_workshop_reagents) to tinker with their effects.",
3591-
"book.spectrum.guidebook.potion_workshop_brewing.page1.text": "I can make any vanilla potion using the same ingredients as I would in the [#](bb00bb)Brewing Stand[#]().",
3592-
"book.spectrum.guidebook.potion_workshop_brewing.page1.title": "Previously Known Potions",
3591+
"book.spectrum.guidebook.potion_workshop_brewing.page1.text": "I can make **any vanilla potion** using the same ingredients as I would in the [#](bb00bb)Brewing Stand[#]().",
3592+
"book.spectrum.guidebook.potion_workshop_brewing.page1.title": "Vanilla Potions",
35933593
"book.spectrum.guidebook.potion_workshop_brewing.page2.strong.text": "Using Milky Resin yields a stronger blend at the cost of duration.",
35943594
"book.spectrum.guidebook.potion_workshop_brewing.page4.text": "Adding a Fermented Spider Eye will change the effect to **Mining Fatigue** instead.",
35953595
"book.spectrum.guidebook.potion_workshop_brewing.page5.text": "Adding a Fermented Spider Eye will change the effect to **Hunger** instead.",

src/main/resources/data/spectrum/modonomicon/books/guidebook/entries/brewing/potion_workshop_brewing.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
{
3434
"type": "spectrum:potion_workshop_brewing",
35-
"title": "effect.minecraft.fire_resistance",
35+
"title": "book.spectrum.guidebook.potion_workshop_brewing.page1.title",
3636
"recipe_id": "spectrum:potion_workshop_brewing/fire_resistance",
3737
"text": "book.spectrum.guidebook.potion_workshop_brewing.page1.text"
3838
},

0 commit comments

Comments
 (0)