дурка
This commit is contained in:
parent
f101a67718
commit
c70b06e02a
7 changed files with 2430 additions and 138 deletions
|
|
@ -2344,6 +2344,11 @@ const registerMinecraftRecipes = (event) => {
|
|||
.duration(100)
|
||||
.EUt(16)
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Кожа
|
||||
|
||||
event.remove({ id: 'minecraft:leather' })
|
||||
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
|
|
@ -708,6 +708,7 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
|||
'minecraft:medium_amethyst_bud',
|
||||
'minecraft:large_amethyst_bud',
|
||||
'minecraft:amethyst_cluster',
|
||||
'minecraft:rabbit_hide',
|
||||
'/spawn_egg/'
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue