diff --git a/CHANGELOG.md b/CHANGELOG.md index a5456328a..d0b1c4011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ - Added elytra repairing recipe. (Exception) - Removed polymer recipes from create press and packer. (Exception) - Gregified HandGlider recipes. (Exception) +- Fixed some shit with clay -> mold assembler recipes. (Exception) +- Added Olive -> Olive Paste mixer recipes. (Exception) ~~- Added new recipes for TFC alebaster via GTCEu + Create machines. (Exception)~~ ~~- Возвращена механика из TFC.~~ ~~- Механические блоки из TFC переименованы в примитивную механику.~~ diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index 46aec9923..cdb25966c 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -2879,9 +2879,6 @@ const registerTFCRecipes = (event) => { .duration(60) .EUt(2) - event.recipes.tfc.quern('2x tfc:olive_paste', 'tfc:food/olive') - .id(`tfg:quern/tfc/olive_paste`) - event.recipes.createMilling('2x tfc:olive_paste', 'tfc:food/olive') .id(`tfg:milling/tfc/olive_paste`)