From 5568bdc025ac4580a25e639f6a50d562095cb424 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 23 Jan 2024 00:57:15 -0500 Subject: [PATCH 1/3] update version to 1.9.2 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + .github/ISSUE_TEMPLATE/crash.yaml | 1 + changelog/1.9.2.md | 24 ++++++++++++++++++++++++ config/allthetweaks-common.toml | 2 +- 4 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 changelog/1.9.2.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 7370867b..76bc3086 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -26,6 +26,7 @@ body: label: Modpack Version description: What version of the pack are you using? options: + - 1.9.2 - 1.9.1 - 1.9.0 - 1.8.28 diff --git a/.github/ISSUE_TEMPLATE/crash.yaml b/.github/ISSUE_TEMPLATE/crash.yaml index d5975aef..38931d43 100644 --- a/.github/ISSUE_TEMPLATE/crash.yaml +++ b/.github/ISSUE_TEMPLATE/crash.yaml @@ -25,6 +25,7 @@ body: label: Modpack Version description: What version of the pack are you using? options: + - 1.9.2 - 1.9.1 - 1.9.0 - 1.8.28 diff --git a/changelog/1.9.2.md b/changelog/1.9.2.md new file mode 100644 index 00000000..c7f96d0c --- /dev/null +++ b/changelog/1.9.2.md @@ -0,0 +1,24 @@ +## Release 1.9.2 + +### Mod Updates +- embeddium-0.2.18+mc1.16.5.jar +- industrial-foregoing-1.16.5-3.2.14.7-19.jar +- JustEnoughCalculation-1.16.5-3.8.6.jar +- mahoutsukai-1.16.5-v1.34.61.jar +- mcw-fences-1.1.1-mc1.16.5forge.jar +- mcw-windows-2.2.1-mc1.16.5forge.jar +- modernfix-forge-5.12.0+mc1.16.5.jar +- oculus-mc1.16.5-1.4.7.jar +- RoadRunner-mc1.16.5-1.5.1.jar +### Mod Removals +- starlight-1.2.jar + +### Other Changes +- fix Time in a Bottle quest +- fix Ice Dragon and Fire Dragon biome quests +- fix Zycraft quartz not obtainable from void miner +- remove Starlight due to crash with Immersive Engineering +- downgrade Just Enough Calculation to fix tooltip offset bug +- update default config for Mahou Tsukai to new format (thanks to Laithur) + - If you want the updated config for existing worlds, you will need to + manually delete `saves//serverconfig/mahoutsukai-server.toml` diff --git a/config/allthetweaks-common.toml b/config/allthetweaks-common.toml index 81292aae..d83ee26a 100644 --- a/config/allthetweaks-common.toml +++ b/config/allthetweaks-common.toml @@ -8,4 +8,4 @@ [packversionmin] minor = 9 [packversionminrev] - minorrev = 1 + minorrev = 2 From 489681574e8cc9213cc7a5325fe2bb1f2cb8f233 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 23 Jan 2024 00:57:30 -0500 Subject: [PATCH 2/3] quest fixes --- config/ftbquests/quests/chapters/ice__fire.snbt | 4 ++-- config/ftbquests/quests/chapters/tips_and_tricks.snbt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/ftbquests/quests/chapters/ice__fire.snbt b/config/ftbquests/quests/chapters/ice__fire.snbt index a6682b9c..4fc9d4f7 100644 --- a/config/ftbquests/quests/chapters/ice__fire.snbt +++ b/config/ftbquests/quests/chapters/ice__fire.snbt @@ -28,7 +28,7 @@ tasks: [{ id: "3C9F9DF2EE2307EA" type: "biome" - biome: "allthemodium:basalt_delta" + biome: "allthemodium:basalt_deltas" }] } { @@ -54,7 +54,7 @@ tasks: [{ id: "66901FFCC62D852F" type: "biome" - biome: "allthemodium:mountain" + biome: "allthemodium:mountains" }] } { diff --git a/config/ftbquests/quests/chapters/tips_and_tricks.snbt b/config/ftbquests/quests/chapters/tips_and_tricks.snbt index 47fe7c4c..61654cba 100644 --- a/config/ftbquests/quests/chapters/tips_and_tricks.snbt +++ b/config/ftbquests/quests/chapters/tips_and_tricks.snbt @@ -844,12 +844,12 @@ }] } { - title: "Time in A Bottle" + title: "Time in a Bottle" x: 3.5d y: 0.5d subtitle: "The Sandman's Favorite Weapon" description: [ - "The Cloud in a Bottle stores time while it is in your inventory." + "The Time in a Bottle stores time while it is in your inventory." "" "You can use the stored time on almost anything to increase the speed of the item. To do this, shift-right click on the item with the bottle in hand." "" @@ -859,7 +859,7 @@ tasks: [{ id: "7FB116D85321DA44" type: "item" - item: "quark:bottled_cloud" + item: "tiab:timeinabottle" }] } { From 3cc42ee0d901d7351b13eed8533f1f3eb28c717b Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 23 Jan 2024 00:58:33 -0500 Subject: [PATCH 3/3] bug fixes --- config/brandon3055/DraconicEvolution.cfg | 4 ++++ config/oculus.properties | 5 +++++ .../void_miner_drops/ore/zycraft_quartz.json | 2 +- .../applied_energistics2.js | 17 +++-------------- 4 files changed, 13 insertions(+), 15 deletions(-) create mode 100644 config/oculus.properties diff --git a/config/brandon3055/DraconicEvolution.cfg b/config/brandon3055/DraconicEvolution.cfg index bf05c802..4935b8e4 100644 --- a/config/brandon3055/DraconicEvolution.cfg +++ b/config/brandon3055/DraconicEvolution.cfg @@ -112,3 +112,7 @@ > } } +"Client" { + B:"fancyToolModels"=false + B:"toolShaders"=false +} diff --git a/config/oculus.properties b/config/oculus.properties new file mode 100644 index 00000000..bf5a93ab --- /dev/null +++ b/config/oculus.properties @@ -0,0 +1,5 @@ +enableDebugOptions=false +disableUpdateMessage=true +enableShaders=false +maxShadowRenderDistance=32 +shaderPack= diff --git a/kubejs/data/envirotech/envirotech/void_miner_drops/ore/zycraft_quartz.json b/kubejs/data/envirotech/envirotech/void_miner_drops/ore/zycraft_quartz.json index 3298d329..e8991270 100644 --- a/kubejs/data/envirotech/envirotech/void_miner_drops/ore/zycraft_quartz.json +++ b/kubejs/data/envirotech/envirotech/void_miner_drops/ore/zycraft_quartz.json @@ -1,5 +1,5 @@ { - "program": ["envirotech:ore", "envirotech:gemstone_ore"], + "programs": ["envirotech:ore", "envirotech:gemstone_ore"], "item": {"raw:item": "zycraft:quartz_crystal", "count":1}, "config": [ { diff --git a/kubejs/server_scripts/mod_specific/applied_energistics2/applied_energistics2.js b/kubejs/server_scripts/mod_specific/applied_energistics2/applied_energistics2.js index 6a8ed2f0..5ab1aa6a 100644 --- a/kubejs/server_scripts/mod_specific/applied_energistics2/applied_energistics2.js +++ b/kubejs/server_scripts/mod_specific/applied_energistics2/applied_energistics2.js @@ -48,13 +48,13 @@ onEvent('recipes', e => { }).id(`kubejs:appliedenergistics2/grinder/ender_pearl_dust`) e.recipes.lazierae2.centrifuge({ - input: { tag: 'forge:flour_plants' }, + input: [{ tag: 'forge:flour_plants' }], output: { item: 'pamhc2foodcore:flouritem' }, processing_time: 160 }).id(`kubejs:appliedenergistics2/pulse_centrifuge/flour`) e.recipes.lazierae2.centrifuge({ - input: { tag: 'forge:ender_pearls' }, + input: [{ tag: 'forge:ender_pearls' }], output: { item: 'thermal:ender_pearl_dust' }, processing_time: 160 }).id(`kubejs:appliedenergistics2/pulse_centrifuge/ender_pearl_dust`) @@ -68,22 +68,11 @@ onEvent('recipes', e => { } }).id(`kubejs:appliedenergistics2/inscriber/printed_silicon`) - e.recipes.lazierae2.aggregator({ - inputs: [ - { input: { item: 'appliedenergistics2:sky_dust' } }, - { input: { tag: 'forge:gems/diamond' } }, - { input: { item: 'thermal:ender_pearl_dust' } } - ], - output: { item: 'lazierae2:resonating_gem' }, - processing_time: 80 - }).id(`kubejs:lazierae2/fluix_aggregator/resonating_gem`) - e.recipes.create.milling('1x thermal:ender_pearl_dust', '#forge:ender_pearls').id(`kubejs:create/compat/ae2/milling/ender_pearl`) e.recipes.mekanism.crushing('1x thermal:ender_pearl_dust', '#forge:ender_pearls').id('kubejs:mekanism/compat/appliedenergistics2/ender_pearl_to_dust') removeRecipeByID(e, [ - 'appliedenergistics2:inscriber/silicon_print', - 'lazierae2:fluix_aggregator/resonating_gem' + 'appliedenergistics2:inscriber/silicon_print' ]) removeRecipeByOutput(e, [