diff --git a/config/paxi/datapacks/AvianNerf/data/avian_nerf/origins/wildling.json b/config/paxi/datapacks/AvianNerf/data/avian_nerf/origins/wildling.json index a532fe6..2aeb1da 100644 --- a/config/paxi/datapacks/AvianNerf/data/avian_nerf/origins/wildling.json +++ b/config/paxi/datapacks/AvianNerf/data/avian_nerf/origins/wildling.json @@ -1,4 +1,6 @@ { + "name": "Wildling", + "description": "Instinctual explorers.", "powers": [ "avian_nerf:energetic", "origins_minus:bound", diff --git a/config/paxi/datapacks/AvianNerf/data/avian_nerf/powers/energetic.json b/config/paxi/datapacks/AvianNerf/data/avian_nerf/powers/energetic.json index f5cfbde..748def7 100644 --- a/config/paxi/datapacks/AvianNerf/data/avian_nerf/powers/energetic.json +++ b/config/paxi/datapacks/AvianNerf/data/avian_nerf/powers/energetic.json @@ -1,4 +1,6 @@ { + "name": "Energetic", + "description": "You move slightly faster.", "type": "origins:attribute", "modifier": { "attribute": "minecraft:generic.movement_speed", diff --git a/defaultconfigs/solcarrot-server.toml b/defaultconfigs/solcarrot-server.toml index e63e8a3..3c534b3 100644 --- a/defaultconfigs/solcarrot-server.toml +++ b/defaultconfigs/solcarrot-server.toml @@ -7,7 +7,7 @@ #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 = [20, 40, 60, 80, 100, 120, 140, 160, 180, 200] + milestones = [20, 40, 60, 80, 100, 120, 140, 160, 180, 200, 230, 260, 290, 320, 350, 380, 410, 440, 470, 500] [filtering] #Foods in this list won't affect the player's health nor show up in the food book. diff --git a/index.toml b/index.toml index 38f4365..e9f5eac 100644 --- a/index.toml +++ b/index.toml @@ -10,11 +10,11 @@ hash = "3df57b99b45a5ed453ab56cd5440c171e90449c84aba1a4734a707edf47ee88a" [[files]] file = "config/paxi/datapacks/AvianNerf/data/avian_nerf/origins/wildling.json" -hash = "91e5f89021198a7a71e154ae5f2312c3bad8a100eecaea5d29d6ed6214d5c652" +hash = "c662de6b417dce9994458048b52a985f699da544c2a28a8471b6272973f8c3b9" [[files]] file = "config/paxi/datapacks/AvianNerf/data/avian_nerf/powers/energetic.json" -hash = "f625d0dfefca68b7ac6d0bba1d365bfcf8f19e50344bcc9100277e95f2c63eab" +hash = "31b36e83aec48413af9bd491799414e74bac031e442941211248f543baf37145" [[files]] file = "config/paxi/datapacks/AvianNerf/data/origins/origin_layers/origin.json" @@ -70,7 +70,7 @@ hash = "e11d480369c538ce983a60c6bd5333448b941b801eee281cc0fd6ca05ba6ff22" [[files]] file = "defaultconfigs/solcarrot-server.toml" -hash = "a66abf525c18cdfdbf89d915f7ff0c50d93038111a01cea2020a2f164c01eea9" +hash = "115976da6856475c8b5107c674b9883d46935d8bb8fd9f8be59a7c9b44ad2981" [[files]] file = "mods/abnormals-delight.pw.toml" @@ -107,11 +107,6 @@ file = "mods/architectury-api.pw.toml" hash = "4e81241ba2da06f425efc5e09fb6b38470125c1581c39e1310c5843a0b96ec76" metafile = true -[[files]] -file = "mods/ars-creo.pw.toml" -hash = "518fd1108cc14a63a6d8ba69895c98dfc2ceccd00967af95ddc1b31b14d84a0a" -metafile = true - [[files]] file = "mods/ars-energistique.pw.toml" hash = "7ce1bd971a8571077ffc4d7625e411c2a35a8d02791392a0efef8270c18359e3" diff --git a/mods/ars-creo.pw.toml b/mods/ars-creo.pw.toml deleted file mode 100644 index ab7e07a..0000000 --- a/mods/ars-creo.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Ars Creo" -filename = "ars_creo-1.20.1-4.0.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/fZ324GMc/versions/IBTmGXNV/ars_creo-1.20.1-4.0.1.jar" -hash-format = "sha512" -hash = "24b926ddd47f8e1ac7249d403b7f636213efef7b56bd38b5f9b4e2b7bd29157d5ff97351f3d55b0e037c9273d6b41fb89fa309953134660e3c80f3533580122b" - -[update] -[update.modrinth] -mod-id = "fZ324GMc" -version = "IBTmGXNV" diff --git a/pack.toml b/pack.toml index 553b66a..4091d46 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "9e90b86487c8866bc45f9b2ff6d04f7faf5b042e9f598dd2f59b5c41152b424a" +hash = "cf0f1769b1a13e2f6050928470f0222785118275a42de6ad97893ef96fa6f979" [versions] forge = "47.4.9"