17 lines
960 B
JavaScript
17 lines
960 B
JavaScript
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9.
|
|
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
|
|
|
ServerEvents.recipes(allthemods => {
|
|
allthemods.remove({ id: 'buildinggadgets2:gadget_building' })
|
|
allthemods.shaped('buildinggadgets2:gadget_building', ['IRI', 'DLD', 'IAI'], {
|
|
I: '#forge:ingots/iron',
|
|
R: '#forge:dusts/redstone',
|
|
L: '#forge:gems/lapis',
|
|
D: '#forge:gems/diamond',
|
|
A: '#forge:nuggets/allthemodium'
|
|
})
|
|
})
|
|
|
|
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9.
|
|
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|