fix firmalife shit
This commit is contained in:
parent
ed3ee66c7b
commit
4b21d22968
2 changed files with 24 additions and 0 deletions
|
|
@ -80,6 +80,24 @@ const registerFirmaLifeRecipes = (event) => {
|
||||||
.tier(3)
|
.tier(3)
|
||||||
.id('firmalife:anvil/pie_pan')
|
.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 Рецепты электрической теплицы
|
//#region Рецепты электрической теплицы
|
||||||
|
|
||||||
// Дерево
|
// Дерево
|
||||||
|
|
|
||||||
|
|
@ -2573,6 +2573,12 @@ const registerMinecraftRecipes = (event) => {
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
|
//#region Выход: Кирпич
|
||||||
|
|
||||||
|
event.remove({ id: 'minecraft:brick' })
|
||||||
|
|
||||||
|
//#endregion
|
||||||
|
|
||||||
//#region Выход: Незер бревна
|
//#region Выход: Незер бревна
|
||||||
|
|
||||||
event.remove({ id: 'minecraft:stripped_crimson_stem_via_vanilla_stripping' })
|
event.remove({ id: 'minecraft:stripped_crimson_stem_via_vanilla_stripping' })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue