re-rebalance wormhole artifact
This commit is contained in:
parent
a7052907cd
commit
3ef1613daf
9
TODO.md
9
TODO.md
@ -5,4 +5,11 @@
|
||||
# create todo:
|
||||
[ ] crush redstone, lapis, copper, ender, prismarine, quartz, tear powder
|
||||
[ ] fix ore doubling and xp overload
|
||||
[ ] create energetic grist with the tesla coil?
|
||||
[ ] create energetic grist with the tesla coil?
|
||||
|
||||
# questline todo:
|
||||
[ ] build an ore crusher in create
|
||||
[ ] build an ore washer in create
|
||||
[ ] build a kitchen cooker in create
|
||||
[ ] build an automatic farmer in create
|
||||
[ ] wormhole artifact
|
@ -755,7 +755,7 @@ hash = "a43a56736738975b6189dfa09863db43f9cbefb37c215f78fadc053c21a31305"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/server_scripts/mods/wormhole_artifact.js"
|
||||
hash = "34e5517c5e77d0eafb29f06d8c3415e260a8c1bb703c3f89a19e144219fbdf3d"
|
||||
hash = "4003082f31011049402ff31504a6db0f4fdd6c7076167109c66fa412286be462"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/server_scripts/ore-processing.js"
|
||||
|
@ -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'
|
||||
);
|
||||
});
|
Loading…
x
Reference in New Issue
Block a user