re-rebalance wormhole artifact

This commit is contained in:
Victoria Fischer 2025-04-27 14:56:16 +02:00
parent a7052907cd
commit 3ef1613daf
4 changed files with 20 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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'
);
});

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "275b2dd4388915fb3a61b1adc52fd5637efd60002ba0577170119594cb3078f5"
hash = "1e9a4d7cae864c2ce730936a4c309ca4009f366612feb1c5a1cd8399d5677920"
[versions]
forge = "47.4.0"