i have decided to kill infinite minecraft food glitch
This commit is contained in:
parent
5accbad0d9
commit
029611314a
@ -406,7 +406,7 @@ hash = "533058559f25ad96f1c58658b36f2eb9bef5a4b2e4ad09ce32dd7ef81b0afe86"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "kubejs/startup_scripts/rebalance.js"
|
file = "kubejs/startup_scripts/rebalance.js"
|
||||||
hash = "5dafbcb697279d5a0475d7a883e6dbbb3f47a32c37452fbdfdd39f20bb200a38"
|
hash = "6349657e630ddfa767f01dfe5f67ea3ffb2c6a522594bf87bb4c0282417b849a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "kubejs/startup_scripts/tinkermode.js"
|
file = "kubejs/startup_scripts/tinkermode.js"
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
ItemEvents.modification(event => {
|
ItemEvents.modification(event => {
|
||||||
event.modify('pamhc2foodcore:freshwateritem', item => {
|
event.modify('pamhc2foodcore:freshwateritem', item => {
|
||||||
item.foodProperties = food => {
|
item.foodProperties = null;
|
||||||
food.hunger(0.5);
|
|
||||||
food.saturation(0.5);
|
|
||||||
food.fastToEat(false);
|
|
||||||
};
|
|
||||||
});
|
});
|
||||||
});
|
});
|
@ -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 = "2a2a85081a909a239ddc920442f481db314cdb8f6376800845448b63608ed1f1"
|
hash = "937105726eeb5c582b40d0c608f9fc9f284795b1d2b6e4a1034682c7ea1bb963"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "43.3.13"
|
forge = "43.3.13"
|
||||||
|
Loading…
Reference in New Issue
Block a user