We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a15ca5 commit 4a5de3bCopy full SHA for 4a5de3b
1 file changed
kubejs/server_scripts/common/additions/multiblock_recipes/multiblock_barrels.js
@@ -80,9 +80,9 @@ ServerEvents.recipes(event => {
80
81
event.recipes.gtceu.large_stone_barrel(id('obsidian'))
82
.notConsumableFluid('minecraft:water 1000')
83
+ .notConsumable('minecraft:obsidian')
84
.inputFluids('minecraft:lava 1000')
85
.itemOutputs('minecraft:obsidian')
- .circuit(10)
86
.duration(5);
87
88
0 commit comments