Skip to content

Commit

Permalink
tweak: buff amount of water generated from poison potato
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Feb 7, 2024
1 parent 75f7f58 commit eed0a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/base/mods/minecraft.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ if (feature("Fertilizer into water and organic mass")) {
"#forge:squeezables/seeds",
temperature.heated
);
addCompacting("100mb kubejs:organic_mass", "minecraft:poisonous_potato");
addCompacting("200mb kubejs:organic_mass", "minecraft:poisonous_potato");
addCompacting("250mb kubejs:organic_mass", "#forge:squeezables/poor");
addCompacting("500mb kubejs:organic_mass", "#forge:squeezables/rich");
addDistillation(
Expand Down

0 comments on commit eed0a47

Please sign in to comment.