2024-03-20 20:29:50 +01:00

15 lines
354 B
JavaScript

ServerEvents.recipes(e => {
let shard = ('allthetweaks:atm_star_shard')
//#SilentGear
e.shapeless('32x allthetweaks:allthecatalystium', shard)
//#Pipez
e.shaped('16x pipez:infinity_upgrade', ['ABA', 'BCB', 'ADA'], {
A: 'allthemodium:unobtainium_ingot',
B: 'minecraft:redstone_block',
C: 'pipez:ultimate_upgrade',
D: shard
})
})