Update 1.0.19 #1

Merged
cubicxp merged 7 commits from develop into main 2024-08-03 22:50:37 -05:00
8 changed files with 104 additions and 7 deletions

View File

@@ -290,6 +290,11 @@ file = "mods/crafted-core.pw.toml"
hash = "bfaf661307e01ff0c9f35b3f5f2f9a2f4193bcc09b81edf92af254d44078dc93" hash = "bfaf661307e01ff0c9f35b3f5f2f9a2f4193bcc09b81edf92af254d44078dc93"
metafile = true metafile = true
[[files]]
file = "mods/crafttweaker.pw.toml"
hash = "4509d50ad87085fdcb9c950ce9ba12a0a95686fefa649d426ca8bd552d0203ee"
metafile = true
[[files]] [[files]]
file = "mods/create-big-cannons.pw.toml" file = "mods/create-big-cannons.pw.toml"
hash = "4e0de0f8b7921a609612cb1fd67721e801addc4f659b909ea9a1717cd131c80b" hash = "4e0de0f8b7921a609612cb1fd67721e801addc4f659b909ea9a1717cd131c80b"
@@ -495,6 +500,11 @@ file = "mods/fastquit.pw.toml"
hash = "26b473edf76a38c7f6f883381b6a42a33eea992501f26c46bae8b6149c86e234" hash = "26b473edf76a38c7f6f883381b6a42a33eea992501f26c46bae8b6149c86e234"
metafile = true metafile = true
[[files]]
file = "mods/faux-custom-entity-data.pw.toml"
hash = "a4da8bc46ad51d30597bd2235add659f0ee49123a7140487de7d127659a87e4b"
metafile = true
[[files]] [[files]]
file = "mods/ferrite-core.pw.toml" file = "mods/ferrite-core.pw.toml"
hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a" hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a"
@@ -520,6 +530,11 @@ file = "mods/grass-overhaul.pw.toml"
hash = "e78b02e9759ff949a2aff4a95363a9cf41dd91d0cb936809e62574d23d1a9070" hash = "e78b02e9759ff949a2aff4a95363a9cf41dd91d0cb936809e62574d23d1a9070"
metafile = true metafile = true
[[files]]
file = "mods/gravestones-fix.pw.toml"
hash = "4b350db5e3d33d62b190090a8f804f025b8792bc06467aaefa08c393d841287c"
metafile = true
[[files]] [[files]]
file = "mods/gravestones.pw.toml" file = "mods/gravestones.pw.toml"
hash = "ace9dbdca93d66c486a4474081fc91219640e506b62679bce01318c34af51e13" hash = "ace9dbdca93d66c486a4474081fc91219640e506b62679bce01318c34af51e13"
@@ -677,7 +692,7 @@ metafile = true
[[files]] [[files]]
file = "mods/lightmans-currency.pw.toml" file = "mods/lightmans-currency.pw.toml"
hash = "321a5953d2436146fce6867f4638c8b02d03027dfac9c25598fb184e74344308" hash = "3e6337f4ad656ba142c1bdb11eacff7b4909c853a9e84291412099adea45f922"
metafile = true metafile = true
[[files]] [[files]]
@@ -960,6 +975,11 @@ file = "mods/runic-enchanting.pw.toml"
hash = "fe5794b13d3fa7cd4e69184d3360b7fcb3ef497ea745d5d3866db92479542b01" hash = "fe5794b13d3fa7cd4e69184d3360b7fcb3ef497ea745d5d3866db92479542b01"
metafile = true metafile = true
[[files]]
file = "mods/safelogin.pw.toml"
hash = "ae09689fee180dc735bfa91cf3388acf31a6b5e5d8227f50afd7d160199717d0"
metafile = true
[[files]] [[files]]
file = "mods/scorched.pw.toml" file = "mods/scorched.pw.toml"
hash = "001a2013141654cc69bdfca0e45f72e0c08b673cc0d8036f37fd9cf9fe2fcbd6" hash = "001a2013141654cc69bdfca0e45f72e0c08b673cc0d8036f37fd9cf9fe2fcbd6"
@@ -1134,6 +1154,10 @@ metafile = true
file = "resourcepacks/RegalityResourcePack.zip" file = "resourcepacks/RegalityResourcePack.zip"
hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999" hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999"
[[files]]
file = "scripts/recipes.zs"
hash = "242dd9fbe0d5254436c9fc98f7c322222a31ed4b4faaae96630952a2be680caa"
[[files]] [[files]]
file = "servers.dat" file = "servers.dat"
hash = "7f7d5bbb9482fb88a30c572ed01dc77ef555d7eb8375910bdc78584042dd349f" hash = "7f7d5bbb9482fb88a30c572ed01dc77ef555d7eb8375910bdc78584042dd349f"

13
mods/crafttweaker.pw.toml Normal file
View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -1,13 +1,13 @@
name = "Lightman's Currency" 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" side = "both"
[download] [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-format = "sha1"
hash = "9f22c46bf8de270925f833c0c1079fc47e10998f" hash = "4ef0afbd6f213cfbafc896a6b4e85b6eefd787a1"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "wvMc8AJt" mod-id = "wvMc8AJt"
version = "XcOMZUCE" version = "WUkt6f4K"

13
mods/safelogin.pw.toml Normal file
View File

@@ -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"

View File

@@ -1,12 +1,12 @@
name = "Regality SMP" name = "Regality SMP"
author = "JordanPlayz158" author = "JordanPlayz158"
version = "1.0.18" version = "1.0.19"
pack-format = "packwiz:1.1.0" pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "640fe13bdfb388f75198010a1b97854715cfc4fe46879da78e2491f8e0b70a8b" hash = "bb3e36e286c27eb6c12220f31a88a5affffc822a06e9b480f158e68711e8d197"
[versions] [versions]
fabric = "0.15.11" fabric = "0.15.11"

21
scripts/recipes.zs Normal file
View File

@@ -0,0 +1,21 @@
// #Add
// Flowers
craftingTable.addShaped("sunflower_dandelion", <item:minecraft:dandelion> * 4, [[<item:minecraft:sunflower>], [<item:minecraft:sunflower>]]);
craftingTable.addShaped("lilac_allium", <item:minecraft:allium> * 4, [[<item:minecraft:lilac>], [<item:minecraft:lilac>]]);
craftingTable.addShaped("peony_pink_tulip", <item:minecraft:pink_tulip> * 4, [[<item:minecraft:peony>], [<item:minecraft:peony>]]);
craftingTable.addShaped("rose_bush_poppy", <item:minecraft:poppy> * 4, [[<item:minecraft:rose_bush>], [<item:minecraft:rose_bush>]]);
// Create
<tag:items:c:steel_ingots>.add(<item:create_dd:steel_ingot>);
// Steel Ingot Melting
<tag:items:createbigcannons:ingot_steel>.add(<item:create_dd:steel_ingot>);
// Steel Block Melting
<tag:items:createbigcannons:block_steel>.add(<item:create_dd:steel_block>);
// File End