From 922411044013eebe6eda0803bceda924fc7e093a Mon Sep 17 00:00:00 2001 From: JordanPlayz158 Date: Mon, 22 Jul 2024 16:10:34 -0400 Subject: [PATCH 1/7] Added Sunflower to 2x Dandelion --- index.toml | 14 ++++++++++++++ mods/crafttweaker.pw.toml | 13 +++++++++++++ mods/faux-custom-entity-data.pw.toml | 13 +++++++++++++ pack.toml | 2 +- scripts/recipes.zs | 3 +++ 5 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 mods/crafttweaker.pw.toml create mode 100644 mods/faux-custom-entity-data.pw.toml create mode 100644 scripts/recipes.zs diff --git a/index.toml b/index.toml index 58c0bc3..36bdf94 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" @@ -1134,6 +1144,10 @@ metafile = true file = "resourcepacks/RegalityResourcePack.zip" hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999" +[[files]] +file = "scripts/recipes.zs" +hash = "182c1f71360b8f6284cd271639408d67aeb753e86d2499574de17ed5c97c0fac" + [[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/pack.toml b/pack.toml index 3a9479a..d04b678 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 = "640fe13bdfb388f75198010a1b97854715cfc4fe46879da78e2491f8e0b70a8b" +hash = "6686dd5b06c49df9b9d39ad2b3dfc0faad95492e054497c04a05a4240de83002" [versions] fabric = "0.15.11" diff --git a/scripts/recipes.zs b/scripts/recipes.zs new file mode 100644 index 0000000..c3ff317 --- /dev/null +++ b/scripts/recipes.zs @@ -0,0 +1,3 @@ +// #Add +recipes.addShaped("sunflower_dandelion", , [ < item:minecraft:sunflower > ]) + // File End -- 2.39.5 From 4954ac3da89ee5016e28c1ea8bd2af1586a32593 Mon Sep 17 00:00:00 2001 From: JordanPlayz158 Date: Mon, 22 Jul 2024 16:35:57 -0400 Subject: [PATCH 2/7] Added rest of flowers --- index.toml | 2 +- pack.toml | 2 +- scripts/recipes.zs | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/index.toml b/index.toml index 36bdf94..28b859a 100644 --- a/index.toml +++ b/index.toml @@ -1146,7 +1146,7 @@ hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999" [[files]] file = "scripts/recipes.zs" -hash = "182c1f71360b8f6284cd271639408d67aeb753e86d2499574de17ed5c97c0fac" +hash = "658e3898168ba64bb96ae9fae02fd980f5dc1a05193815409439a00b2c828916" [[files]] file = "servers.dat" diff --git a/pack.toml b/pack.toml index d04b678..40c5513 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 = "6686dd5b06c49df9b9d39ad2b3dfc0faad95492e054497c04a05a4240de83002" +hash = "453623c0045e658214aa25bd2794137f776c35c7d1785ac48a9184a4bf1a109f" [versions] fabric = "0.15.11" diff --git a/scripts/recipes.zs b/scripts/recipes.zs index c3ff317..ca3b2ed 100644 --- a/scripts/recipes.zs +++ b/scripts/recipes.zs @@ -1,3 +1,9 @@ // #Add -recipes.addShaped("sunflower_dandelion", , [ < item:minecraft:sunflower > ]) - // File End +craftingTable.addShaped("sunflower_dandelion", * 4, [[], []]); + +craftingTable.addShaped("lilac_allium", * 4, [[], []]); + +craftingTable.addShaped("peony_pink_tulip", * 4, [[], []]); + +craftingTable.addShaped("rose_bush_poppy", * 4, [[], []]); +// File End -- 2.39.5 From a14078c8698c81e663a9bd11f4cc66e2b75ce795 Mon Sep 17 00:00:00 2001 From: JordanPlayz158 Date: Mon, 22 Jul 2024 20:07:41 -0400 Subject: [PATCH 3/7] Added Create Recipes --- index.toml | 7 ++++++- mods/gravestones-fix.pw.toml | 13 +++++++++++++ pack.toml | 2 +- scripts/recipes.zs | 25 +++++++++++++++++++++++++ 4 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 mods/gravestones-fix.pw.toml diff --git a/index.toml b/index.toml index 28b859a..ee89712 100644 --- a/index.toml +++ b/index.toml @@ -530,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" @@ -1146,7 +1151,7 @@ hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999" [[files]] file = "scripts/recipes.zs" -hash = "658e3898168ba64bb96ae9fae02fd980f5dc1a05193815409439a00b2c828916" +hash = "49176b6aa7af590c6abe6225b004e84a03dc6872c62cdc9b8fb12d0bdc9b3cb4" [[files]] file = "servers.dat" 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/pack.toml b/pack.toml index 40c5513..ede417b 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 = "453623c0045e658214aa25bd2794137f776c35c7d1785ac48a9184a4bf1a109f" +hash = "ab831f4d43423ab50d448b8d26a320b61b1f5282e2d05943bc0cb592094dc18b" [versions] fabric = "0.15.11" diff --git a/scripts/recipes.zs b/scripts/recipes.zs index ca3b2ed..480121e 100644 --- a/scripts/recipes.zs +++ b/scripts/recipes.zs @@ -1,4 +1,6 @@ // #Add + +// Flowers craftingTable.addShaped("sunflower_dandelion", * 4, [[], []]); craftingTable.addShaped("lilac_allium", * 4, [[], []]); @@ -6,4 +8,27 @@ craftingTable.addShaped("lilac_allium", * 4, [[ * 4, [[], []]); craftingTable.addShaped("rose_bush_poppy", * 4, [[], []]); + +// Create +.add(); + +// Steel Ingot Melting +.add(); + +// Steel Block Melting +.add(); + +// Nethersteel +.addJsonRecipe("create_dd_steel_nethersteel", { + heatRequirement: "superheated", + ingredients: [ + , + , + , + , + + ], + results: [ * 8] +}); + // File End -- 2.39.5 From e02aab2e4b698fcab714981b84d2e7fc9e8c3626 Mon Sep 17 00:00:00 2001 From: JordanPlayz158 Date: Mon, 22 Jul 2024 20:21:29 -0400 Subject: [PATCH 4/7] Simplifies recipes.zs --- index.toml | 2 +- pack.toml | 2 +- scripts/recipes.zs | 13 ------------- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/index.toml b/index.toml index ee89712..b749413 100644 --- a/index.toml +++ b/index.toml @@ -1151,7 +1151,7 @@ hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999" [[files]] file = "scripts/recipes.zs" -hash = "49176b6aa7af590c6abe6225b004e84a03dc6872c62cdc9b8fb12d0bdc9b3cb4" +hash = "242dd9fbe0d5254436c9fc98f7c322222a31ed4b4faaae96630952a2be680caa" [[files]] file = "servers.dat" diff --git a/pack.toml b/pack.toml index ede417b..0a509db 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 = "ab831f4d43423ab50d448b8d26a320b61b1f5282e2d05943bc0cb592094dc18b" +hash = "a87a6d8fb4b1ccba2ba445af370043dcf2e33163240c0fcf8ec33ec58b0dbf8a" [versions] fabric = "0.15.11" diff --git a/scripts/recipes.zs b/scripts/recipes.zs index 480121e..8d94322 100644 --- a/scripts/recipes.zs +++ b/scripts/recipes.zs @@ -18,17 +18,4 @@ craftingTable.addShaped("rose_bush_poppy", * 4, [[.add(); -// Nethersteel -.addJsonRecipe("create_dd_steel_nethersteel", { - heatRequirement: "superheated", - ingredients: [ - , - , - , - , - - ], - results: [ * 8] -}); - // File End -- 2.39.5 From b54a88c7a8f38e541c4b510fe4bf13357cef181e Mon Sep 17 00:00:00 2001 From: JordanPlayz158 Date: Thu, 25 Jul 2024 22:52:12 -0400 Subject: [PATCH 5/7] Added SafeLogin --- index.toml | 5 +++++ mods/safelogin.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/safelogin.pw.toml diff --git a/index.toml b/index.toml index b749413..9235f67 100644 --- a/index.toml +++ b/index.toml @@ -975,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" 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 0a509db..c31e05b 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 = "a87a6d8fb4b1ccba2ba445af370043dcf2e33163240c0fcf8ec33ec58b0dbf8a" +hash = "fa721d04ec1a259101de4a1df8571004d932ac0088b11d5893910843a566f4fe" [versions] fabric = "0.15.11" -- 2.39.5 From e06ab4678981498ccf3f6cd4a8be2b8da390a4ba Mon Sep 17 00:00:00 2001 From: JordanPlayz158 Date: Thu, 25 Jul 2024 22:53:56 -0400 Subject: [PATCH 6/7] Update 1.0.19 --- pack.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.toml b/pack.toml index c31e05b..0529f84 100644 --- a/pack.toml +++ b/pack.toml @@ -1,6 +1,6 @@ name = "Regality SMP" author = "JordanPlayz158" -version = "1.0.18" +version = "1.0.19" pack-format = "packwiz:1.1.0" [index] -- 2.39.5 From 159d7c3102878e0ad4ee89348bdc9af0e82fd184 Mon Sep 17 00:00:00 2001 From: JordanPlayz158 Date: Sat, 27 Jul 2024 20:16:51 -0400 Subject: [PATCH 7/7] Updated Lightman's Currency to latest --- index.toml | 2 +- mods/lightmans-currency.pw.toml | 8 ++++---- pack.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.toml b/index.toml index 9235f67..e5ed182 100644 --- a/index.toml +++ b/index.toml @@ -692,7 +692,7 @@ metafile = true [[files]] file = "mods/lightmans-currency.pw.toml" -hash = "321a5953d2436146fce6867f4638c8b02d03027dfac9c25598fb184e74344308" +hash = "3e6337f4ad656ba142c1bdb11eacff7b4909c853a9e84291412099adea45f922" metafile = true [[files]] 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/pack.toml b/pack.toml index 0529f84..eb8d95f 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 = "fa721d04ec1a259101de4a1df8571004d932ac0088b11d5893910843a566f4fe" +hash = "bb3e36e286c27eb6c12220f31a88a5affffc822a06e9b480f158e68711e8d197" [versions] fabric = "0.15.11" -- 2.39.5