fix brick recipe conflict
This commit is contained in:
parent
1b8cec25ff
commit
df9e90efa6
3 changed files with 2 additions and 7 deletions
|
|
@ -45,6 +45,7 @@
|
|||
- Added more missing food processor recipes (#1632, #1638) @Pyritie
|
||||
- Fixed a few stuck quests (#1667, #1666) @Wicpar
|
||||
- Fixed inconsistent quern and macerator recipes for small tfc ores (#1672) @Pyritie
|
||||
- Fixed recipe conflict with ceramic bricks and create deco colored bricks @Pyritie
|
||||
|
||||
## [0.10.9] - 10-08-2025
|
||||
### Changes
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
});
|
||||
|
|
|
|||
|
|
@ -797,13 +797,6 @@ const registerMinecraftRecipes = (event) => {
|
|||
B: 'minecraft:brick'
|
||||
}).id('tfc:crafting/bricks')
|
||||
|
||||
event.recipes.gtceu.assembler('minecraft:bricks')
|
||||
.itemInputs('5x minecraft:brick')
|
||||
.inputFluids(Fluid.of('gtceu:concrete', 144))
|
||||
.itemOutputs(`4x minecraft:bricks`)
|
||||
.duration(50)
|
||||
.EUt(7)
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Элитра
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue