parent
624d7de7e0
commit
88eee093be
7 changed files with 35 additions and 1 deletions
|
|
@ -1051,6 +1051,12 @@ const registerMinecraftRecipes = (event) => {
|
|||
.EUt(2)
|
||||
})
|
||||
|
||||
event.shapeless('3x minecraft:polished_blackstone_button', ['minecraft:polished_blackstone_pressure_plate', '#forge:tools/saws'])
|
||||
.id(`tfg:shapeless/saw_blackstone_pressure_plate_to_button`)
|
||||
|
||||
event.shapeless('3x minecraft:bamboo_button', ['minecraft:bamboo_pressure_plate', '#forge:tools/saws'])
|
||||
.id(`tfg:shapeless/saw_bamboo_pressure_plate_to_button`)
|
||||
|
||||
// #endregion
|
||||
|
||||
// Minecart w/ Furnace
|
||||
|
|
|
|||
|
|
@ -1157,7 +1157,8 @@ function removeMinecraftRecipes(event) {
|
|||
//#endregion
|
||||
|
||||
//#region Выход: Кнопка из черного камня
|
||||
|
||||
|
||||
event.remove({ id: 'gtceu:shaped/stone_button' })
|
||||
event.remove({ id: 'minecraft:polished_blackstone_button' })
|
||||
|
||||
//#endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue