fix brick recipe conflict

This commit is contained in:
Pyritie 2025-08-23 12:26:39 +01:00
parent 1b8cec25ff
commit df9e90efa6
3 changed files with 2 additions and 7 deletions

View file

@ -165,6 +165,7 @@ const registerCreatedecoRecipes = (event) => {
.itemInputs('5x minecraft:brick', powder)
.inputFluids(Fluid.of('gtceu:concrete', 144))
.itemOutputs(`4x createdeco:${type}_bricks`)
.circuit(3)
.duration(50)
.EUt(7)
});