even more nerfed

This commit is contained in:
Hexugory 2024-06-04 20:23:13 -05:00
parent 84c423d181
commit 6fb2e04e78
3 changed files with 3 additions and 3 deletions

View File

@ -426,7 +426,7 @@ hash = "533058559f25ad96f1c58658b36f2eb9bef5a4b2e4ad09ce32dd7ef81b0afe86"
[[files]] [[files]]
file = "kubejs/startup_scripts/rebalance.js" file = "kubejs/startup_scripts/rebalance.js"
hash = "10a5c24728a07e6795cc1c3744cffd3b084e1677053f3ab163460fdd13a84210" hash = "023adaa8750eff706d9370208f81d9c9a6eabec5ab4146862512e8b022d0067b"
[[files]] [[files]]
file = "kubejs/startup_scripts/tinkermode.js" file = "kubejs/startup_scripts/tinkermode.js"

View File

@ -1,7 +1,7 @@
ItemEvents.modification(event => { ItemEvents.modification(event => {
event.modify('pamhc2foodcore:freshwateritem', item => { event.modify('pamhc2foodcore:freshwateritem', item => {
item.foodProperties = food => { item.foodProperties = food => {
food.hunger(2); food.hunger(1);
food.saturation(1); food.saturation(1);
food.fastToEat(false); food.fastToEat(false);
}; };

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "4dbb1d06d71c2ca27a5a62c6a76ab74b0df4c5fccbe0e202c1bbe589271e2e61" hash = "604a395861b01500e77ce26b1fce69321eea09db56c600d1b175910caaf249b0"
[versions] [versions]
forge = "43.3.13" forge = "43.3.13"