diff --git a/index.toml b/index.toml index 58c0bc3..e5ed182 100644 --- a/index.toml +++ b/index.toml @@ -290,6 +290,11 @@ file = "mods/crafted-core.pw.toml" hash = "bfaf661307e01ff0c9f35b3f5f2f9a2f4193bcc09b81edf92af254d44078dc93" metafile = true +[[files]] +file = "mods/crafttweaker.pw.toml" +hash = "4509d50ad87085fdcb9c950ce9ba12a0a95686fefa649d426ca8bd552d0203ee" +metafile = true + [[files]] file = "mods/create-big-cannons.pw.toml" hash = "4e0de0f8b7921a609612cb1fd67721e801addc4f659b909ea9a1717cd131c80b" @@ -495,6 +500,11 @@ file = "mods/fastquit.pw.toml" hash = "26b473edf76a38c7f6f883381b6a42a33eea992501f26c46bae8b6149c86e234" metafile = true +[[files]] +file = "mods/faux-custom-entity-data.pw.toml" +hash = "a4da8bc46ad51d30597bd2235add659f0ee49123a7140487de7d127659a87e4b" +metafile = true + [[files]] file = "mods/ferrite-core.pw.toml" hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a" @@ -520,6 +530,11 @@ file = "mods/grass-overhaul.pw.toml" hash = "e78b02e9759ff949a2aff4a95363a9cf41dd91d0cb936809e62574d23d1a9070" metafile = true +[[files]] +file = "mods/gravestones-fix.pw.toml" +hash = "4b350db5e3d33d62b190090a8f804f025b8792bc06467aaefa08c393d841287c" +metafile = true + [[files]] file = "mods/gravestones.pw.toml" hash = "ace9dbdca93d66c486a4474081fc91219640e506b62679bce01318c34af51e13" @@ -677,7 +692,7 @@ metafile = true [[files]] file = "mods/lightmans-currency.pw.toml" -hash = "321a5953d2436146fce6867f4638c8b02d03027dfac9c25598fb184e74344308" +hash = "3e6337f4ad656ba142c1bdb11eacff7b4909c853a9e84291412099adea45f922" metafile = true [[files]] @@ -960,6 +975,11 @@ file = "mods/runic-enchanting.pw.toml" hash = "fe5794b13d3fa7cd4e69184d3360b7fcb3ef497ea745d5d3866db92479542b01" metafile = true +[[files]] +file = "mods/safelogin.pw.toml" +hash = "ae09689fee180dc735bfa91cf3388acf31a6b5e5d8227f50afd7d160199717d0" +metafile = true + [[files]] file = "mods/scorched.pw.toml" hash = "001a2013141654cc69bdfca0e45f72e0c08b673cc0d8036f37fd9cf9fe2fcbd6" @@ -1134,6 +1154,10 @@ metafile = true file = "resourcepacks/RegalityResourcePack.zip" hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999" +[[files]] +file = "scripts/recipes.zs" +hash = "242dd9fbe0d5254436c9fc98f7c322222a31ed4b4faaae96630952a2be680caa" + [[files]] file = "servers.dat" hash = "7f7d5bbb9482fb88a30c572ed01dc77ef555d7eb8375910bdc78584042dd349f" diff --git a/mods/crafttweaker.pw.toml b/mods/crafttweaker.pw.toml new file mode 100644 index 0000000..8b46c60 --- /dev/null +++ b/mods/crafttweaker.pw.toml @@ -0,0 +1,13 @@ +name = "CraftTweaker" +filename = "CraftTweaker-fabric-1.20.1-14.0.40.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Xg35A4rS/versions/WG2ODwLU/CraftTweaker-fabric-1.20.1-14.0.40.jar" +hash-format = "sha1" +hash = "ebd455b9251a142ddddd18288e75c2aa0ce4e20b" + +[update] +[update.modrinth] +mod-id = "Xg35A4rS" +version = "WG2ODwLU" diff --git a/mods/faux-custom-entity-data.pw.toml b/mods/faux-custom-entity-data.pw.toml new file mode 100644 index 0000000..d7900d9 --- /dev/null +++ b/mods/faux-custom-entity-data.pw.toml @@ -0,0 +1,13 @@ +name = "Faux Custom Entity Data" +filename = "FauxCustomEntityData-fabric-1.20.1-6.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E7ZFR7qk/versions/11wR6r8x/FauxCustomEntityData-fabric-1.20.1-6.0.1.jar" +hash-format = "sha1" +hash = "5c9c840aeda651dd23395ef82a81ea1b8fa2d23a" + +[update] +[update.modrinth] +mod-id = "E7ZFR7qk" +version = "11wR6r8x" diff --git a/mods/gravestones-fix.pw.toml b/mods/gravestones-fix.pw.toml new file mode 100644 index 0000000..298ac6a --- /dev/null +++ b/mods/gravestones-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Gravestones Fix" +filename = "gravestonesfix-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nFIzW822/versions/vJzsnLh1/gravestonesfix-1.0.0.jar" +hash-format = "sha1" +hash = "a62baefb97ce246f43c19ae6608f1f7e16e7c017" + +[update] +[update.modrinth] +mod-id = "nFIzW822" +version = "vJzsnLh1" diff --git a/mods/lightmans-currency.pw.toml b/mods/lightmans-currency.pw.toml index a319c9f..fb4a167 100644 --- a/mods/lightmans-currency.pw.toml +++ b/mods/lightmans-currency.pw.toml @@ -1,13 +1,13 @@ name = "Lightman's Currency" -filename = "lightmanscurrency_fabric-1.20.1-1.0.2.3a.jar" +filename = "lightmanscurrency_fabric-1.20.1-1.0.2.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/wvMc8AJt/versions/XcOMZUCE/lightmanscurrency_fabric-1.20.1-1.0.2.3a.jar" +url = "https://cdn.modrinth.com/data/wvMc8AJt/versions/WUkt6f4K/lightmanscurrency_fabric-1.20.1-1.0.2.4.jar" hash-format = "sha1" -hash = "9f22c46bf8de270925f833c0c1079fc47e10998f" +hash = "4ef0afbd6f213cfbafc896a6b4e85b6eefd787a1" [update] [update.modrinth] mod-id = "wvMc8AJt" -version = "XcOMZUCE" +version = "WUkt6f4K" diff --git a/mods/safelogin.pw.toml b/mods/safelogin.pw.toml new file mode 100644 index 0000000..79f8c02 --- /dev/null +++ b/mods/safelogin.pw.toml @@ -0,0 +1,13 @@ +name = "SafeLogin" +filename = "safelogin-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pcTIw4RZ/versions/CMMhudnY/safelogin-1.0.0.jar" +hash-format = "sha1" +hash = "ca9b035ca37ddadc76f7c3a587ea28a87fb8787c" + +[update] +[update.modrinth] +mod-id = "pcTIw4RZ" +version = "CMMhudnY" diff --git a/pack.toml b/pack.toml index 3a9479a..eb8d95f 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Regality SMP" author = "JordanPlayz158" -version = "1.0.18" +version = "1.0.19" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "640fe13bdfb388f75198010a1b97854715cfc4fe46879da78e2491f8e0b70a8b" +hash = "bb3e36e286c27eb6c12220f31a88a5affffc822a06e9b480f158e68711e8d197" [versions] fabric = "0.15.11" diff --git a/scripts/recipes.zs b/scripts/recipes.zs new file mode 100644 index 0000000..8d94322 --- /dev/null +++ b/scripts/recipes.zs @@ -0,0 +1,21 @@ +// #Add + +// Flowers +craftingTable.addShaped("sunflower_dandelion", * 4, [[], []]); + +craftingTable.addShaped("lilac_allium", * 4, [[], []]); + +craftingTable.addShaped("peony_pink_tulip", * 4, [[], []]); + +craftingTable.addShaped("rose_bush_poppy", * 4, [[], []]); + +// Create +.add(); + +// Steel Ingot Melting +.add(); + +// Steel Block Melting +.add(); + +// File End