diff --git a/config/buddingcrystals-common.toml b/config/buddingcrystals-common.toml new file mode 100644 index 0000000..89447c1 --- /dev/null +++ b/config/buddingcrystals-common.toml @@ -0,0 +1,27 @@ + +[crystals] + #Allow crafting of budding Amethyst block + enable_crafting_budding_amethyst = true + #Allow crafting of budding Prismarine block + enable_crafting_budding_prismarine = true + #Allow crafting of budding Diamond block + enable_crafting_budding_diamond = false + #Allow crafting of budding Nether Quartz block + enable_crafting_budding_nether_quartz = true + #Allow crafting of budding Salt block + enable_crafting_budding_salt = false + #Allow crafting of budding Lapis Lazuli block + enable_crafting_budding_lapis_lazuli = true + #Allow crafting of budding Certus Quartz block + enable_crafting_budding_certus_quartz = false + #Allow crafting of budding Fluorite block + enable_crafting_budding_fluorite = true + #Allow crafting of budding Redstone block + enable_crafting_budding_redstone = true + #Allow crafting of budding Emerald block + enable_crafting_budding_emerald = false + #Allow crafting of budding Glowstone block + enable_crafting_budding_glowstone = true + #Allow crafting of budding Fluix block + enable_crafting_budding_fluix = false + diff --git a/index.toml b/index.toml index 6619e07..8aa70b1 100644 --- a/index.toml +++ b/index.toml @@ -66,6 +66,10 @@ file = "config/bluemap/resourcepacks/bluemap-x-sophisticatedstorage.pw.toml" hash = "ccc8345cfa6867ec0fbc6950fd26b26cef79afbdd95c745889b0adf7493b81d6" metafile = true +[[files]] +file = "config/buddingcrystals-common.toml" +hash = "f1e2f0ffa45685e70135734a2b7cafe57c6277bd0a39cdf2b0d5b027c8f72b1e" + [[files]] file = "config/canary.properties" hash = "27c4c60af7e9ad4aa8613dfaa3f70dc81f4b1415923a869038acd856f1b7ead9" @@ -734,6 +738,11 @@ file = "mods/brutal-bosses-dungeon.pw.toml" hash = "41808d9ae7c63d0e25c52766fa409b2a9466e29f9b43a9aa049daaf78e0b191c" metafile = true +[[files]] +file = "mods/buddingcrystals.pw.toml" +hash = "44b1251bfde237cf4cc93eee572cebd3a86952992555b01cde26f69f4d7b9aa5" +metafile = true + [[files]] file = "mods/buildersaddition.pw.toml" hash = "0938d0e86ff900e0a21ceb6e78b807d53d22a5555e9f377bd1065a0bd3024e72" @@ -1259,6 +1268,11 @@ file = "mods/dyenamicsandfriends.pw.toml" hash = "f608cdcde8813b73d9025f82918da29aedcb5313b079d51989039c93ca6494cf" metafile = true +[[files]] +file = "mods/dynamic-asset-generator.pw.toml" +hash = "55ffe26e2d88fa9847cadb731ad1679114058f60dad712bb1973bfef05102c8e" +metafile = true + [[files]] file = "mods/dynamic-fps.pw.toml" hash = "a4c814876cd9046f9cdbe0a5967edff092adb8c28de2d717ce5fe469d6fbc9a2" diff --git a/mods/buddingcrystals.pw.toml b/mods/buddingcrystals.pw.toml new file mode 100644 index 0000000..7286ac3 --- /dev/null +++ b/mods/buddingcrystals.pw.toml @@ -0,0 +1,13 @@ +name = "BuddingCrystals" +filename = "BuddingCrystals-3.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dfc8be19c40e3436f8d3c0b5956614017adcd6c6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5641653 +project-id = 628302 diff --git a/mods/dynamic-asset-generator.pw.toml b/mods/dynamic-asset-generator.pw.toml new file mode 100644 index 0000000..dfa2f19 --- /dev/null +++ b/mods/dynamic-asset-generator.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic Asset Generator" +filename = "dynamicassetgenerator-forge-1.20.1-4.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5f4206fc51d357aae1714aa4e8710ab9fd7a590a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5008421 +project-id = 577096 diff --git a/pack.toml b/pack.toml index 125c86a..7b4ba49 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 = "f45087cf0796079a3f13181a81d23ac66d883376824a4338acf80d370e329495" +hash = "ec9de525cf7b463ec01ce09f9237dfc4814e6cbac3d25fe99c589a27aa5ecaaa" [versions] forge = "47.4.8"