From 6fb2e04e78a8299bceddda3ecbd0971b60a3efd3 Mon Sep 17 00:00:00 2001 From: Hexugory Date: Tue, 4 Jun 2024 20:23:13 -0500 Subject: [PATCH] even more nerfed --- index.toml | 2 +- kubejs/startup_scripts/rebalance.js | 2 +- pack.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.toml b/index.toml index b578f13..5ba603a 100644 --- a/index.toml +++ b/index.toml @@ -426,7 +426,7 @@ hash = "533058559f25ad96f1c58658b36f2eb9bef5a4b2e4ad09ce32dd7ef81b0afe86" [[files]] file = "kubejs/startup_scripts/rebalance.js" -hash = "10a5c24728a07e6795cc1c3744cffd3b084e1677053f3ab163460fdd13a84210" +hash = "023adaa8750eff706d9370208f81d9c9a6eabec5ab4146862512e8b022d0067b" [[files]] file = "kubejs/startup_scripts/tinkermode.js" diff --git a/kubejs/startup_scripts/rebalance.js b/kubejs/startup_scripts/rebalance.js index 2a62098..7175d2c 100644 --- a/kubejs/startup_scripts/rebalance.js +++ b/kubejs/startup_scripts/rebalance.js @@ -1,7 +1,7 @@ ItemEvents.modification(event => { event.modify('pamhc2foodcore:freshwateritem', item => { item.foodProperties = food => { - food.hunger(2); + food.hunger(1); food.saturation(1); food.fastToEat(false); }; diff --git a/pack.toml b/pack.toml index fa9dd8d..dedb2ea 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4dbb1d06d71c2ca27a5a62c6a76ab74b0df4c5fccbe0e202c1bbe589271e2e61" +hash = "604a395861b01500e77ce26b1fce69321eea09db56c600d1b175910caaf249b0" [versions] forge = "43.3.13"