diff --git a/config/bettercombat/client.json5 b/config/bettercombat/client.json5 deleted file mode 100644 index 2ea7be9..0000000 --- a/config/bettercombat/client.json5 +++ /dev/null @@ -1,15 +0,0 @@ -{ - "isHoldToAttackEnabled": true, - "isMiningWithWeaponsEnabled": false, - "isSwingThruGrassEnabled": false, - "isAttackInsteadOfMineWhenEnemiesCloseEnabled": true, - "isHighlightCrosshairEnabled": true, - "hudHighlightColor": 16711680, - "isShowingArmsInFirstPerson": false, - "isShowingOtherHandFirstPerson": true, - "isSweepingParticleEnabled": true, - "isTooltipAttackRangeEnabled": true, - "weaponSwingSoundVolume": 100, - "isDebugOBBEnabled": true, - "swingThruGrassBlacklist": "farmersdelight" -} \ No newline at end of file diff --git a/config/bettercombat/fallback_compatibility.json b/config/bettercombat/fallback_compatibility.json deleted file mode 100644 index 212b322..0000000 --- a/config/bettercombat/fallback_compatibility.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "schema_version": 1, - "blacklist_item_id_regex": "pickaxe|farmersdelight", - "fallback_compatibility": [ - { - "item_id_regex": "claymore|great_sword|greatsword", - "weapon_attributes": "bettercombat:claymore" - }, - { - "item_id_regex": "great_hammer|greathammer|war_hammer|warhammer|maul", - "weapon_attributes": "bettercombat:hammer" - }, - { - "item_id_regex": "double_axe|doubleaxe|war_axe|waraxe|great_axe|greataxe", - "weapon_attributes": "bettercombat:double_axe" - }, - { - "item_id_regex": "scythe", - "weapon_attributes": "bettercombat:scythe" - }, - { - "item_id_regex": "halberd", - "weapon_attributes": "bettercombat:halberd" - }, - { - "item_id_regex": "glaive", - "weapon_attributes": "bettercombat:glaive" - }, - { - "item_id_regex": "spear", - "weapon_attributes": "bettercombat:spear" - }, - { - "item_id_regex": "lance", - "weapon_attributes": "bettercombat:lance" - }, - { - "item_id_regex": "anchor", - "weapon_attributes": "bettercombat:anchor" - }, - { - "item_id_regex": "battlestaff|battle_staff", - "weapon_attributes": "bettercombat:battlestaff" - }, - { - "item_id_regex": "claw", - "weapon_attributes": "bettercombat:claw" - }, - { - "item_id_regex": "fist|gauntlet", - "weapon_attributes": "bettercombat:fist" - }, - { - "item_id_regex": "trident|impaled", - "weapon_attributes": "bettercombat:trident" - }, - { - "item_id_regex": "katana", - "weapon_attributes": "bettercombat:katana" - }, - { - "item_id_regex": "rapier", - "weapon_attributes": "bettercombat:rapier" - }, - { - "item_id_regex": "sickle", - "weapon_attributes": "bettercombat:sickle" - }, - { - "item_id_regex": "soul_knife", - "weapon_attributes": "bettercombat:soul_knife" - }, - { - "item_id_regex": "dagger|knife", - "weapon_attributes": "bettercombat:dagger" - }, - { - "item_id_regex": "staff|wand|sceptre|stave|rod", - "weapon_attributes": "bettercombat:wand" - }, - { - "item_id_regex": "mace|hammer|flail", - "weapon_attributes": "bettercombat:mace" - }, - { - "item_id_regex": "axe", - "weapon_attributes": "bettercombat:axe" - }, - { - "item_id_regex": "coral_blade", - "weapon_attributes": "bettercombat:coral_blade" - }, - { - "item_id_regex": "twin_blade|twinblade", - "weapon_attributes": "bettercombat:twin_blade" - }, - { - "item_id_regex": "cutlass|scimitar|machete", - "weapon_attributes": "bettercombat:cutlass" - }, - { - "item_id_regex": "sword|blade", - "weapon_attributes": "bettercombat:sword" - } - ] -} \ No newline at end of file diff --git a/config/bettercombat/server.json5 b/config/bettercombat/server.json5 deleted file mode 100644 index c1a22c1..0000000 --- a/config/bettercombat/server.json5 +++ /dev/null @@ -1,74 +0,0 @@ -{ - /* Upswing (aka windup) is the first phase of the attack (between clicking and performing the damage). - Typical duration of upswing is `weapon cooldown * 0.5`. (Weapon specific upswing values can be defined in weapon attributes) - This config allows you to change upswing duration. - Example values: - - `0.5` (default, fast paced attack initiation) upswing typically lasts 25% of the attack cooldown - - `1.0` (classic setting, realistic attack initiation) upswing typically lasts 50% of the attack cooldown - */ - "upswing_multiplier": 0.5, - // Bypass damage receive throttling of LivingEntity from player attacks. - "allow_fast_attacks": true, - // Allows client-side target search and server-side attack request execution against currently mounted entity of the player - "allow_attacking_mount": false, - // The minimum number of ticks between two attacks - "attack_interval_cap": 2, - /* Blacklist for entities that are acting as vehicle but should not be treated as protected mounts. - Classical example is an alexsmobs:crocodile attempting a death spin. - (Note all hostile mobs hittable by default, this config is to fix faulty mobs) - */ - "hostile_player_vehicles": [ - "alexsmobs:crocodile" - ], - // Allows vanilla sweeping mechanic to work and Sweeping Edge enchantment - "allow_vanilla_sweeping": false, - // Allows new sweeping mechanic (by Better Combat) to work, including Sweeping Edge enchantment - "allow_reworked_sweeping": true, - /* The more additional targets a weapon swing hits, the weaker it will get. - Entities struck (+1) in a swing more than this, won't get weakened any further. - */ - "reworked_sweeping_extra_target_count": 4, - /* Determines how weak the attack becomes when striking `reworked_sweeping_extra_target_count + 1` targets. - Example values: - - `0.5` -50% damage - */ - "reworked_sweeping_maximum_damage_penalty": 0.5, - /* The maximum level Sweeping Edge enchantment applied to the attackers weapon will restore this amount of penalty. - Example values: - - `0.5` restores 50% damage penalty when 3 levels are applied, so 16.66% when 1 level is applied - */ - "reworked_sweeping_enchant_restores": 0.5, - "reworked_sweeping_plays_sound": true, - "reworked_sweeping_emits_particles": true, - "reworked_sweeping_sound_and_particles_only_for_swords": true, - // Allows client-side target search to ignore obstacles. WARNING! Setting this to `false` significantly increases the load on clients. - "allow_attacking_thru_walls": false, - // Applies movement speed multiplier while attacking. (Min: 0, Max: 1). Use `0` for a full stop while attacking. Use `1` for no movement speed penalty - "movement_speed_while_attacking": 0.5, - // Determines if applying the movement speed multiplier while attacking is done smoothly or instantly - "movement_speed_applied_smoothly": true, - // Determines whether or not to apply movement speed reduction while attacking mounted - "movement_speed_effected_while_mounting": false, - // Attacks faster than a vanilla sword will do smaller knockback, proportionally. - "knockback_reduced_for_fast_attacks": true, - // Combo is reset after idling `combo_reset_rate * weapon_cooldown` - "combo_reset_rate": 3.0, - // Multiplier for `attack_range`, during target lookup on both sides. Large sized entities may be colliding with weapon hitbox, but center of entities can have bigger distance than `attack_range` - "target_search_range_multiplier": 2.0, - // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) - "dual_wielding_attack_speed_multiplier": 1.2000000476837158, - // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) - "dual_wielding_main_hand_damage_multiplier": 1.0, - // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) - "dual_wielding_off_hand_damage_multiplier": 1.0, - // Entities with `HOSTILE` relation will be hit by undirected weapon swings. NOTE: Vanilla sweeping will still happen, if not disabled via `allow_sweeping` - "player_relation_to_teamless_players": "NEUTRAL", - "player_relation_to_villagers": "NEUTRAL", - "player_relation_to_passives": "HOSTILE", - "player_relation_to_hostiles": "HOSTILE", - "player_relation_to_other": "HOSTILE", - // Try to guess and apply a preset for items without weapon attributes data file - "fallback_compatibility_enabled": true, - // Allow printing the content of weapon attributes registry - "weapon_registry_logging": false -} \ No newline at end of file diff --git a/config/hardcorerevival-common.toml b/config/hardcorerevival-common.toml index df355cb..b16dfb1 100644 --- a/config/hardcorerevival-common.toml +++ b/config/hardcorerevival-common.toml @@ -2,7 +2,7 @@ #Range: > -2147483648 ticksUntilDeath = 2400 #If true, the timer until death continues even if the player logs out. -continueTimerWhileOffline = false +continueTimerWhileOffline = true #The time in ticks it takes to rescue a player. #Range: > -2147483648 rescueActionTicks = 40 diff --git a/config/improvedmobs/common.toml b/config/improvedmobs/common.toml index 4d3dae9..de5c4f1 100644 --- a/config/improvedmobs/common.toml +++ b/config/improvedmobs/common.toml @@ -43,7 +43,7 @@ # add sheep to attributes modification only # will add sheep to everything except attributes # blacklists all minecraft mobs from everything - "Entity Configs" = ["grimoireofgaia|HELDITEMS|TARGETVILLAGER|ARMOR|USEITEM", "thermal|ATTRIBUTES|REVERSE", "minecraft:ender_dragon", "minecraft:cod", "minecraft:donkey", "minecraft:squid", "minecraft:glow_squid", "minecraft:mule", "minecraft:skeleton_horse", "touhou_little_maid:maid", "minecraft:strider", "minecraft:trader_llama", "minecraft:parrot", "minecraft:cow", "minecraft:zombie_horse", "minecraft:horse", "minecraft:bee", "minecraft:polar_bear", "minecraft:cat", "minecraft:pufferfish", "minecraft:bat", "minecraft:wandering_trader", "minecraft:salmon", "minecraft:fox", "minecraft:llama", "minecraft:pig", "minecraft:allay", "minecraft:frog", "minecraft:iron_golem", "minecraft:tropical_fish", "minecraft:turtle", "minecraft:sheep", "minecraft:snow_golem", "minecraft:mooshroom", "minecraft:villager", "minecraft:ocelot", "minecraft:tadpole", "minecraft:goat", "minecraft:dolphin", "minecraft:chicken", "minecraft:wolf", "minecraft:panda", "minecraft:rabbit", "minecraft:axolotl"] + "Entity Configs" = ["minecraft:blaze|GUARDIAN", "minecraft:ender_dragon", "minecraft:cod", "minecraft:donkey", "minecraft:squid", "minecraft:glow_squid", "minecraft:mule", "minecraft:skeleton_horse", "touhou_little_maid:maid", "minecraft:strider", "minecraft:trader_llama", "minecraft:parrot", "minecraft:cow", "minecraft:zombie_horse", "minecraft:horse", "minecraft:bee", "minecraft:polar_bear", "minecraft:cat", "minecraft:pufferfish", "minecraft:bat", "minecraft:wandering_trader", "minecraft:salmon", "minecraft:fox", "minecraft:llama", "minecraft:pig", "minecraft:allay", "minecraft:frog", "minecraft:iron_golem", "minecraft:tropical_fish", "minecraft:turtle", "minecraft:sheep", "minecraft:snow_golem", "minecraft:mooshroom", "minecraft:villager", "minecraft:ocelot", "minecraft:tadpole", "minecraft:goat", "minecraft:dolphin", "minecraft:chicken", "minecraft:wolf", "minecraft:panda", "minecraft:rabbit", "minecraft:axolotl"] #Any of the following #[ATTRIBUTES, ARMOR, HELDITEMS, BLOCKBREAK, USEITEM, LADDER, STEAL, GUARDIAN, PARROT, TARGETVILLAGER, NEUTRALAGGRO] #added here will disable that feature completely. diff --git a/config/realistictorches-common.toml b/config/realistictorches-common.toml deleted file mode 100644 index fd715c7..0000000 --- a/config/realistictorches-common.toml +++ /dev/null @@ -1,18 +0,0 @@ - -#General Settings -[general] - #Determines whether vanilla torches will be replaced with lit torches during world generation. - generateLitTorches = true - #Determines whether matchboxes can light fires in the world like flint and steel. - matchboxCreatesFire = false - #The durability of the matchbox. Setting this to a negative value will result in unlimited uses. - #Range: -1 ~ 512 - matchboxDurability = 64 - #Determines whether vanilla torches drop unlit torches when broken. - vanillaTorchesDropUnlit = true - #The amount of time until a torch burns out, in minutes. Setting this to a negative value will disable torch burnout. - #Range: -1 ~ 2880 - torchBurnoutTime = 60 - #Determines whether lit torches disappear after they are extinguished, rather than turning into unlit torches. - torchNoRelight = false - diff --git a/config/thermal-client.toml b/config/thermal-client.toml deleted file mode 100644 index 08f13be..0000000 --- a/config/thermal-client.toml +++ /dev/null @@ -1,7 +0,0 @@ - -[Sounds] - #If TRUE, some 'Thermal Series' Blocks will have ambient sounds. - "Ambient Block Sounds" = true - #If TRUE, some 'Thermal Series' Mobs will have ambient sounds. - "Ambient Mob Sounds" = true - diff --git a/config/thermal-common-1.toml.bak b/config/thermal-common-1.toml.bak deleted file mode 100644 index a19343d..0000000 --- a/config/thermal-common-1.toml.bak +++ /dev/null @@ -1,29 +0,0 @@ - -[World] - - [World.Ores] - - [World.Ores.Silver] - #Whether this ore should spawn in the world. - Enable = false - - [World.Ores.Lead] - #Whether this ore should spawn in the world. - Enable = true - - [World.Ores.Nickel] - #Whether this ore should spawn in the world. - Enable = true - - [World.Ores.Sulfur] - #Whether this ore should spawn in the world. - Enable = true - - [World.Ores.Tin] - #Whether this ore should spawn in the world. - Enable = true - - [World.Ores.Niter] - #Whether this ore should spawn in the world. - Enable = true - diff --git a/config/thermal-common.toml b/config/thermal-common.toml deleted file mode 100644 index a19343d..0000000 --- a/config/thermal-common.toml +++ /dev/null @@ -1,29 +0,0 @@ - -[World] - - [World.Ores] - - [World.Ores.Silver] - #Whether this ore should spawn in the world. - Enable = false - - [World.Ores.Lead] - #Whether this ore should spawn in the world. - Enable = true - - [World.Ores.Nickel] - #Whether this ore should spawn in the world. - Enable = true - - [World.Ores.Sulfur] - #Whether this ore should spawn in the world. - Enable = true - - [World.Ores.Tin] - #Whether this ore should spawn in the world. - Enable = true - - [World.Ores.Niter] - #Whether this ore should spawn in the world. - Enable = true - diff --git a/index.toml b/index.toml index 5ba603a..98b3c85 100644 --- a/index.toml +++ b/index.toml @@ -24,18 +24,6 @@ hash = "c52b76ccad2bd1063a22c7f6bb9e7c5db6b00fb53a6fd605585972ee0e5fc01f" file = "config/appleskin-client.toml" hash = "e6609ffbea927ee6390b1317bb6f3abb3f31ee591ca5c1d5e748f5e625fefea1" -[[files]] -file = "config/bettercombat/client.json5" -hash = "5dc204ab7057b94338c4afb3f8dca9d43ad94f82e3cf9898fe2c504c675e8a2b" - -[[files]] -file = "config/bettercombat/fallback_compatibility.json" -hash = "ea41124fc9bd72eccd324212e21372e969367430cedbc20662073351f00120f6" - -[[files]] -file = "config/bettercombat/server.json5" -hash = "4933e1c010fd02e746a0114fba4005afa269ff8ffef36aa07800b3b87066e85b" - [[files]] file = "config/blueprint-client.toml" hash = "89ef9f568d793018db983b9f944e85876a4cebd408f8f4d2182b3c38fa44ef7e" @@ -114,7 +102,7 @@ hash = "acfdb749a28106463b96980100a7e542b0b2bc3f9c9464196e0765a4f1c39061" [[files]] file = "config/hardcorerevival-common.toml" -hash = "35001eda1bea4d119464069b7315ecab96830b0b6fd3df4ee4b82140c2ec0b9b" +hash = "ce8be27d42df808ab83aa2be0e09f28885f4d5982ec2aa725692acaf64658fa9" [[files]] file = "config/improvedmobs/client.toml" @@ -122,7 +110,7 @@ hash = "d8345be5288253ef772361cf11593002bef16b4fa0974f73950e8f60ac7c845a" [[files]] file = "config/improvedmobs/common.toml" -hash = "c9917db8c3c8256b28a709f3a2c062f76002033d0cd99d27ef8c580385421a70" +hash = "c3521e782e4cb09d3a9334e41b1bca1a0009cccf5f0d56db3212e8e5a186bae9" [[files]] file = "config/improvedmobs/equipment.json" @@ -272,10 +260,6 @@ hash = "b1f773cc87cd02fc632dd37a1cde0c510076f07a2fac6d2e8c31bcc66cc0bc84" file = "config/quark-common.toml" hash = "3d053080b5218a55e6b7f17e58f89f2e9ea93de118e59642d988afcbce2151c4" -[[files]] -file = "config/realistictorches-common.toml" -hash = "a4afd7164bc3185df74d6f661e3eee389bb5aef838fafffddae87f0288410232" - [[files]] file = "config/rubidium-mixins.properties" hash = "66bbef3dd895941e28db52d85ef5e8a1ecda6dc26377a47ff6dc623ece2f73fa" @@ -316,18 +300,6 @@ hash = "cda2bd5471e0c6b28233f7c59b828433a2611f63c214ce35341315c993627dbc" file = "config/tconstruct-common.toml" hash = "7213f2b832f6219d632bf7edab3810cfe12764eff47795112d798113aa660833" -[[files]] -file = "config/thermal-client.toml" -hash = "a6a09cfe3859942830c9813563a688d745e2bdeb81a727a3b958ab231c755ba3" - -[[files]] -file = "config/thermal-common-1.toml.bak" -hash = "05dca99025c1189270179e96182a973869de4fefba157cdf183980968fc41965" - -[[files]] -file = "config/thermal-common.toml" -hash = "05dca99025c1189270179e96182a973869de4fefba157cdf183980968fc41965" - [[files]] file = "config/touhou_little_maid-common.toml" hash = "418bb4a5ff74c8ba78fa55607dd9d96163619d446fd3ad663cf46b9590e7166e" @@ -426,7 +398,7 @@ hash = "533058559f25ad96f1c58658b36f2eb9bef5a4b2e4ad09ce32dd7ef81b0afe86" [[files]] file = "kubejs/startup_scripts/rebalance.js" -hash = "023adaa8750eff706d9370208f81d9c9a6eabec5ab4146862512e8b022d0067b" +hash = "5dafbcb697279d5a0475d7a883e6dbbb3f47a32c37452fbdfdd39f20bb200a38" [[files]] file = "kubejs/startup_scripts/tinkermode.js" @@ -437,6 +409,11 @@ file = "mods/3dskinlayers.pw.toml" hash = "f26fb3ebc03df700a9af26fa5084b2034b1ce5ede156f5112aedb6a4e14162cb" metafile = true +[[files]] +file = "mods/alexs-mobs.pw.toml" +hash = "2ca0ad79919413ae1822d27e2f0e4fd3c98098bf1ecfe09691c881df5f3679b5" +metafile = true + [[files]] file = "mods/appleskin.pw.toml" hash = "737d7767b4e9e28e3e60805e3f980120b005803c93837e484d935f6156199893" @@ -477,11 +454,6 @@ file = "mods/better-climbing.pw.toml" hash = "85692bd13b5db5c722956a3978c0395f2a992975868bc6c6062dfca2b04f1131" metafile = true -[[files]] -file = "mods/better-combat.pw.toml" -hash = "00cb4565f09eb467ceb0d56f519196204c2486759963bb204c5e88559ed1ad6a" -metafile = true - [[files]] file = "mods/better-stats.pw.toml" hash = "5b0ab1aa74c8c26f35d56c5a4922a6ce843193c9c094c3ad1e0c9c158497956f" @@ -527,11 +499,6 @@ file = "mods/clumps.pw.toml" hash = "7b6410313b56bb649285417562e45892da293d38b80e185c2ffc52b4f97f680e" metafile = true -[[files]] -file = "mods/cofh-core.pw.toml" -hash = "828e6940eb60f08488cb0b477530ea82bd3ec631547a279590603cf7e20de9ff" -metafile = true - [[files]] file = "mods/configured.pw.toml" hash = "38abb00776d34d4c650c59ef4a75a6562c96f914cbe17f09f176a682f23fd883" @@ -602,11 +569,6 @@ file = "mods/grappling-hook-mod.pw.toml" hash = "b4c3d7485dc10d770d32239e81f640be9033263f35f262c1c0668715533447b4" metafile = true -[[files]] -file = "mods/grimoire-of-gaia.pw.toml" -hash = "eb8ab33967c385a6d4b5c284376723e0f653417ec68b67190b8a1426fbcebca7" -metafile = true - [[files]] file = "mods/hardcore-redeploy.pw.toml" hash = "92332cffc19ebd45dd3a4f9db64a3ee9bbe8e097b5364fe0ec989bd0a806ea9b" @@ -727,11 +689,6 @@ file = "mods/pet-cemetery.pw.toml" hash = "112e6858389376bf1d119dd2d35d8729aa125ab065df69ab8f725331b811e992" metafile = true -[[files]] -file = "mods/playeranimator.pw.toml" -hash = "d6c0f05a4982b73b78910bd95f917bb8a934f4f233d218a3ccc22ea7ecc8bf55" -metafile = true - [[files]] file = "mods/puzzles-lib.pw.toml" hash = "827b361fcddfa0bdb84bfa0ebf0e1a38b139804c92aaf9e39218d784e4111fb4" @@ -792,11 +749,6 @@ file = "mods/tenshilib.pw.toml" hash = "a5b8cd48709a340f2cbb9bed66a469b60bb453d3b30f5aaed860c3ee9dc0efd6" metafile = true -[[files]] -file = "mods/thermal-foundation.pw.toml" -hash = "a886cd2449393f692f22b97f094ea91a7faf2c4fdd9f72885d5fa6eb299a261b" -metafile = true - [[files]] file = "mods/tinkering-abnormally.pw.toml" hash = "cd295ced4c9221d14f5bed8c422e03032cb2c1de3d39d7f86c19b372034abbdb" diff --git a/kubejs/startup_scripts/rebalance.js b/kubejs/startup_scripts/rebalance.js index 7175d2c..951cacf 100644 --- a/kubejs/startup_scripts/rebalance.js +++ b/kubejs/startup_scripts/rebalance.js @@ -1,8 +1,8 @@ ItemEvents.modification(event => { event.modify('pamhc2foodcore:freshwateritem', item => { item.foodProperties = food => { - food.hunger(1); - food.saturation(1); + food.hunger(0.5); + food.saturation(0.5); food.fastToEat(false); }; }); diff --git a/mods/alexs-mobs.pw.toml b/mods/alexs-mobs.pw.toml new file mode 100644 index 0000000..1b67ff4 --- /dev/null +++ b/mods/alexs-mobs.pw.toml @@ -0,0 +1,13 @@ +name = "Alex's Mobs" +filename = "alexsmobs-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2cMuAZAp/versions/BgeYEhGG/alexsmobs-1.21.1.jar" +hash-format = "sha1" +hash = "ce80c8aeed6faa497db2b917da51405c3f273bd8" + +[update] +[update.modrinth] +mod-id = "2cMuAZAp" +version = "BgeYEhGG" diff --git a/mods/better-combat.pw.toml b/mods/better-combat.pw.toml deleted file mode 100644 index 9d33045..0000000 --- a/mods/better-combat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Better Combat" -filename = "bettercombat-forge-1.7.1+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/5sy6g3kz/versions/d51cgiPN/bettercombat-forge-1.7.1%2B1.19.jar" -hash-format = "sha1" -hash = "d56b38f8d809389b579f65dee51977037d313b60" - -[update] -[update.modrinth] -mod-id = "5sy6g3kz" -version = "d51cgiPN" diff --git a/mods/cofh-core.pw.toml b/mods/cofh-core.pw.toml deleted file mode 100644 index 86bd692..0000000 --- a/mods/cofh-core.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "CoFH Core" -filename = "cofh_core-1.19.2-10.3.1.48.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/OWSRM4vD/versions/ssRHxD6e/cofh_core-1.19.2-10.3.1.48.jar" -hash-format = "sha1" -hash = "7ad5e45fff2f250f08961e3dda6d602f73f34010" - -[update] -[update.modrinth] -mod-id = "OWSRM4vD" -version = "ssRHxD6e" diff --git a/mods/grimoire-of-gaia.pw.toml b/mods/grimoire-of-gaia.pw.toml deleted file mode 100644 index c63c95a..0000000 --- a/mods/grimoire-of-gaia.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Grimoire of Gaia" -filename = "GrimoireOfGaia4-1.19.2-3.0.0-alpha.11.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c40c39a89258cff17d4d8dfd08f7cceffe533903" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5315562 -project-id = 228948 diff --git a/mods/playeranimator.pw.toml b/mods/playeranimator.pw.toml deleted file mode 100644 index 934030c..0000000 --- a/mods/playeranimator.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "playerAnimator" -filename = "player-animation-lib-forge-1.0.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/gedNE4y2/versions/zYLNRVUQ/player-animation-lib-forge-1.0.2.jar" -hash-format = "sha1" -hash = "e5f209aaab789eade2ef2c1a7dc37d6b20faa038" - -[update] -[update.modrinth] -mod-id = "gedNE4y2" -version = "zYLNRVUQ" diff --git a/mods/thermal-foundation.pw.toml b/mods/thermal-foundation.pw.toml deleted file mode 100644 index e962ed7..0000000 --- a/mods/thermal-foundation.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Thermal Foundation" -filename = "thermal_foundation-1.19.2-10.3.1.57.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Xvg6q5Wp/versions/kaIOIjDc/thermal_foundation-1.19.2-10.3.1.57.jar" -hash-format = "sha1" -hash = "14ade1c7880831dbe184676f56fed0be14ac717e" - -[update] -[update.modrinth] -mod-id = "Xvg6q5Wp" -version = "kaIOIjDc" diff --git a/pack.toml b/pack.toml index dedb2ea..4eed70b 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 = "604a395861b01500e77ce26b1fce69321eea09db56c600d1b175910caaf249b0" +hash = "7a0e6c6fa9a15c17fcacdc1c09e650ea0bc9e1f647a33a0a4cdbf98c7859e2ae" [versions] forge = "43.3.13"