diff --git a/config/paxi/datapacks/ExtendedSouls/data/malum/spirit_data/entity/fairy.json b/config/paxi/datapacks/ExtendedSouls/data/malum/spirit_data/entity/fairy.json new file mode 100644 index 0000000..b2683c4 --- /dev/null +++ b/config/paxi/datapacks/ExtendedSouls/data/malum/spirit_data/entity/fairy.json @@ -0,0 +1,18 @@ +{ + "registry_name": "touhou_little_maid:fairy", + "primary_type": "malum:arcane", + "spirits": [ + { + "spirit": "malum:arcane", + "count": 1 + }, + { + "spirit": "malum:aerial", + "count": 1 + }, + { + "spirit": "malum:sacred", + "count": 1 + } + ] +} \ No newline at end of file diff --git a/config/paxi/datapacks/ExtendedSouls/pack.mcmeta b/config/paxi/datapacks/ExtendedSouls/pack.mcmeta new file mode 100644 index 0000000..9178a06 --- /dev/null +++ b/config/paxi/datapacks/ExtendedSouls/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 8, + "description": "Adds souls to mobs missing malum spirit data" + } +} diff --git a/index.toml b/index.toml index ade5dde..4f0d584 100644 --- a/index.toml +++ b/index.toml @@ -56,6 +56,14 @@ hash = "d03a72853be2c771db8daaf74c5c57895fabc30afe70ba6d02ad6f8e212e6eb0" file = "config/paxi/datapacks/ExtendedFeeding/pack.mcmeta" hash = "bd2a241fb29cdb0f8ad2da103d7502e198dd759d3db6c91c0c46c40f7b49d72a" +[[files]] +file = "config/paxi/datapacks/ExtendedSouls/data/malum/spirit_data/entity/fairy.json" +hash = "6fc358dcd0bab1a0a52b2f99871d5ee75d4e99577375f8c6792447b07ef609a6" + +[[files]] +file = "config/paxi/datapacks/ExtendedSouls/pack.mcmeta" +hash = "cea769a211918c3db83fe3db6eb89ecc9cc65e4d1102b66bd7ce8e568c588a1c" + [[files]] file = "config/paxi/datapacks/UltimineWhitelist/data/ftbultimine/tags/block/block_whitelist.json" hash = "70b0f49e0c79bcc4e674b55d2b78dbfe4ba1a9384e9d8fe4e8ea5640ec8397dd" diff --git a/pack.toml b/pack.toml index 5f1864a..cdb12bf 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 = "0511bd4491bf675f39e5c33d2cc22d8ed2beb17f92ce7594fd7c8799f8cdffe2" +hash = "4a94db64f5c9f59f97c01dd13f40e547c4413b54a88922274901bb6962dee937" [versions] forge = "47.4.9"