diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bdaf1a25..b35cb1cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/kubejs/server_scripts/createdeco/recipes.js b/kubejs/server_scripts/createdeco/recipes.js index f51252196..1b43e3787 100644 --- a/kubejs/server_scripts/createdeco/recipes.js +++ b/kubejs/server_scripts/createdeco/recipes.js @@ -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) }); diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 16a2df8f5..5b96b8489 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -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 Выход: Элитра