Skip to content

Commit

Permalink
DT seeds to wizards reborn saplings recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkDisorder committed Nov 7, 2024
1 parent 0a8dd44 commit deb38a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63856,6 +63856,10 @@ hash = "361ce46a40f1ecc2672bf2f941149fbb03a7d2513f77b67cd73b2766caebace2"
file = "kubejs/server_scripts/corrections.js"
hash = "37a6129ceed8275f0a215f118e9d416d7790be9c76c80e0b76809303a6491b94"

[[files]]
file = "kubejs/server_scripts/dt_wizards_reborn_sapling_compat.js"
hash = "38e0f032e9a316b0fe1daa11a87cb8a723e3182c7602575955d970647281cd88"

[[files]]
file = "mods/advanced-peripherals.pw.toml"
hash = "b0c61413cc2dd7fca52014fa070c40aa478dc9007dc7a94330b97f1be7827bd5"
Expand Down
6 changes: 6 additions & 0 deletions kubejs/server_scripts/dt_wizards_reborn_sapling_compat.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ServerEvents.recipes(event => {
event.shapeless(
Item.of("wizards_reborn:arcane_wood_sapling", 1),
[ "wizards_reborn:arcanum_dust", "#dynamictrees:seeds" ]
)
})
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "95f278ccf363e6ed612cadfb55dc04a6eb94d2e28178f3e271c6970421abf55b"
hash = "97fb6a1d376be23ba479238865492037e024e228f5e81150ec2efbafad81a9f4"

[versions]
forge = "47.3.11"
Expand Down

0 comments on commit deb38a5

Please sign in to comment.