diff --git a/config/paxi/datapacks/VocalWarfare/data/rats/recipes/assorted_vegetables.json b/config/paxi/datapacks/VocalWarfare/data/rats/recipes/assorted_vegetables.json new file mode 100644 index 0000000..56954c0 --- /dev/null +++ b/config/paxi/datapacks/VocalWarfare/data/rats/recipes/assorted_vegetables.json @@ -0,0 +1,36 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "minecraft:nether_star" + }, + { + "tag": "forge:vegetables" + }, + { + "tag": "forge:vegetables" + }, + { + "tag": "forge:vegetables" + }, + { + "tag": "forge:vegetables" + }, + { + "tag": "forge:vegetables" + }, + { + "tag": "forge:vegetables" + }, + { + "tag": "forge:vegetables" + }, + { + "tag": "forge:vegetables" + } + ], + "result": { + "item": "rats:assorted_vegetables" + } +} \ No newline at end of file diff --git a/config/paxi/datapacks/VocalWarfare/pack.mcmeta b/config/paxi/datapacks/VocalWarfare/pack.mcmeta new file mode 100644 index 0000000..fa35fa4 --- /dev/null +++ b/config/paxi/datapacks/VocalWarfare/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "Data pack for FW modpack" + } +} diff --git a/index.toml b/index.toml index 641ea2d..d5af9fd 100644 --- a/index.toml +++ b/index.toml @@ -100,6 +100,14 @@ hash = "a5709ebc9b10bf8329917c837844e9590563792117f32e0a1ba457941158bde9" file = "config/paxi/datapacks/CavePack/pack.mcmeta" hash = "a303b326aab92c6d789ac268c1d3009e31f23e0f6c1deeee05baceba626fb9b9" +[[files]] +file = "config/paxi/datapacks/VocalWarfare/data/rats/recipes/assorted_vegetables.json" +hash = "5e24b5aaf0a89cc6f4e3cfbabeabac08986ea2a71ee5145ad661497f6e2c6268" + +[[files]] +file = "config/paxi/datapacks/VocalWarfare/pack.mcmeta" +hash = "c776469509e666d62ef909e3dfab864f7d9c5cc30a85ae2428d0fefacb5214c1" + [[files]] file = "config/quark-common.toml" hash = "9e792fab3cb0b8a11af61bb175f3285af85cff57f2c9faf7cfe5661b579f9868" diff --git a/pack.toml b/pack.toml index 8e5386e..84d28f0 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e9f14fb4a3a2a052dc5b82b449774339a4d9f3a84c7333a89f619272163c7ae0" +hash = "5da2451c0c83bb44396ab5a08425abedd5dc4c66d038096a494f93a06dedc2a2" [versions] forge = "47.3.0"