re-rebalance wormhole artifact
This commit is contained in:
@ -3,4 +3,14 @@ ServerEvents.recipes(event => {
|
||||
'minecraft:ender_pearl',
|
||||
'#kubejs:grist/intelligent/basic'
|
||||
);
|
||||
|
||||
event.replaceInput({mod: 'wormhole_artifact'},
|
||||
'minecraft:glowstone_dust',
|
||||
'#kubejs:grist/intelligent/basic'
|
||||
);
|
||||
|
||||
event.replaceInput({mod: 'wormhole_artifact'},
|
||||
'minecraft:crying_obsidian',
|
||||
'#forge:ingots/lead'
|
||||
);
|
||||
});
|
Reference in New Issue
Block a user