Merge pull request 'Update 1.0.25' (#16) from develop into main

Reviewed-on: #16
This commit is contained in:
2025-04-01 02:46:58 -05:00
8 changed files with 42 additions and 16 deletions

View File

@@ -284,6 +284,11 @@ file = "mods/completeconfig.pw.toml"
hash = "ce71bb4d87f97c84aabeeef207655a10c4e196b699f0ce87f368b3f00bbc3580" hash = "ce71bb4d87f97c84aabeeef207655a10c4e196b699f0ce87f368b3f00bbc3580"
metafile = true metafile = true
[[files]]
file = "mods/configurable-spawn-rates.pw.toml"
hash = "c48aa85fc196ebf52510a951286cde4ed2eaa3ec51e326eed38984e72373b2ae"
metafile = true
[[files]] [[files]]
file = "mods/conjuring.pw.toml" file = "mods/conjuring.pw.toml"
hash = "812ae6a87fd70619fe6ff6b7c91802c1a01688e3ba4d5d1a468065bdbbb4ce50" hash = "812ae6a87fd70619fe6ff6b7c91802c1a01688e3ba4d5d1a468065bdbbb4ce50"
@@ -301,7 +306,7 @@ metafile = true
[[files]] [[files]]
file = "mods/corner-portal-linking.pw.toml" file = "mods/corner-portal-linking.pw.toml"
hash = "20b35111df6944dc227dc073622969452e83e467b9d85dba561442f7db50d922" hash = "fb96537026611b07b4e7f71fb0a3821b83b797809bef191eed9ef2eddd5f9ae7"
metafile = true metafile = true
[[files]] [[files]]
@@ -496,7 +501,7 @@ metafile = true
[[files]] [[files]]
file = "mods/fabric-language-kotlin.pw.toml" file = "mods/fabric-language-kotlin.pw.toml"
hash = "98dd654d4a179825ed13cf12913aeee257b56c0986a8aa352b42749656bc47a7" hash = "9df60ec79ff1f4f0ab79b9e10863b831884a2ba277bf0a6be989d3db9d32373d"
metafile = true metafile = true
[[files]] [[files]]
@@ -589,6 +594,11 @@ file = "mods/gravestones.pw.toml"
hash = "6c4eef3aaba1707c26526f8f832f0f7d2b00745092ea313704636ddee9b0d538" hash = "6c4eef3aaba1707c26526f8f832f0f7d2b00745092ea313704636ddee9b0d538"
metafile = true metafile = true
[[files]]
file = "mods/hephaestus.pw.toml"
hash = "2c822b9fdf6ce45c152b4dd74e24cb4fc25693839c7157898de9b0edbda7debf"
metafile = true
[[files]] [[files]]
file = "mods/herdspanic.pw.toml" file = "mods/herdspanic.pw.toml"
hash = "46b44b530e3a305d207833ae7ba36808f09d77ffef22835076a69ed112e5784f" hash = "46b44b530e3a305d207833ae7ba36808f09d77ffef22835076a69ed112e5784f"

View File

@@ -0,0 +1,8 @@
name = "Configurable Spawn Rates"
filename = "configurablespawnrates-1.0-SNAPSHOT.jar"
side = "server"
[download]
url = "https://git.cubicxp.org/cubicxp/RegalitySMP/raw/branch/main/compileFromSourceMods/configurablespawnrates-1.0-SNAPSHOT.jar"
hash-format = "sha256"
hash = "ad0c0a96f1e8e7353f07fd8961472d94521c6ee3d8b8c1b88652eeff62f999b3"

View File

@@ -3,11 +3,6 @@ filename = "starbidous-portal-linking-fabric-1.0.0+1.20.1.jar"
side = "both" side = "both"
[download] [download]
hash-format = "sha1" url = "https://git.cubicxp.org/cubicxp/RegalitySMP/raw/branch/main/compileFromSourceMods/starbidous-portal-linking-fabric-1.0.0.jar"
hash = "77136cebe4c3746681f8a287c7fee560200693db" hash-format = "sha256"
mode = "metadata:curseforge" hash = "f12699102e2692f88c6782fbbdac130aa8a11b548876a75a429f68f81eb3d0fa"
[update]
[update.curseforge]
file-id = 4623366
project-id = 677716

View File

@@ -1,13 +1,13 @@
name = "Fabric Language Kotlin" name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.13.1+kotlin.2.1.10.jar" filename = "fabric-language-kotlin-1.13.2+kotlin.2.1.20.jar"
side = "both" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/476dzMG5/fabric-language-kotlin-1.13.1%2Bkotlin.2.1.10.jar" url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/E4WyjCxJ/fabric-language-kotlin-1.13.2%2Bkotlin.2.1.20.jar"
hash-format = "sha1" hash-format = "sha1"
hash = "b28cc99b01aef86d0d6ca3ea7f468512bd0595c4" hash = "2dee22babe2a1f50fac96a115e9ec77e8b6758c1"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "Ha28R6CL" mod-id = "Ha28R6CL"
version = "476dzMG5" version = "E4WyjCxJ"

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

@@ -0,0 +1,13 @@
name = "Hephaestus"
filename = "Hephaestus-1.20.1-3.6.4.287.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/sdSn3wvy/versions/Bt5aG0F3/Hephaestus-1.20.1-3.6.4.287.jar"
hash-format = "sha1"
hash = "1f52705b327f7059a046665c05752d348b75e810"
[update]
[update.modrinth]
mod-id = "sdSn3wvy"
version = "Bt5aG0F3"

View File

@@ -1,12 +1,12 @@
name = "Regality SMP" name = "Regality SMP"
author = "JordanPlayz158" author = "JordanPlayz158"
version = "1.0.24" version = "1.0.25"
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 = "6a093feca30b00d76c079803b7272889f1edfebec48e16a792ad63df18fdbadd" hash = "28772895810054d928fd884716343518aad7f7c7f9b96a16bd263a22714e6766"
[versions] [versions]
fabric = "0.16.10" fabric = "0.16.10"