From 6aeb4283b80d3f1f3faf1977e810788b502ef957 Mon Sep 17 00:00:00 2001 From: MuteTiefling Date: Thu, 26 Dec 2024 11:10:37 -0500 Subject: [PATCH 1/2] occultism quest update --- .../quests/chapters/0095002B3E34FD9A.snbt | 26 +------------------ config/ftbquests/quests/lang/en_us.snbt | 9 +++---- 2 files changed, 4 insertions(+), 31 deletions(-) diff --git a/config/ftbquests/quests/chapters/0095002B3E34FD9A.snbt b/config/ftbquests/quests/chapters/0095002B3E34FD9A.snbt index ab654f78..750adcf4 100644 --- a/config/ftbquests/quests/chapters/0095002B3E34FD9A.snbt +++ b/config/ftbquests/quests/chapters/0095002B3E34FD9A.snbt @@ -652,30 +652,6 @@ x: 5.0d y: 0.0d } - { - dependencies: ["253C97A20FD517DC"] - icon: { - components: { - "ftbquests:icon": "occultism:item/ritual_dummy_craft" - } - id: "ftbquests:custom_icon" - } - id: "7B72C58C799D90A5" - rewards: [{ - exclude_from_claim_all: true - id: "0156611E97618F81" - table_id: 167859363417192230L - type: "loot" - }] - tasks: [{ - id: "41B58AF4B73A66B3" - item: { count: 1, id: "occultism:ritual_dummy/repair_chalks" } - optional_task: true - type: "item" - }] - x: 7.5d - y: 0.0d - } { dependencies: ["75208FCBFF1CFB5F"] icon: { @@ -784,7 +760,7 @@ type: "item" } ] - x: 8.5d + x: 8.0d y: 0.0d } { diff --git a/config/ftbquests/quests/lang/en_us.snbt b/config/ftbquests/quests/lang/en_us.snbt index 0f96ad0d..61139402 100644 --- a/config/ftbquests/quests/lang/en_us.snbt +++ b/config/ftbquests/quests/lang/en_us.snbt @@ -4202,9 +4202,11 @@ "&a lower tier’s recipes faster." ] quest.770EE92EA4CF973C.quest_desc: [ - "Upgrading to an Iesnium Pickaxe will allow us to obtain more Iesnium with less hassle compared to the Infused Pickaxe. " + "Upgrading to an Iesnium Pickaxe will allow us to obtain more Iesnium with less hassle compared to the Infused Pickaxe since it has greater durability and can also mine the hidden ores in the Nether." "" "We’ll be needing plenty more, after all, to set up a Dimensional Mineshaft." + "" + "When mining Iesnium, the Ore Block you receive can be placed and re-broken with any Pick to obtain Raw Iesnium. Fortune will apply to this process." ] quest.773105FB99015746.quest_desc: [ "The Result Pedestal is where our output will be generated. " @@ -4347,11 +4349,6 @@ "" "Build them a little home and be sure to provide them with plenty of fresh Sand or Gravel and they’ll while away their days sifting through it for obscure artifacts. " ] - quest.7B72C58C799D90A5.quest_desc: [ - "If you’ve needed to move your pentacles around a bit, you may be finding that some of your Chalks are looking rather worn. " - "" - "Allowing them to break simply won’t do. Take a moment to repair them with this ritual every now and then to ensure your precious chalks aren’t lost. " - ] quest.7BEE7FAD21AFEB68.quest_desc: [ "With Silicon and Aluminum from the EBF, Electronic Circuits and MV Electronics open up to us. " "" From d01898cbf7813678d962ab05b6f6635ab3ba1989 Mon Sep 17 00:00:00 2001 From: MuteTiefling Date: Thu, 26 Dec 2024 11:14:44 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef53281..6d9770e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Enigmatica 10 1.16.0 +#### ⭐ Improvements + +- Occultism quests now mention how to fortune Iesnium [(\#313)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/313) +- Occultism quests no longer promote chalk repair since it is unbreakable [(\#313)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/313) + #### 🦟 Bugs Fixed - Fix Whirlisprigs not outputting Wheat [(\#296)](https://github.com/EnigmaticaModpacks/Enigmatica10/issues/296)