Merge pull request #705 from Pyritie/patch-1
Added missing recipe for nether brick
This commit is contained in:
commit
d319067a8e
2 changed files with 6 additions and 4 deletions
|
|
@ -3269,4 +3269,8 @@ const registerMinecraftRecipes = (event) => {
|
|||
.EUt(32)
|
||||
|
||||
//#endregion
|
||||
|
||||
// Nether Brick
|
||||
|
||||
event.smelting('minecraft:nether_brick', 'minecraft:netherrack')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,5 @@ global.GTCEU_DISABLED_ITEMS = [
|
|||
];
|
||||
|
||||
global.GTCEU_HIDED_ITEMS = [
|
||||
'gtceu:netherrack_dust',
|
||||
'gtceu:small_netherrack_dust',
|
||||
'gtceu:tiny_netherrack_dust'
|
||||
];
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue