Version 1.0.19b
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.remove({ id: 'mininggadgets:upgrade_empty' })
|
||||
event.shaped('mininggadgets:upgrade_empty', ['RAL', 'DGD', 'LAR'], {
|
||||
'L': '#forge:storage_blocks/lapis',
|
||||
'R': '#forge:storage_blocks/redstone',
|
||||
'D': '#forge:gems/diamond',
|
||||
'A': '#forge:nuggets/allthemodium',
|
||||
'G': '#forge:glass_panes'
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user