From 4bd0beb845ef21de19e8d9567891cacc40d050f8 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 16 Mar 2024 12:41:52 +0700 Subject: [PATCH] Fix #260 --- CHANGELOG.md | 1 + kubejs/server_scripts/minecraft/recipes.js | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fab1e235c..9b4e643bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - Added Olive -> Olive Paste mixer recipes. (Exception) - Added recipes for charcoal powder. (Exception) - Added crushing recipes for nixtamal. (Exception) +- Fix dupes with gem blocks. (Exception) ~~- Added new recipes for TFC alebaster via GTCEu + Create machines. (Exception)~~ ~~- Возвращена механика из TFC.~~ ~~- Механические блоки из TFC переименованы в примитивную механику.~~ diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 921a920f0..10872ab89 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -3131,6 +3131,15 @@ const registerMinecraftRecipes = (event) => { event.remove({ id: 'minecraft:brick' }) + event.shaped('minecraft:bricks', [ + 'BAB', + 'ABA', + 'BAB' + ], { + A: 'tfc:mortar', + B: 'minecraft:brick' + }).id('tfc:crafting/bricks') + //#endregion //#region Выъод: Незер кирпич