From 9772a910ff783a41c946a241b3eff57581d1eb9a Mon Sep 17 00:00:00 2001 From: Pansmith <70342772+ThePansmith@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:57:57 -0600 Subject: [PATCH] Update chapters.js --- kubejs/server_scripts/recipes/chapters.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kubejs/server_scripts/recipes/chapters.js b/kubejs/server_scripts/recipes/chapters.js index 152fbcc..e405cbb 100644 --- a/kubejs/server_scripts/recipes/chapters.js +++ b/kubejs/server_scripts/recipes/chapters.js @@ -603,7 +603,7 @@ ServerEvents.recipes(event => { "type": "create:filling", "ingredients": [ { "item": KJ('incomplete_logistic_mechanism') }, - { "fluid": "kubejs:liquid_pulp", "amount": 500 } + { "fluid": "kubejs:liquid_pulp", "amount": 300 } ], "results": [ { "item": KJ('incomplete_logistic_mechanism') } @@ -613,7 +613,7 @@ ServerEvents.recipes(event => { "type": "create:filling", "ingredients": [ { "item": KJ('incomplete_logistic_mechanism') }, - { "fluid": "kubejs:liquid_pulp", "amount": 500 } + { "fluid": "kubejs:liquid_pulp", "amount": 300 } ], "results": [ { "item": KJ('incomplete_logistic_mechanism') } @@ -623,7 +623,7 @@ ServerEvents.recipes(event => { "type": "create:filling", "ingredients": [ { "item": KJ('incomplete_logistic_mechanism') }, - { "fluid": "kubejs:liquid_pulp", "amount": 500 } + { "fluid": "kubejs:liquid_pulp", "amount": 300 } ], "results": [ { "item": KJ('incomplete_logistic_mechanism') }