diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-17 12:21:55 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-17 12:21:55 -0400 |
| commit | a11f07d63eb0c8ed6b15695fdba128c0a901f152 (patch) | |
| tree | a521f0d985057d085c2bdabc0d252af8c04eea53 | |
| parent | 5b2d02004de88168b4306ac18608fbee1b234bc8 (diff) | |
increased waystone prices, decreased kept backups, and added redstone pen mod
| -rw-r--r-- | config/fwaystones/config.json5 | 4 | ||||
| -rw-r--r-- | config/simplebackup.json5 | 2 | ||||
| -rw-r--r-- | index.toml | 9 | ||||
| -rw-r--r-- | mods/redstonepen.pw.toml | 13 | ||||
| -rw-r--r-- | pack.toml | 2 |
5 files changed, 24 insertions, 6 deletions
diff --git a/config/fwaystones/config.json5 b/config/fwaystones/config.json5 index 041279c..a8453a6 100644 --- a/config/fwaystones/config.json5 +++ b/config/fwaystones/config.json5 @@ -8,8 +8,8 @@ "teleportation_cost": { "cost_type": "LEVEL", "cost_item": "minecraft:ender_pearl", - "base_cost": 1, - "cost_per_block_distance": 0.001, + "base_cost": 2, + "cost_per_block_distance": 0.0015, "cost_multiplier_between_dimensions": 2.0 }, "discover_with_item": "none", diff --git a/config/simplebackup.json5 b/config/simplebackup.json5 index 9bab081..a5b4e3e 100644 --- a/config/simplebackup.json5 +++ b/config/simplebackup.json5 @@ -39,7 +39,7 @@ "backupPath": "backup", //Maximum number of backups to keep at a given time. [default = 10] //If we generate a backup, but have more backups than this number, the oldest backup will be deleted. - "maxBackupsToKeep": 10, + "maxBackupsToKeep": 4, //True to enable manual backups, false to disable [default = true] "enableManualBackups": true, //Permission level to allow manual backups. [4 = Ops] [0 = everyone] [default = 4] @@ -30,7 +30,7 @@ hash = "9f5653360be0f956b762b0e4b5c14a51ebe1e84734abb879710fd03a4271d5d0" [[files]] file = "config/fwaystones/config.json5" -hash = "f864ddfcbcf3432a7e6f25c03901432215c11b02a0368788980a27adaf534de2" +hash = "5376c4d128f729d60d7aa3dddd10d2d51065e00a8cb15a1479a484b0f84070d6" [[files]] file = "config/iris.properties" @@ -38,7 +38,7 @@ hash = "7224d422c4329c3cedad644491433d0dcca0b5b6277051e14305463218f27498" [[files]] file = "config/simplebackup.json5" -hash = "e5216140385d954b93552952e7babc90dfa3d7075426c3cced318be2a67626b5" +hash = "06006f4ecc60408f13491ba3a93c7fdd4fc632e268f75277f420339b0667d23d" [[files]] file = "guide.md" @@ -589,6 +589,11 @@ hash = "a1eff7b33a54586b6989c7bfd89992f9d315f1c656b7596649d9af7017c6af7b" metafile = true [[files]] +file = "mods/redstonepen.pw.toml" +hash = "6054f41427006d33365bf20810e5c6ad7e7e3019ece736b39b0c45ddf438cd4e" +metafile = true + +[[files]] file = "mods/reeses-sodium-options.pw.toml" hash = "4a7d1e46795d2d83b18db85d8dbc63740a1d337e12d2b9e550378de59f2b23ab" metafile = true diff --git a/mods/redstonepen.pw.toml b/mods/redstonepen.pw.toml new file mode 100644 index 0000000..8c9ed7a --- /dev/null +++ b/mods/redstonepen.pw.toml @@ -0,0 +1,13 @@ +name = "Redstone Pen" +filename = "redstonepen-1.20.1-fabric-1.5.31.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/DwE83ioX/versions/VaQ60bvD/redstonepen-1.20.1-fabric-1.5.31.jar" +hash-format = "sha512" +hash = "0e1d73ac4fb8e5e9b165305a18d7b1c11a6f49b8fba591285715a1497163aba626e55954dc8fc374d2f1dc38df8954fa3d0df1240f6592489dabedc4ace065b0" + +[update] +[update.modrinth] +mod-id = "DwE83ioX" +version = "VaQ60bvD" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0f3b0a79218ef32dbf7266a12e3a73693fae5372fca7b850ad669f78ae98738a" +hash = "cf81c8add5162b8510c5b7b6a948d9e64eecababddb7cc54189d3d0a40058ec7" [versions] fabric = "0.18.4" |
