дурка

This commit is contained in:
Dmitry 2023-12-28 21:05:30 +07:00
parent f101a67718
commit c70b06e02a
7 changed files with 2430 additions and 138 deletions

View file

@ -2344,6 +2344,11 @@ const registerMinecraftRecipes = (event) => {
.duration(100)
.EUt(16)
//#endregion
//#region Выход: Кожа
event.remove({ id: 'minecraft:leather' })
//#endregion

View file

@ -2422,7 +2422,7 @@ const registerTFCRecipes = (event) => {
'ABA',
'AAA'
], {
A: '#forge:plates/wrought_iron',
A: '#forge:double_plates/wrought_iron',
B: 'tfc:crucible'
}).id('tfc:crafting/blast_furnace')

View file

@ -708,6 +708,7 @@ global.MINECRAFT_DISABLED_ITEMS = [
'minecraft:medium_amethyst_bud',
'minecraft:large_amethyst_bud',
'minecraft:amethyst_cluster',
'minecraft:rabbit_hide',
'/spawn_egg/'
];