From 3568cdedefffe71b645e6fb6d436752463666368 Mon Sep 17 00:00:00 2001 From: Hexugory Date: Sun, 1 Dec 2024 00:56:41 -0600 Subject: [PATCH] all new --- .../recipes/altar/craft_mikos_shot.json | 26 ++++++++++++++ .../recipes/altar/craft_ofuda.json | 36 +++++++++++++++++++ config/tacz/custom/gensoushooter.pw.toml | 7 ++++ index.toml | 13 +++++++ pack.toml | 2 +- 5 files changed, 83 insertions(+), 1 deletion(-) create mode 100644 config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_mikos_shot.json create mode 100644 config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_ofuda.json create mode 100644 config/tacz/custom/gensoushooter.pw.toml diff --git a/config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_mikos_shot.json b/config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_mikos_shot.json new file mode 100644 index 0000000..450a166 --- /dev/null +++ b/config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_mikos_shot.json @@ -0,0 +1,26 @@ +{ + "type": "touhou_little_maid:altar_crafting", + "output": { + "type": "minecraft:item", + "nbt": { + "Item": { + "id": "tacz:modern_kinetic_gun", + "Count": 1, + "tag": { + "GunCurrentAmmoCount": 64, + "GunFireMode": "AUTO", + "GunId": "gensoushooter:mikos_shot" + } + } + } + }, + "power": 0.5, + "ingredients": [ + { + "item": "grimoireofgaia:shiny_pearl" + }, + { + "item": "minecraft:gunpowder" + } + ] + } \ No newline at end of file diff --git a/config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_ofuda.json b/config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_ofuda.json new file mode 100644 index 0000000..20c81bf --- /dev/null +++ b/config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_ofuda.json @@ -0,0 +1,36 @@ +{ + "type": "touhou_little_maid:altar_crafting", + "output": { + "type": "minecraft:item", + "nbt": { + "Item": { + "id": "tacz:ammo", + "Count": 64, + "tag": { + "AmmoId": "gensoushooter:ofuda" + } + } + } + }, + "power": 0.05, + "ingredients": [ + { + "tag": "forge:ingots/copper" + }, + { + "tag": "forge:ingots/copper" + }, + { + "tag": "forge:ingots/copper" + }, + { + "tag": "forge:ingots/copper" + }, + { + "tag": "forge:ingots/copper" + }, + { + "tag": "forge:paper" + } + ] + } \ No newline at end of file diff --git a/config/tacz/custom/gensoushooter.pw.toml b/config/tacz/custom/gensoushooter.pw.toml new file mode 100644 index 0000000..f4ba3e0 --- /dev/null +++ b/config/tacz/custom/gensoushooter.pw.toml @@ -0,0 +1,7 @@ +name = "gensoushooter" +filename = "gensoushooter.zip" + +[download] +url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/gensoushooter.zip" +hash-format = "sha256" +hash = "fa1706552e0b2e864ac6e281f615e44b733767e050350fca745517722e416070" diff --git a/index.toml b/index.toml index 1014e89..551012f 100644 --- a/index.toml +++ b/index.toml @@ -112,6 +112,14 @@ hash = "a303b326aab92c6d789ac268c1d3009e31f23e0f6c1deeee05baceba626fb9b9" file = "config/paxi/datapacks/VocalWarfare/data/rats/recipes/assorted_vegetables.json" hash = "5e24b5aaf0a89cc6f4e3cfbabeabac08986ea2a71ee5145ad661497f6e2c6268" +[[files]] +file = "config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_mikos_shot.json" +hash = "f2f59d8e575eea33dc88e9a168cf76cdd3c096ea7360d08c5a51be114994c400" + +[[files]] +file = "config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_ofuda.json" +hash = "bc2b438d74ec3188937ca35b52b584e0954519d7c86c0a0511be709e71ca4870" + [[files]] file = "config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_smart_slab_empty.json" hash = "5ce60441aaad5a325418324856546732d8715e67dfb0a4896e6f4ca9d9df7740" @@ -153,6 +161,11 @@ file = "config/tacz/custom/drg.pw.toml" hash = "880f7f7147a322fe4d1c3eea2f3280ca3318ac307761e8440a976a9b7fcbea93" metafile = true +[[files]] +file = "config/tacz/custom/gensoushooter.pw.toml" +hash = "b8ff50ede39a4afb0923424df27a9b389d417a434200a98fdcc38000fc761ea9" +metafile = true + [[files]] file = "config/tacz/custom/gucci.pw.toml" hash = "f3e40fc635208e0cd3b8a91501a1d4146204f69557c6ddf81abde201ea0d6a4f" diff --git a/pack.toml b/pack.toml index 12578ff..91743d0 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 = "5c038754e40eddcbe196b3029865f1f5122889f661949dffe22d1b21069716b0" +hash = "63b7ff019b670ab5d1c32948ac23cb4076e187eecf0bfecc9dc5474ee2603772" [versions] forge = "47.3.0"