diff --git a/config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/orb_of_origin.json b/config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/orb_of_origin.json new file mode 100644 index 0000000..fad96d9 --- /dev/null +++ b/config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/orb_of_origin.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "minecraft:ender_pearl" + }, + { + "tag": "forge:paper" + } + ], + "result": { + "item": "origins:orb_of_origin" + } + } \ No newline at end of file diff --git a/index.toml b/index.toml index a7053af..dfc6913 100644 --- a/index.toml +++ b/index.toml @@ -124,6 +124,10 @@ hash = "bc2b438d74ec3188937ca35b52b584e0954519d7c86c0a0511be709e71ca4870" file = "config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_smart_slab_empty.json" hash = "5ce60441aaad5a325418324856546732d8715e67dfb0a4896e6f4ca9d9df7740" +[[files]] +file = "config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/orb_of_origin.json" +hash = "2024743ef19d678fbff970426292df455901836581fe2b280cb4a08555d13eb3" + [[files]] file = "config/paxi/datapacks/VocalWarfare/pack.mcmeta" hash = "c776469509e666d62ef909e3dfab864f7d9c5cc30a85ae2428d0fefacb5214c1" diff --git a/pack.toml b/pack.toml index 3a54db6..29857b8 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Vocal Warfare" author = "Hexugory" -version = "2.0.1" +version = "2.0.2" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a7515dfdcafb4ea73422f1786d45f20ef3aaae883355ab5d5979bd147d7358b8" +hash = "2925cfc35a33cad0990a6b36f5537636aef19c9238c12c8d7b66ccad914392a3" [versions] forge = "47.3.0"