2026-02-28 21:10:56 -03:00

25 lines
1.3 KiB
JavaScript

// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
// 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 => {
//This is the same recipe as the one on dire's github. It currently just overrides the old one to make EMI recognize it
allthemods.smithing(
'justdirethings:celestigem_paxel',
'justdirethings:celestigem_axe',
'justdirethings:celestigem_shovel')
.template('justdirethings:celestigem_pickaxe');
allthemods.remove({ id: 'justdirethings:upgrade_orexray' })
allthemods.shaped('justdirethings:upgrade_orexray', ['ABA', 'CDC', 'ABA'], {
A: '#c:ingots/unobtainium',
B: 'minecraft:calibrated_sculk_sensor',
C: 'minecraft:sculk_shrieker',
D: 'justdirethings:upgrade_blank'
})
})
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
// 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.