From abb7e86038b6be2f2c640d4a03ed8593d1a4fad1 Mon Sep 17 00:00:00 2001 From: Nikolay Safin Date: Tue, 6 Feb 2024 14:09:52 +0400 Subject: [PATCH 1/3] Fixed battery tags in quests (#21) --- config/ftbquests/quests/chapters/lv__low_voltage.snbt | 2 +- config/ftbquests/quests/chapters/mv__medium_voltage.snbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ftbquests/quests/chapters/lv__low_voltage.snbt b/config/ftbquests/quests/chapters/lv__low_voltage.snbt index ee45f13..b9f4a47 100644 --- a/config/ftbquests/quests/chapters/lv__low_voltage.snbt +++ b/config/ftbquests/quests/chapters/lv__low_voltage.snbt @@ -714,7 +714,7 @@ Count: 1b id: "itemfilters:tag" tag: { - value: "forge:batteries/lv" + value: "gtceu:batteries/lv" } } title: "Any LV Battery" diff --git a/config/ftbquests/quests/chapters/mv__medium_voltage.snbt b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt index 54257e1..46de370 100644 --- a/config/ftbquests/quests/chapters/mv__medium_voltage.snbt +++ b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt @@ -1518,7 +1518,7 @@ Count: 1b id: "itemfilters:tag" tag: { - value: "forge:batteries/mv" + value: "gtceu:batteries/mv" } } title: "Any MV Battery" From ed46700101751d32c5c531e363f1453170514d2f Mon Sep 17 00:00:00 2001 From: Nikolay Safin Date: Tue, 6 Feb 2024 14:10:22 +0400 Subject: [PATCH 2/3] disabled ae2 channels (#22) --- config/ae2/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ae2/common.json b/config/ae2/common.json index 2bfabf8..8c1ce83 100644 --- a/config/ae2/common.json +++ b/config/ae2/common.json @@ -6,7 +6,7 @@ "tinyTntBlockDamage_comment": "Enables the ability of Tiny TNT to break blocks.", "tinyTntBlockDamage": true, "channels_comment": "Changes the channel capacity that cables provide in AE2.", - "channels": "default", + "channels": "infinite", "pathfindingStepsPerTick_comment": "The number of pathfinding steps that are taken per tick and per grid that is booting. Lower numbers will mean booting takes longer, but less work is done per tick.", "pathfindingStepsPerTick": 4, "spatialAnchorEnableRandomTicks_comment": "Whether Spatial Anchors should force random chunk ticks and entity spawning.", From daef3c8d7c86404e0cc2f0f9faee4717b3b67904 Mon Sep 17 00:00:00 2001 From: Nikolay Safin Date: Tue, 6 Feb 2024 14:10:44 +0400 Subject: [PATCH 3/3] Moved experience bottle recipe in large chemical reactor (#23) --- kubejs/server_scripts/vanilla/mob_drops.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/vanilla/mob_drops.js b/kubejs/server_scripts/vanilla/mob_drops.js index ff6fdc8..534ea01 100644 --- a/kubejs/server_scripts/vanilla/mob_drops.js +++ b/kubejs/server_scripts/vanilla/mob_drops.js @@ -105,7 +105,7 @@ ServerEvents.recipes((event) => { // XP greg - .chemical_reactor("gtceu:bottle_o_enchanting") + .large_chemical_reactor("gtceu:bottle_o_enchanting") .itemInputs( "glass_bottle", "#forge:tiny_dusts/gold",