This commit is contained in:
Pyritie 2026-01-19 22:21:06 +00:00
parent 624d7de7e0
commit 88eee093be
7 changed files with 35 additions and 1 deletions

View file

@ -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

View file

@ -1157,7 +1157,8 @@ function removeMinecraftRecipes(event) {
//#endregion
//#region Выход: Кнопка из черного камня
event.remove({ id: 'gtceu:shaped/stone_button' })
event.remove({ id: 'minecraft:polished_blackstone_button' })
//#endregion