Fix #260
This commit is contained in:
@@ -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 переименованы в примитивную механику.~~
|
||||
|
||||
@@ -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 Выъод: Незер кирпич
|
||||
|
||||
Reference in New Issue
Block a user