Skip to content

Commit 978967d

Browse files
authored
Merge pull request #420 from TheRealGreenOxygen/Astral-Experimental
Another Buff / Patch
2 parents 820f5e1 + 096fc7f commit 978967d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubejs/server_scripts/Bloodyfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,14 @@ const mixings = [
230230
output: "24x minecraft:moss_block", //Yea Moss is automatable now without breaking contraptions, More Blocks out than in? MAGIC
231231
input: [
232232
"16x minecraft:mossy_cobblestone","minecraft:moss_block","1x minecraft:bone_meal",
233-
{ fluid: "minecraft:water", amount: BUCKET },
233+
{ fluid: "minecraft:water", amount: BUCKET / 2 },
234234
],
235235
heat: "",
236236
time: null,
237237
},{
238238
output: "10x minecraft:kelp", // If you got the bonemeal, some kelp can be arranged
239239
input: ["minecraft:kelp","minecraft:bone_meal",
240-
{ fluid: "minecraft:water", amount: BUCKET },
240+
{ fluid: "minecraft:water", amount: BUCKET / 2 },
241241
],
242242
heat: "",
243243
time: 120,

0 commit comments

Comments
 (0)