fix firmalife shit

This commit is contained in:
Dmitry 2024-01-10 23:44:01 +07:00
parent ed3ee66c7b
commit 4b21d22968
2 changed files with 24 additions and 0 deletions

View file

@ -80,6 +80,24 @@ const registerFirmaLifeRecipes = (event) => {
.tier(3)
.id('firmalife:anvil/pie_pan')
// Jarring Station
event.shaped('firmalife:jarring_station', [
'A A',
'BBB'
], {
A: '#forge:plates/wrought_iron',
B: 'firmalife:treated_lumber'
}).id('firmalife:crafting/jarring_station')
// Vat
event.shaped('firmalife:vat', [
'A A',
'BAB'
], {
A: '#forge:plates/wrought_iron',
B: 'firmalife:beeswax'
}).id('firmalife:crafting/vat')
//#region Рецепты электрической теплицы
// Дерево

View file

@ -2573,6 +2573,12 @@ const registerMinecraftRecipes = (event) => {
//#endregion
//#region Выход: Кирпич
event.remove({ id: 'minecraft:brick' })
//#endregion
//#region Выход: Незер бревна
event.remove({ id: 'minecraft:stripped_crimson_stem_via_vanilla_stripping' })