diff --git a/config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_smart_slab_empty.json b/config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_smart_slab_empty.json new file mode 100644 index 0000000..1651cb6 --- /dev/null +++ b/config/paxi/datapacks/VocalWarfare/data/vocalwarfare/recipes/altar/craft_smart_slab_empty.json @@ -0,0 +1,21 @@ +{ + "type": "touhou_little_maid:altar_crafting", + "output": { + "type": "minecraft:item", + "nbt": { + "Item": { + "id": "touhou_little_maid:smart_slab_empty", + "Count": 1 + } + } + }, + "power": 0.2, + "ingredients": [ + { + "item": "minecraft:paper" + }, + { + "item": "minecraft:soul_sand" + } + ] +} \ No newline at end of file diff --git a/index.toml b/index.toml index 11d028a..1d3398f 100644 --- a/index.toml +++ b/index.toml @@ -104,6 +104,10 @@ 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_smart_slab_empty.json" +hash = "5ce60441aaad5a325418324856546732d8715e67dfb0a4896e6f4ca9d9df7740" + [[files]] file = "config/paxi/datapacks/VocalWarfare/pack.mcmeta" hash = "c776469509e666d62ef909e3dfab864f7d9c5cc30a85ae2428d0fefacb5214c1" diff --git a/pack.toml b/pack.toml index 04f59af..4ba8d7c 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 = "4463281cf79187cd78fb6ba879159c7fbe44ad60418e1095e75c3f38bffc7da3" +hash = "efc8234663af3a5b187dc4828927e376ab64bc0c1ed864fa7b8b5e0d1e0ad04f" [versions] forge = "47.3.0"