Skip to content

Commit 4a5de3b

Browse files
committed
obsidian recipe in large barren no longer uses a circuit
1 parent 7a15ca5 commit 4a5de3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubejs/server_scripts/common/additions/multiblock_recipes/multiblock_barrels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ ServerEvents.recipes(event => {
8080

8181
event.recipes.gtceu.large_stone_barrel(id('obsidian'))
8282
.notConsumableFluid('minecraft:water 1000')
83+
.notConsumable('minecraft:obsidian')
8384
.inputFluids('minecraft:lava 1000')
8485
.itemOutputs('minecraft:obsidian')
85-
.circuit(10)
8686
.duration(5);
8787

8888

0 commit comments

Comments
 (0)