re-rebalance wormhole artifact
This commit is contained in:
parent
a7052907cd
commit
3ef1613daf
7
TODO.md
7
TODO.md
@ -6,3 +6,10 @@
|
|||||||
[ ] crush redstone, lapis, copper, ender, prismarine, quartz, tear powder
|
[ ] crush redstone, lapis, copper, ender, prismarine, quartz, tear powder
|
||||||
[ ] fix ore doubling and xp overload
|
[ ] 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]]
|
[[files]]
|
||||||
file = "kubejs/server_scripts/mods/wormhole_artifact.js"
|
file = "kubejs/server_scripts/mods/wormhole_artifact.js"
|
||||||
hash = "34e5517c5e77d0eafb29f06d8c3415e260a8c1bb703c3f89a19e144219fbdf3d"
|
hash = "4003082f31011049402ff31504a6db0f4fdd6c7076167109c66fa412286be462"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "kubejs/server_scripts/ore-processing.js"
|
file = "kubejs/server_scripts/ore-processing.js"
|
||||||
|
@ -3,4 +3,14 @@ ServerEvents.recipes(event => {
|
|||||||
'minecraft:ender_pearl',
|
'minecraft:ender_pearl',
|
||||||
'#kubejs:grist/intelligent/basic'
|
'#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'
|
||||||
|
);
|
||||||
});
|
});
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "275b2dd4388915fb3a61b1adc52fd5637efd60002ba0577170119594cb3078f5"
|
hash = "1e9a4d7cae864c2ce730936a4c309ca4009f366612feb1c5a1cd8399d5677920"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.4.0"
|
forge = "47.4.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user