From 8feed2f19b515cf770fef448988c4b47d28167e2 Mon Sep 17 00:00:00 2001 From: AlmanaX-21 <98935792+AlmanaX-21@users.noreply.github.com> Date: Sun, 28 Sep 2025 12:10:07 +0530 Subject: [PATCH 1/5] remove redundant balance to machine addon extender --- kubejs/server_scripts/mods/Oritech/recipes.js | 138 +++++++----------- 1 file changed, 56 insertions(+), 82 deletions(-) diff --git a/kubejs/server_scripts/mods/Oritech/recipes.js b/kubejs/server_scripts/mods/Oritech/recipes.js index 3288c068f..0218cc071 100644 --- a/kubejs/server_scripts/mods/Oritech/recipes.js +++ b/kubejs/server_scripts/mods/Oritech/recipes.js @@ -2,94 +2,68 @@ // As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. ServerEvents.recipes(allthemods => { - // Rebalance of 'machine addon extender' - allthemods.remove({id: 'oritech:crafting/core3alt'}) - allthemods.remove({id: 'oritech:crafting/core3'}) - allthemods.shaped( - Item.of('oritech:machine_core_3', 1), - [ - 'AAA', - 'ABA', - 'AAA' - ], - { - A: 'oritech:carbon_fibre_strands', - B: 'oritech:fluxite_block' - } - ) - // allthemods.remove({output: 'oritech:machine_extender'}) - allthemods.shaped( - Item.of('oritech:machine_extender', 1), - [ - 'AAA', - 'ABA', - 'AAA' - ], - { - A: 'oritech:carbon_plating_block', - B: 'oritech:machine_core_3' - } - ) // Oil compatibility allthemods.remove({id: 'oritech:refinery/oilalt'}) allthemods.remove({id: 'oritech:refinery/oilbase'}) allthemods.custom({ - "type": "oritech:refinery", - "fluidInput": { - "amount": 1000, - "fluid": "#c:crude_oil" - }, - "fluidOutputs": [ - { - "amount": 500, - "fluid": "oritech:still_heavy_oil" - }, - { - "amount": 250, - "fluid": "oritech:still_naphtha" - }, - { - "amount": 250, - "fluid": "oritech:still_sulfuric_acid" - } - ], - "ingredients": [], - "results": [], - "time": 120 -}) - allthemods.custom({ - "type": "oritech:refinery", - "fluidInput": { - "amount": 1000, - "fluid": "#c:crude_oil" - }, - "fluidOutputs": [ - { - "amount": 500, - "fluid": "oritech:still_diesel" - }, - { - "amount": 500, - "fluid": "oritech:still_naphtha" - }, - { - "amount": 500, - "fluid": "oritech:still_sulfuric_acid" - } - ], - "ingredients": [ - { - "item": "oritech:clay_catalyst_beads" - } - ], - "results": [], - "time": 120 -}) + "type": "oritech:refinery", + "fluidInput": { + "amount": 1000, + "fluid": "#c:crude_oil" + }, + "fluidOutputs": [ + { + "amount": 500, + "fluid": "oritech:still_heavy_oil" + }, + { + "amount": 250, + "fluid": "oritech:still_naphtha" + }, + { + "amount": 250, + "fluid": "oritech:still_sulfuric_acid" + } + ], + "ingredients": [], + "results": [], + "time": 120 + }) + allthemods.custom({ + "type": "oritech:refinery", + "fluidInput": { + "amount": 1000, + "fluid": "#c:crude_oil" + }, + "fluidOutputs": [ + { + "amount": 500, + "fluid": "oritech:still_diesel" + }, + { + "amount": 500, + "fluid": "oritech:still_naphtha" + }, + { + "amount": 500, + "fluid": "oritech:still_sulfuric_acid" + } + ], + "ingredients": [ + { + "item": "oritech:clay_catalyst_beads" + } + ], + "results": [], + "time": 120 + }) // Remove enchanting stuff - allthemods.remove({id: 'oritech:crafting/catalyst_alt'}) - allthemods.remove({id: 'oritech:crafting/catalyst'}) - allthemods.remove({id: 'oritech:crafting/enchanter'}) + // allthemods.remove({id: 'oritech:crafting/catalyst_alt'}) + // allthemods.remove({id: 'oritech:crafting/catalyst'}) + // allthemods.remove({id: 'oritech:crafting/enchanter'}) + + allthemods.replaceInput({id: 'oritech:crafting/catalyst'}, ) // Cheaty alloys allthemods.remove({id: 'oritech:crafting/alloy/steel'}) From eaf64a926b855bf06780b09fe61dba8ea62ec943 Mon Sep 17 00:00:00 2001 From: AlmanaX-21 <98935792+AlmanaX-21@users.noreply.github.com> Date: Sun, 28 Sep 2025 18:28:48 +0530 Subject: [PATCH 2/5] boring nukes turned off, increases thruput for reactor port, enchanter base cost increase --- config/oritech-config.json5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/oritech-config.json5 b/config/oritech-config.json5 index 6a2fcee21..1f45ad61d 100644 --- a/config/oritech-config.json5 +++ b/config/oritech-config.json5 @@ -225,17 +225,17 @@ "safeModeCooldown": 2400, "maxSize": 32, "reactorMaxEnergyStored": 150000000, - "reactorMaxEnergyOutput": 125000, + "reactorMaxEnergyOutput": 5000000, "rfPerPulse": 1100, "absorberRate": 64, "ventBaseRate": 24, "ventRelativeRate": 160, "maxHeat": 2000, "maxUnstableTicks": 600, - "boringNukes": true, + "boringNukes": false, "enchanterCostMultiplier": 5, - "catalystBaseSouls": 50, - "catalystRFPerSoul": 20, + "catalystBaseSouls": 100, + "catalystRFPerSoul": 600, "catalystCostMultiplier": 2, "catalystHyperMultiplier": 2, "spawnerCostMultiplier": 1, @@ -251,7 +251,7 @@ "pullTimeMultiplier": 8, "pullRange": 16, "idleWaitTicks": 200, - "blackHoleTachyonEnergy": 50000, + "blackHoleTachyonEnergy": 75000, "unstableContainerBaseCapacity": 20000000, "augmenterMaxEnergy": 500000000, "tightMachineAddonHitboxes": true, From 7a948a526b07218ef21ca1bc754165d2cb663993 Mon Sep 17 00:00:00 2001 From: AlmanaX-21 <98935792+AlmanaX-21@users.noreply.github.com> Date: Sat, 31 Jan 2026 10:31:20 +0530 Subject: [PATCH 3/5] slight correction --- config/oritech-config.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/oritech-config.json5 b/config/oritech-config.json5 index 1f45ad61d..6b68bf16a 100644 --- a/config/oritech-config.json5 +++ b/config/oritech-config.json5 @@ -234,7 +234,7 @@ "maxUnstableTicks": 600, "boringNukes": false, "enchanterCostMultiplier": 5, - "catalystBaseSouls": 100, + "catalystBaseSouls": 80, "catalystRFPerSoul": 600, "catalystCostMultiplier": 2, "catalystHyperMultiplier": 2, From a867d710d5d0c85904f40d1460910df49aa18b58 Mon Sep 17 00:00:00 2001 From: AlmanaX-21 <98935792+AlmanaX-21@users.noreply.github.com> Date: Sat, 31 Jan 2026 11:14:33 +0530 Subject: [PATCH 4/5] bringing back oritech enchanting --- kubejs/server_scripts/mods/Oritech/recipes.js | 124 +++++++++--------- 1 file changed, 59 insertions(+), 65 deletions(-) diff --git a/kubejs/server_scripts/mods/Oritech/recipes.js b/kubejs/server_scripts/mods/Oritech/recipes.js index 0218cc071..e6d9490dc 100644 --- a/kubejs/server_scripts/mods/Oritech/recipes.js +++ b/kubejs/server_scripts/mods/Oritech/recipes.js @@ -1,73 +1,67 @@ // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10. // As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission. - ServerEvents.recipes(allthemods => { - // Oil compatibility - allthemods.remove({id: 'oritech:refinery/oilalt'}) - allthemods.remove({id: 'oritech:refinery/oilbase'}) +ServerEvents.recipes(allthemods => { + // Oil compatibility + allthemods.remove({ id: 'oritech:refinery/oilalt' }) + allthemods.remove({ id: 'oritech:refinery/oilbase' }) - allthemods.custom({ - "type": "oritech:refinery", - "fluidInput": { - "amount": 1000, - "fluid": "#c:crude_oil" - }, - "fluidOutputs": [ - { - "amount": 500, - "fluid": "oritech:still_heavy_oil" - }, - { - "amount": 250, - "fluid": "oritech:still_naphtha" - }, - { - "amount": 250, - "fluid": "oritech:still_sulfuric_acid" - } - ], - "ingredients": [], - "results": [], - "time": 120 - }) - allthemods.custom({ - "type": "oritech:refinery", - "fluidInput": { - "amount": 1000, - "fluid": "#c:crude_oil" - }, - "fluidOutputs": [ - { - "amount": 500, - "fluid": "oritech:still_diesel" - }, - { - "amount": 500, - "fluid": "oritech:still_naphtha" - }, - { - "amount": 500, - "fluid": "oritech:still_sulfuric_acid" - } - ], - "ingredients": [ - { - "item": "oritech:clay_catalyst_beads" - } - ], - "results": [], - "time": 120 - }) - // Remove enchanting stuff - // allthemods.remove({id: 'oritech:crafting/catalyst_alt'}) - // allthemods.remove({id: 'oritech:crafting/catalyst'}) - // allthemods.remove({id: 'oritech:crafting/enchanter'}) + allthemods.custom({ + "type": "oritech:refinery", + "fluidInput": { + "amount": 1000, + "fluid": "#c:crude_oil" + }, + "fluidOutputs": [ + { + "amount": 500, + "fluid": "oritech:still_heavy_oil" + }, + { + "amount": 250, + "fluid": "oritech:still_naphtha" + }, + { + "amount": 250, + "fluid": "oritech:still_sulfuric_acid" + } + ], + "ingredients": [], + "results": [], + "time": 120 + }) + allthemods.custom({ + "type": "oritech:refinery", + "fluidInput": { + "amount": 1000, + "fluid": "#c:crude_oil" + }, + "fluidOutputs": [ + { + "amount": 500, + "fluid": "oritech:still_diesel" + }, + { + "amount": 500, + "fluid": "oritech:still_naphtha" + }, + { + "amount": 500, + "fluid": "oritech:still_sulfuric_acid" + } + ], + "ingredients": [ + { + "item": "oritech:clay_catalyst_beads" + } + ], + "results": [], + "time": 120 + }) - allthemods.replaceInput({id: 'oritech:crafting/catalyst'}, ) - - // Cheaty alloys - allthemods.remove({id: 'oritech:crafting/alloy/steel'}) - allthemods.remove({id: 'oritech:crafting/alloy/electrum'}) + // Cheaty alloys + allthemods.remove({ id: 'oritech:crafting/alloy/steel' }) + allthemods.remove({ id: 'oritech:crafting/alloy/electrum' }) }) // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10. From 1c3c736f22e452d96eeb395014dd6b0696b667de Mon Sep 17 00:00:00 2001 From: AlmanaX-21 <98935792+AlmanaX-21@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:18:48 +0530 Subject: [PATCH 5/5] Update catalyst configuration parameters --- config/oritech-config.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/oritech-config.json5 b/config/oritech-config.json5 index 6b68bf16a..3d3a691f1 100644 --- a/config/oritech-config.json5 +++ b/config/oritech-config.json5 @@ -235,9 +235,9 @@ "boringNukes": false, "enchanterCostMultiplier": 5, "catalystBaseSouls": 80, - "catalystRFPerSoul": 600, - "catalystCostMultiplier": 2, - "catalystHyperMultiplier": 2, + "catalystRFPerSoul": 100, + "catalystCostMultiplier": 5, + "catalystHyperMultiplier": 7.5, "spawnerCostMultiplier": 1, "maxGateDist": 10, "bendFactor": 2.5,