diff --git a/CHANGELOG.md b/CHANGELOG.md index 623d245..3e26363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# 1.0.18 + +## Config Changes + +- Made the Observable mod optional, since only admins need it. +- Added a bed to the starter kit. +- Disabled the ghost that spawns when a gravestone is broken. It doesn't do anything anyway. + +## Mods + +### Additions + +- Blue Map + - A fancy server tool to generate a 3D map of our world that can be viewed online. +- Maintenance Mode + - A tool for allowing certain players on during "maintenance". +- Spawn Animations + - Adds some animations for when mobs spawn. + # 1.0.17 ## Config Changes @@ -5,7 +24,7 @@ - Made the recipe for RFTool's Quarry Card much more expensive. - Lowered the cost of Mekanism's Digital Miner. - Disabled the ability to "pick up" blocks from Little Logistics. -- Fixed a bug with Canary and Little Logistics +- Fixed a bug with Canary and Little Logistics. # 1.0.16 diff --git a/config/starterkit/starterkit.txt b/config/starterkit/starterkit.txt index dd6e7ec..4d06a7d 100644 --- a/config/starterkit/starterkit.txt +++ b/config/starterkit/starterkit.txt @@ -6,7 +6,7 @@ 0 : '{Count:1b,id:"minecraft:wooden_pickaxe",tag:{Damage:0}}', 1 : '{Count:1b,id:"cgm:pistol",tag:{AmmoCount:16}}', 2 : '{Count:1b,id:"minecraft:wooden_axe",tag:{Damage:0}}', -3 : '', +3 : '{Count:1b,id:"minecraft:white_bed"}', 4 : '{Count:1b,id:"solsweetpotato:food_book"}', 5 : '{Count:2b,id:"simpleshops:simple_shop"}', 6 : '{Count:1b,id:"thermal:satchel",tag:{ItemInv:{ItemInv:[{Count:20b,Slot:0b,id:"thermal:bronze_coin"}]},RepairCost:0,display:{Name:'{"text":"Wallet"}'}}}', diff --git a/defaultconfigs/gravestone-server.toml b/defaultconfigs/gravestone-server.toml index ca139f3..db6c1fd 100644 --- a/defaultconfigs/gravestone-server.toml +++ b/defaultconfigs/gravestone-server.toml @@ -8,7 +8,7 @@ remove_obituary = true #If this is set to true only the player that owns the grave and admins can break the grave only_owners_can_break = false #If this is set to true the ghost of the dead player will be spawned when the grave is broken -spawn_ghost = true +spawn_ghost = false #If this is set to true the ghost player will defend the player friendly_ghost = true #If this is set to true you get your items back into your inventory by sneaking on the grave diff --git a/index.toml b/index.toml index 411bd0d..eee0e45 100644 --- a/index.toml +++ b/index.toml @@ -62,7 +62,7 @@ hash = "f4f94b6b9dcbbf19a828c842217306169bcff7f9570b81af612b5404bc4bda87" [[files]] file = "config/starterkit/starterkit.txt" -hash = "f3276e9fcaeaf7722b50e3fe50c7729300e051e44a542aff7b554581fd95a704" +hash = "0e6995365cc48051831383a83f465cf340b75d00d7601b236fadd4d7abc8d035" [[files]] file = "config/toastcontrol-common.toml" @@ -82,7 +82,7 @@ hash = "09e2485d7813ba56d55a5aefa339cd6bfafff9ca6aed41b04bb550d3d57a3ac2" [[files]] file = "defaultconfigs/gravestone-server.toml" -hash = "2adb6b444fe511cfe32878a7e55199aa563f6051425c382d97f14184d36ab268" +hash = "b5522b1e110d95eedb754c67041969140192972ba7190c1182a61a469eaea1e0" [[files]] file = "defaultconfigs/rftoolsbuilder-server.toml" @@ -194,6 +194,11 @@ file = "mods/better-compatibility-checker.pw.toml" hash = "d6e632815eec579cf9763057f706a5a4eae2dd9237601e63b4c32bc57ac90338" metafile = true +[[files]] +file = "mods/bluemap.pw.toml" +hash = "d16a8e25f8ca3aecbbe8e4b50de352b9a447a3b0e246a0a4bfff74301cf97fbf" +metafile = true + [[files]] file = "mods/bookshelf.pw.toml" hash = "9c6f89d65804f3f09d774105c6a9afda57c949f7c0610689eb9c09de8cc3f1b8" @@ -674,6 +679,11 @@ file = "mods/macaws-windows.pw.toml" hash = "0a7edf681664e37cbaa592b4f4260d6ba80268f46084b8d99069aa9c264f5b70" metafile = true +[[files]] +file = "mods/maintenancemode.pw.toml" +hash = "4ac2f64b8b6579ddf48f1301bfec97eda328217ded3031d2cce56d584adb2745" +metafile = true + [[files]] file = "mods/mcjtylib.pw.toml" hash = "5da4f927ed15f0cb187a5fc90af5ba7772e257521cc9537d095bc2287a44de09" @@ -776,7 +786,7 @@ metafile = true [[files]] file = "mods/observable.pw.toml" -hash = "7bc26cb7026d2ad04304e3802cbdd274be75c646cdccbdb469a5ed7d63f25547" +hash = "a9b531535c2d136f62ec6157782dbedf858a9f71091ffad84da1a37664384922" metafile = true [[files]] @@ -1029,6 +1039,11 @@ file = "mods/sound-physics-remastered.pw.toml" hash = "f2911639cfd58f1f44df7835493555a5aea7a729413f1c5f6dae744136d4c782" metafile = true +[[files]] +file = "mods/spawn-animations.pw.toml" +hash = "b4b8e10d243bf3b0c5a3e2346141adae563bc70156fdd111a27cf1de827c24be" +metafile = true + [[files]] file = "mods/spice-of-life-sweet-potato-edition.pw.toml" hash = "b8570c5763eeb3f8c004203368df4c53cbcac6f855c48b92e62ce3d44ae7e6bb" diff --git a/mods/bluemap.pw.toml b/mods/bluemap.pw.toml new file mode 100644 index 0000000..5790a7b --- /dev/null +++ b/mods/bluemap.pw.toml @@ -0,0 +1,13 @@ +name = "BlueMap" +filename = "BlueMap-3.13-forge-1.19.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/swbUV1cr/versions/guHqbtbc/BlueMap-3.13-forge-1.19.1.jar" +hash-format = "sha1" +hash = "e52149deab9dbaa3da499624c9bac300f5b88561" + +[update] +[update.modrinth] +mod-id = "swbUV1cr" +version = "guHqbtbc" diff --git a/mods/maintenancemode.pw.toml b/mods/maintenancemode.pw.toml new file mode 100644 index 0000000..7a7f168 --- /dev/null +++ b/mods/maintenancemode.pw.toml @@ -0,0 +1,13 @@ +name = "Maintenance Mode" +filename = "mmode-forge-1.19-1.1.1d.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/QOkEkSap/versions/9ywi0cUJ/mmode-forge-1.19-1.1.1d.jar" +hash-format = "sha1" +hash = "5ee03d6fe8e8ec6c32f64cd115a4efae641254f6" + +[update] +[update.modrinth] +mod-id = "QOkEkSap" +version = "9ywi0cUJ" diff --git a/mods/observable.pw.toml b/mods/observable.pw.toml index f101ac1..0e32178 100644 --- a/mods/observable.pw.toml +++ b/mods/observable.pw.toml @@ -7,6 +7,9 @@ hash-format = "sha1" hash = "83cbc1e8220231b645ac14578f1a2a85fa15fe29" mode = "metadata:curseforge" +[option] +optional = true + [update] [update.curseforge] file-id = 4193014 diff --git a/mods/spawn-animations.pw.toml b/mods/spawn-animations.pw.toml new file mode 100644 index 0000000..aadaf6a --- /dev/null +++ b/mods/spawn-animations.pw.toml @@ -0,0 +1,13 @@ +name = "Spawn Animations" +filename = "spawn-animations-1.8.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/zrzYrlm0/versions/2jV4945M/spawn-animations-1.8.2.jar" +hash-format = "sha1" +hash = "3dabc3801fd42b75331fa14f38fdb94a68262e05" + +[update] +[update.modrinth] +mod-id = "zrzYrlm0" +version = "2jV4945M" diff --git a/pack.toml b/pack.toml index 513365a..5e71c46 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "ScrumptiousCraft Um" author = "razage" -version = "1.0.17" +version = "1.0.18" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "71451e60cbaf7d2f4f5deae4e8a089915d100c83c2dc261562116e63656eca0b" +hash = "9c1a7c4305f06f03b197945271874c4ec5478ea1e99f207c010ca68fb017e18e" [versions] forge = "43.2.8"