diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..47b1f99 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# 1.0.7 + +## Config Changes + +- Added the Food Book to the Starter Kit +- Adjusted Fast Leaf Decay to take 2x longer + +## Mods + +### Removals + +- Chance Cubes + - I removed this because none of the "rewards" were very good and the punishments are bad. In playtesting, no one seemed enthusiastic about keeping them, so why bother. + +## Additions + +- Ecologics + - Adds some basic flora and fauna to base game biomes +- Lootr + - Makes it so loot containers are per player intead of being a race to find them first. The chests will contain their standard loot, but the randomization happens for each player that opens them. + - The chest changes color once you have opened it to signify you've received loot from it already. It will not appear this way for other players. +- Mmmmmmmmmmmmmmm + - Adds a target dummy for testing damage. You can also equip it with armor for testing. +- Torchmaster + - Adds a torch that prevents spawning in a certain radius. This will be useful for the town area and personal bases. + +## Updates + +- RFTools Dimensions +- Saturn diff --git a/config/starterkit/starterkit.txt b/config/starterkit/starterkit.txt index 5a8339c..979496e 100644 --- a/config/starterkit/starterkit.txt +++ b/config/starterkit/starterkit.txt @@ -4,10 +4,10 @@ 'legs' : '', 'feet' : '', 0 : '{Count:1b,id:"minecraft:wooden_pickaxe",tag:{Damage:0}}', -1 : '{Count:1b,id:"cgm:pistol",tag:{AmmoCount:16,Attachments:{}}}', +1 : '{Count:1b,id:"cgm:pistol",tag:{AmmoCount:16}}', 2 : '{Count:1b,id:"minecraft:wooden_axe",tag:{Damage:0}}', 3 : '{Count:1b,id:"craftingstation:crafting_station"}', -4 : '', +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"}'}}}', 7 : '{Count:1b,ForgeCaps:{Parent:{Items:[{Count:4b,Slot:0,id:"minecraft:cooked_mutton"},{Count:6b,Slot:1,id:"minecraft:bread"},{Count:8b,Slot:2,id:"minecraft:apple"},{Count:2b,Slot:3,id:"minecraft:cookie"}],Size:5}},id:"solsweetpotato:lunchbag"}', diff --git a/defaultconfigs/fastleafdecay-server.toml b/defaultconfigs/fastleafdecay-server.toml new file mode 100644 index 0000000..463f460 --- /dev/null +++ b/defaultconfigs/fastleafdecay-server.toml @@ -0,0 +1,7 @@ +#Minimum time in ticks for leaf decay. Must be lower than MaximumDecayTime! +#Range: > 0 +MinimumDecayTime = 8 +#Maximum time in ticks for leaf decay. Must be higher than MinimumDecayTime! +#Range: > 0 +MaximumDecayTime = 22 + diff --git a/index.toml b/index.toml index 935c6b5..b5019ae 100644 --- a/index.toml +++ b/index.toml @@ -22,12 +22,16 @@ hash = "1a3f52aff8fe11c035d5309049a3aa985c49039463ba1b62368407a30a250a90" [[files]] file = "config/starterkit/starterkit.txt" -hash = "3e013330847f394f89ba32de571b22d9e2fc4315a398b3d6c8e832900d47ddd2" +hash = "00cbbd2c00a69838d08f4bb0a7f42dd7c4c43dccfe640b29b2708f782490f23b" [[files]] file = "config/toastcontrol-common.toml" hash = "f576a50dc985b50ebae7fa8ec8b4834aaf68410fa5c953700f42c3d6def1e9c8" +[[files]] +file = "defaultconfigs/fastleafdecay-server.toml" +hash = "fdd72ecae7321f7420b4b333e49964904e3059b1b95924f2643040b635427555" + [[files]] file = "defaultconfigs/ftbchunks/ftbchunks-world.snbt" hash = "379d22fd3111b76c611cc9647cbd759d025dd508ebe741951a74e4c5853f26b4" @@ -172,11 +176,6 @@ file = "mods/cc-tweaked.pw.toml" hash = "9a0923ead8905649bc1260301508dc349ec7dd134fd8278a67e144d1f3ed68df" metafile = true -[[files]] -file = "mods/chance-cubes.pw.toml" -hash = "16d61b01a0a951aad6c4eaa955b4d9db13ef3ce094d7126eb1fc34d4068bfe8f" -metafile = true - [[files]] file = "mods/clumps.pw.toml" hash = "5880c81df1af395ec3762eff4e98c78f7b75e62db67e1d191a1772d79aabc073" @@ -302,6 +301,11 @@ file = "mods/easier-sleeping.pw.toml" hash = "38583840dfcba1846ba272850baa63c4060ba53b679f7bafc782f63cf3b10720" metafile = true +[[files]] +file = "mods/ecologics.pw.toml" +hash = "dfa75372673f799e133f90331afd2bea4c3db2c914fe5b72b47840ea849c35c9" +metafile = true + [[files]] file = "mods/effective-forge.pw.toml" hash = "5f0a314fe6cf3ade2193f54bfe2af317afcd7ff68bdd6ea8d397018479a88b13" @@ -399,7 +403,7 @@ metafile = true [[files]] file = "mods/ftb-library-forge.pw.toml" -hash = "8cc76cce0b77e62ba5e3fc894e56c899202c73b1032045c34135a227df6da7a5" +hash = "26803327926f5c9293df6c46661c55e8f3ad21c8250e8121a6986dcb1c783218" metafile = true [[files]] @@ -512,6 +516,11 @@ file = "mods/login-protection.pw.toml" hash = "56b6d09fb2ccaceb7bf7f5ed03df651733f92f369220336de4ec9cbe002e88f3" metafile = true +[[files]] +file = "mods/lootr.pw.toml" +hash = "dfaef78e5e9b6078581105a50b06b94bb4cfaf1be07b5919567d99d7580e6264" +metafile = true + [[files]] file = "mods/luggage.pw.toml" hash = "39fcaab5ac1a92f8e41661364d8ea09803c0b25707d3c26ce56ef678b2d091cd" @@ -592,6 +601,11 @@ file = "mods/mekanism.pw.toml" hash = "f6cc47777418eada79b50d6cdd57bd6dc35017f8e46defd5e888a2d6215be0e1" metafile = true +[[files]] +file = "mods/mmmmmmmmmmmm.pw.toml" +hash = "89032b1a50d49407a905ae0af9f65e5248357a7c19cf454a9a0f8ed6478ac365" +metafile = true + [[files]] file = "mods/mod-name-tooltip.pw.toml" hash = "b14e718951c8003a40ce2bc4918109a1526302adc235553efa9208d67e09e07a" @@ -739,7 +753,7 @@ metafile = true [[files]] file = "mods/rftools-dimensions.pw.toml" -hash = "a1f5d18103f43d84f208a2f6ebd99fb88815a2f45fe50d111f2bb0e4a83c2e3b" +hash = "466c654c4368a2e53319c83c33704a0a655bc442c3166455124814312c629c0e" metafile = true [[files]] @@ -769,7 +783,7 @@ metafile = true [[files]] file = "mods/saturn.pw.toml" -hash = "1b284399311f1e68a43a57c73913de7236c391b4cc5dbb199612c7fa03da70af" +hash = "a74c2a59b01831e566bcaabe70e95411d18ef665809ad12e62a14abba0c28824" metafile = true [[files]] @@ -902,6 +916,11 @@ file = "mods/toast-control.pw.toml" hash = "8ff48d18f2fbe8df674dcd79aabcece27808667c270401b06ac10c97d7552990" metafile = true +[[files]] +file = "mods/torchmaster.pw.toml" +hash = "eb445d9519a2a81b60706da33663b2fc8201de6d486d98489a0f97fa1b0b00a9" +metafile = true + [[files]] file = "mods/trash-cans.pw.toml" hash = "3d01b99f391bc147e1ff31ea3cdb44a25046c11bfc92c2983ffd351d5cad7748" diff --git a/mods/chance-cubes.pw.toml b/mods/chance-cubes.pw.toml deleted file mode 100644 index a4859d7..0000000 --- a/mods/chance-cubes.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Chance Cubes" -filename = "ChanceCubes-1.19.2-5.0.2.475.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "d00b81f061c1736a26f193dd857b6fa9ffe50210" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4060173 -project-id = 233113 diff --git a/mods/ecologics.pw.toml b/mods/ecologics.pw.toml new file mode 100644 index 0000000..5fef0c1 --- /dev/null +++ b/mods/ecologics.pw.toml @@ -0,0 +1,13 @@ +name = "Ecologics" +filename = "ecologics-forge-1.19.2-2.1.11.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e9c0d8ac54bf10bb1113e38e51b66e06bb9d4d74" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4171285 +project-id = 570463 diff --git a/mods/ftb-library-forge.pw.toml b/mods/ftb-library-forge.pw.toml index 8d29988..3920cc8 100644 --- a/mods/ftb-library-forge.pw.toml +++ b/mods/ftb-library-forge.pw.toml @@ -1,13 +1,13 @@ name = "FTB Library (Forge)" -filename = "ftb-library-forge-1902.3.17-build.200.jar" +filename = "ftb-library-forge-1902.3.18-build.208.jar" side = "both" [download] hash-format = "sha1" -hash = "a6ff93da0983f3aec3583a5592028fdf8d17f984" +hash = "ac0ab12a46523a593828eb8051c3197d754822d1" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4478919 +file-id = 4500548 project-id = 404465 diff --git a/mods/lootr.pw.toml b/mods/lootr.pw.toml new file mode 100644 index 0000000..b7ecd25 --- /dev/null +++ b/mods/lootr.pw.toml @@ -0,0 +1,13 @@ +name = "Lootr (Forge)" +filename = "lootr-1.19-0.4.23.60.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b550fa59d41349d2e327b9aa24abd17aa3cb88d9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4465109 +project-id = 361276 diff --git a/mods/mmmmmmmmmmmm.pw.toml b/mods/mmmmmmmmmmmm.pw.toml new file mode 100644 index 0000000..a507c35 --- /dev/null +++ b/mods/mmmmmmmmmmmm.pw.toml @@ -0,0 +1,13 @@ +name = "MmmMmmMmmMmm (Target Dummy)" +filename = "dummmmmmy-1.19.2-1.7.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "27dba288fb5435f2b110ea31ea5f1209c71a93d6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4410143 +project-id = 225738 diff --git a/mods/rftools-dimensions.pw.toml b/mods/rftools-dimensions.pw.toml index c902db5..0f9dd9c 100644 --- a/mods/rftools-dimensions.pw.toml +++ b/mods/rftools-dimensions.pw.toml @@ -1,13 +1,13 @@ name = "RFTools Dimensions" -filename = "rftoolsdim-1.19.2-9.1.6.jar" +filename = "rftoolsdim-1.19.2-9.1.7.jar" side = "both" [download] hash-format = "sha1" -hash = "c34f33971d6beee69c5311d1fc08039715591579" +hash = "f146adba14c8e005524a4ab220dcd615b35e9129" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4495499 +file-id = 4500201 project-id = 240950 diff --git a/mods/saturn.pw.toml b/mods/saturn.pw.toml index c1973b8..6627369 100644 --- a/mods/saturn.pw.toml +++ b/mods/saturn.pw.toml @@ -1,13 +1,13 @@ name = "Saturn" -filename = "saturn-mc1.19.2-0.0.1.jar" +filename = "saturn-mc1.19.2-0.0.3.jar" side = "both" [download] hash-format = "sha1" -hash = "435eee6924fb950f1a05ec503e799e66615a0428" +hash = "71609dff1c4f36efb324e4878843393e3b6bdef3" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3981973 +file-id = 4500238 project-id = 670986 diff --git a/mods/torchmaster.pw.toml b/mods/torchmaster.pw.toml new file mode 100644 index 0000000..905319d --- /dev/null +++ b/mods/torchmaster.pw.toml @@ -0,0 +1,13 @@ +name = "Torchmaster" +filename = "torchmaster-19.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1b030fdbdc5783c0619ccaea8c315820071bb63b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3965528 +project-id = 254268 diff --git a/pack.toml b/pack.toml index ddf7108..4aaf468 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "ScrumptiousCraft Um" author = "razage" -version = "1.0.6" +version = "1.0.7" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "31758aa3c6d1211809f586ebc1505df718bfcf7a2cbd095d388d0615e22969b8" +hash = "60fcefb503ab3755640abcbc1209d3be6d15c68b3b0f9c09792c11ab0a10e8e2" [versions] forge = "43.2.8"