Add patchouli, changes to sol carrot
This commit is contained in:
parent
78f061fce8
commit
ade989cb70
26
defaultconfigs/solcarrot-server.toml
Normal file
26
defaultconfigs/solcarrot-server.toml
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
[milestones]
|
||||
#Number of hearts you start out with.
|
||||
#Range: 0 ~ 1000
|
||||
baseHearts = 10
|
||||
#Number of hearts you gain for reaching a new milestone.
|
||||
#Range: 0 ~ 1000
|
||||
heartsPerMilestone = 1
|
||||
#A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. Naturally, adding more milestones lets you earn more hearts.
|
||||
milestones = [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100]
|
||||
|
||||
[filtering]
|
||||
#Foods in this list won't affect the player's health nor show up in the food book.
|
||||
blacklist = []
|
||||
#When this list contains anything, the blacklist is ignored and instead only foods from here count.
|
||||
whitelist = []
|
||||
#The minimum hunger value foods need to provide in order to count for milestones, in half drumsticks.
|
||||
#Range: 0 ~ 1000
|
||||
minimumFoodValue = 1
|
||||
|
||||
[miscellaneous]
|
||||
#Whether or not to reset the food list on death, effectively losing all bonus hearts.
|
||||
resetOnDeath = true
|
||||
#If true, eating foods outside of survival mode (e.g. creative/adventure) is not tracked and thus does not contribute towards progression.
|
||||
limitProgressionToSurvival = true
|
||||
|
@ -367,6 +367,10 @@ hash = "365f60277a8992d72f229168be0bd7202a51bfe8235f033c032d19585b082871"
|
||||
file = "defaultconfigs/minecolonies_tweaks-server.toml"
|
||||
hash = "b875efc0bbf9439b2e1ee6c876230c4f2f2534ac1b7fee258028fb9d7996b498"
|
||||
|
||||
[[files]]
|
||||
file = "defaultconfigs/solcarrot-server.toml"
|
||||
hash = "b924cce60287463de56d7e471bbb58f6ff74be1100cc57cae5c258d5b48eb5df"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/client_scripts/ars_nouveau_remove_client.js"
|
||||
hash = "0dd80e31efcb3c53e3a150ca7cf6c9de9cbefcc19613958dec743205bd647006"
|
||||
@ -1961,6 +1965,11 @@ file = "mods/particular-reforged.pw.toml"
|
||||
hash = "478c689d606c576b161d8e775497e2f529af4c770079747eaa527230b1bf112d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/patchouli.pw.toml"
|
||||
hash = "55c6d0b8ee25fd6a37a964805de3d2eab3f20d73a88ba77a63b4a51fd985d9dd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/paxi.pw.toml"
|
||||
hash = "be48890d990e03c639c5636c79bfa74bbd531c49a80487507984899c386a0bd9"
|
||||
|
13
mods/patchouli.pw.toml
Normal file
13
mods/patchouli.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Patchouli"
|
||||
filename = "Patchouli-1.20.1-84.1-FORGE.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/8Qyw08ld/Patchouli-1.20.1-84.1-FORGE.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "d87143ae5dc979e8d65dd35ff0916077a355c503c4a906bed0d9dbe600ff0602e5296800cbdf2260d47033f664691b54e1b18a1b9835339c4e13d69fc4251f1b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nU0bVIaL"
|
||||
version = "8Qyw08ld"
|
Loading…
x
Reference in New Issue
Block a user