From 2baa5388d5027deceb5e4fe4cfbc558319e02850 Mon Sep 17 00:00:00 2001 From: Hexugory Date: Fri, 3 Mar 2023 17:00:36 -0600 Subject: [PATCH] update to 1.4.4 --- .gitignore | 6 +- .packwizignore | 6 +- config/bettercombat/server.json5 | 2 + config/betterfortresses-fabric-1_19.toml | 2 + config/betterfortresses/README.txt | 8 + .../betterfortresses/fabric-1_19/README.txt | 26 ++ .../fabric-1_19/itemframes.json | 48 +++ config/bhmenu/bhmenu-client.properties | 2 +- config/builtinservers.json | 8 +- .../backups/last_working_configs_backup.zip | Bin 41812 -> 41812 bytes config/dummmmmmy-client.json | 1 + config/fabric/indigo-renderer.properties | 2 +- .../ftbquests/quests/chapters/ad_astra.snbt | 54 ++-- .../ftbquests/quests/chapters/adventurer.snbt | 20 +- .../quests/chapters/agriculture.snbt | 210 ++++++------- .../quests/chapters/applied_energistics.snbt | 78 ++--- .../quests/chapters/bewitchment.snbt | 68 ++-- config/ftbquests/quests/chapters/botania.snbt | 244 +++++++-------- config/ftbquests/quests/chapters/create.snbt | 136 ++++---- .../quests/chapters/deep_mob_learning.snbt | 38 +-- .../quests/chapters/getting_started.snbt | 10 +- .../quests/chapters/hex_crafting.snbt | 16 +- .../chapters/industrial_revolution.snbt | 120 +++---- config/ftbquests/quests/chapters/kibe.snbt | 108 +++---- .../chapters/modern_industrialization.snbt | 154 ++++----- config/ftbquests/quests/chapters/powah.snbt | 60 ++-- .../ftbquests/quests/chapters/spectrum.snbt | 108 +++---- config/ftbquests/quests/chapters/spirit.snbt | 72 ++--- config/ftbquests/quests/chapters/storage.snbt | 96 +++--- .../quests/chapters/tech_reborn.snbt | 208 ++++++------- .../quests/chapters/tools_and_armor.snbt | 292 +++++++++++++----- config/gag.snbt | 131 ++++++++ config/indium-renderer.properties | 2 +- config/indrev/mining_rig_config.json | 2 +- config/iris.properties | 2 +- config/modern_industrialization.toml | 1 + config/powah.json5 | 4 +- config/rare-ice.properties | 2 +- config/roughlyenoughitems/pinyin.properties | 2 +- .../pinyin_double.properties | 2 +- config/simplyswords/loot_config.json5 | 36 +++ config/slightguimodifications/cts.groovy | 2 +- config/slimegolem.json | 5 + config/supplementaries-common.json | 21 +- config/travelersbackpack.json5 | 6 +- config/waila/megane_modules.json | 21 +- index.toml | 209 ++++++++----- kubejs/client_scripts/collapsed_entries.js | 37 +++ mods/applied-botanics-addon.pw.toml | 6 +- mods/archeology.pw.toml | 6 +- mods/balm-fabric.pw.toml | 6 +- mods/better-combat-by-daedelus.pw.toml | 6 +- mods/better-stats.pw.toml | 6 +- mods/blockus.pw.toml | 6 +- mods/botania-fabric.pw.toml | 6 +- mods/calibrated.pw.toml | 6 +- mods/chipped.pw.toml | 13 + mods/chisels-bits-for-fabric.pw.toml | 6 +- mods/cooking-for-blockheads-fabric.pw.toml | 6 +- mods/crafting-tweaks-fabric.pw.toml | 6 +- mods/creeper-overhaul.pw.toml | 6 +- mods/ctm-refabricated.pw.toml | 13 + mods/default-options-fabric.pw.toml | 6 +- mods/dyed.pw.toml | 6 +- mods/fabric-api.pw.toml | 6 +- mods/farming-for-blockheads-fabric.pw.toml | 6 +- mods/forge-config-api-port-fabric.pw.toml | 6 +- mods/friendly-fire.pw.toml | 6 +- mods/ftb-library-fabric.pw.toml | 6 +- mods/ftb-quests-fabric.pw.toml | 6 +- mods/gag.pw.toml | 13 + mods/geckolib.pw.toml | 6 +- mods/health-overlay-fabric.pw.toml | 6 +- mods/hexal.pw.toml | 6 +- mods/inventory-essentials-fabric.pw.toml | 6 +- mods/irisshaders.pw.toml | 6 +- mods/megane.pw.toml | 6 +- mods/mmmmmmmmmmmm.pw.toml | 6 +- mods/modern-industrialization.pw.toml | 6 +- mods/netherportalfix-fabric.pw.toml | 6 +- mods/pehkui.pw.toml | 6 +- mods/playeranimator.pw.toml | 6 +- mods/repurposed-structures-fabric.pw.toml | 6 +- mods/roughly-enough-items.pw.toml | 6 +- mods/selene.pw.toml | 6 +- mods/simply-swords.pw.toml | 6 +- mods/spectrum.pw.toml | 6 +- mods/spell-engine.pw.toml | 6 +- mods/spell-power.pw.toml | 6 +- mods/supplementaries.pw.toml | 6 +- mods/the-bumblezone-fabric.pw.toml | 6 +- mods/travelers-backpack-fabric.pw.toml | 6 +- mods/visuality.pw.toml | 6 +- mods/wizards.pw.toml | 6 +- mods/yungs-api-fabric.pw.toml | 6 +- ...yungs-better-desert-temples-fabric.pw.toml | 6 +- pack.toml | 6 +- 97 files changed, 1776 insertions(+), 1227 deletions(-) create mode 100644 config/betterfortresses-fabric-1_19.toml create mode 100644 config/betterfortresses/README.txt create mode 100644 config/betterfortresses/fabric-1_19/README.txt create mode 100644 config/betterfortresses/fabric-1_19/itemframes.json create mode 100644 config/gag.snbt create mode 100644 config/simplyswords/loot_config.json5 create mode 100644 config/slimegolem.json create mode 100644 mods/chipped.pw.toml create mode 100644 mods/ctm-refabricated.pw.toml create mode 100644 mods/gag.pw.toml diff --git a/.gitignore b/.gitignore index fcf7a55..6ab642d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,8 @@ *.mrpack # Exclude packwiz binary -packwiz.exe \ No newline at end of file +packwiz.exe + +# Exclude this script or something +updates.txt +update.ps1 diff --git a/.packwizignore b/.packwizignore index e5c7cba..732f952 100644 --- a/.packwizignore +++ b/.packwizignore @@ -2,4 +2,8 @@ # See https://git-scm.com/docs/gitignore # Exclude README -/README.md \ No newline at end of file +/README.md + +# Exclude this script or something +updates.txt +update.ps1 diff --git a/config/bettercombat/server.json5 b/config/bettercombat/server.json5 index bc81faa..ddf4f60 100644 --- a/config/bettercombat/server.json5 +++ b/config/bettercombat/server.json5 @@ -32,6 +32,8 @@ "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": 3.5, // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) diff --git a/config/betterfortresses-fabric-1_19.toml b/config/betterfortresses-fabric-1_19.toml new file mode 100644 index 0000000..de34590 --- /dev/null +++ b/config/betterfortresses-fabric-1_19.toml @@ -0,0 +1,2 @@ +[general] +disableVanillaFortresses = true diff --git a/config/betterfortresses/README.txt b/config/betterfortresses/README.txt new file mode 100644 index 0000000..041affb --- /dev/null +++ b/config/betterfortresses/README.txt @@ -0,0 +1,8 @@ +This directory is for a few additional options for YUNG's Better Nether Fortresses. +Options provided may vary by version. +This directory contains subdirectories for supported versions. The first time you run Better Nether Fortresses, a version subdirectory will be created if that version supports advanced options. +For example, the first time you use Better Nether Fortresses for MC 1.19.2 on Fabric, the 'fabric-1_19' subdirectory will be created in this folder. +If no subdirectory for your version is created, then that version probably does not support the additional options. +NOTE -- Most of this mod's config settings can be found in a config file outside this folder! +For example, on Fabric 1.19.2 the file is 'betterfortresses-fabric-1_19.toml'. +Also note that many of the structure's settings such as spawn rate & spawn conditions can only be modified via data pack. \ No newline at end of file diff --git a/config/betterfortresses/fabric-1_19/README.txt b/config/betterfortresses/fabric-1_19/README.txt new file mode 100644 index 0000000..ffdedac --- /dev/null +++ b/config/betterfortresses/fabric-1_19/README.txt @@ -0,0 +1,26 @@ +###################################### +# itemframes.json # +###################################### + This file contains ItemRandomizers describing the probability distribution of items in item frames. +Item frames only spawn in certain rooms and hallway pieces. +For information on ItemRandomizers, see the bottom of this README. +###################################### +# ItemRandomizers # +###################################### +Describes a set of items and the probability of each item being chosen. + - entries: An object where each entry's key is an item, and each value is that item's probability of being chosen. + The total sum of all probabilities SHOULD NOT exceed 1.0! + - defaultItem: The item used for any leftover probability ranges. + For example, if the total sum of all the probabilities of the entries is 0.6, then + there is a 0.4 chance of the defaultItem being selected. +Here's an example ItemRandomizer: +{ + "entries": { + "minecraft:cobblestone": 0.25, + "minecraft:air": 0.2, + "minecraft:stone_sword": 0.1 + }, + "defaultItem": "minecraft:iron_axe" +} +This randomizer has a 25% chance of returning cobblestone, 20% chance of choosing air, +10% chance of choosing a stone sword, and a 100 - (25 + 20 + 10) = 45% chance of choosing iron axe (since it's the default item). diff --git a/config/betterfortresses/fabric-1_19/itemframes.json b/config/betterfortresses/fabric-1_19/itemframes.json new file mode 100644 index 0000000..def5230 --- /dev/null +++ b/config/betterfortresses/fabric-1_19/itemframes.json @@ -0,0 +1,48 @@ +{ + "weaponItems": { + "entries": { + "stone_sword": 0.025, + "golden_sword": 0.05, + "netherite_sword": 0.005, + "iron_axe": 0.025, + "stone_axe": 0.025, + "iron_sword": 0.025, + "golden_axe": 0.05, + "shield": 0.025 + }, + "defaultItem": "air" + }, + "lootItems": { + "entries": { + "gold_nugget": 0.2, + "gold_ingot": 0.1, + "nether_wart": 0.1 + }, + "defaultItem": "air" + }, + "studyItems": { + "entries": { + "paper": 0.1, + "book": 0.4, + "writable_book": 0.1, + "enchanted_book": 0.1 + }, + "defaultItem": "air" + }, + "messHallItems": { + "entries": { + "porkchop": 0.3, + "cooked_porkchop": 0.3, + "gold_ingot": 0.2 + }, + "defaultItem": "air" + }, + "alchemyItems": { + "entries": { + "fire_charge": 0.2, + "magma_cream": 0.3, + "quartz": 0.3 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/bhmenu/bhmenu-client.properties b/config/bhmenu/bhmenu-client.properties index 21b7993..a51fb66 100644 --- a/config/bhmenu/bhmenu-client.properties +++ b/config/bhmenu/bhmenu-client.properties @@ -7,7 +7,7 @@ #'server_entry.title' for the config title; #'server_entry.description' for the config description. # -#Fri Feb 17 20:13:18 CET 2023 +#Fri Mar 03 17:19:53 CET 2023 partner_id=2567 use_language_files=false pack_id=18425 diff --git a/config/builtinservers.json b/config/builtinservers.json index add7def..53ac29f 100644 --- a/config/builtinservers.json +++ b/config/builtinservers.json @@ -2,8 +2,12 @@ "badgeVisible": false, "builtinServers": [ { - "name": "TouhouDiscordcraft", - "address": "mc.touhoudiscord.net:25566" + "name": "Europe Central", + "address": "aof6eu.alloffabric.com" + }, + { + "name": "North America", + "address": "aof6na.alloffabric.com" } ] } \ No newline at end of file diff --git a/config/byg/backups/last_working_configs_backup.zip b/config/byg/backups/last_working_configs_backup.zip index 87e5ca97014a6132f8e56b9846b3a0b017e5763f..cdb47afb85473c603234c301b77d8a4b21153e7a 100644 GIT binary patch delta 726 zcmca|jOofTCf)#VW)=|!4h{~6#;)Xzynor4f%Ilxc27PqBU1DfxBU=CoF_BH`V=2ti1p86bT%*W4@7Vjf{{22!U7=b zKSzFmnD8uS3xqK@{uG3fm6Qx&Tu6y$5(N4ni~$J*PiBmgoxEWI@8+!ZOAvMTS$`l5 zyWC`my>_|on_n03BRDQ4st|i~%BO(UPCntRy;-lS6{2xl%_SDF|GOI(bAcI#JqZwz zDHB{FL33x~8wlg{!J3a9H(C4Fl89rv`&*+i3w{dcrhIFnwm4DVS!N?hU4c zp!5PL{cbu$z2gjju>9m1HDFq3W)7HcoS6ouU(GB5(}}Yh!1R+@1z|lnv>~>}_N_p2{Is5M%N^6|K!@wdNu?(+$>vIh#GqjzSm$HoqCcn)vLVF@ZJZlxt5u zGlOUHe`mhUHjbTO!ObU}FG3h|-1b8lah}W&>r;GqA=W>O(b>GfKM=uD2u9*82n&Fy z{~Y-NV#2eSEfB`s_)`!@R#GyAaUmt1Nf79RFa{(LJee^{cJhV=yqmMqFG1AVXZ?XN z>~fPK_S)sTZ+>0CkKnkJs6y<`DW3vXJNbmO_GZ1RR*1%JHJ4bx{_k#F%mro`_9Q?= zrc7{!1kIg^Zy=1*liR?I$stqC!C}=mH4IEYpBfCNZKnl*=?T*;!StDFreK<7x;K~( zg3=41^tHJGkl diamond gear, and Runic Tablets, are controlled by the loot modifiers in the general_config, not here. +// ---------------------------------------------------------------------------------------------------------------------------------- +// --------------------------------------------- How does it work? ------------------------------------------------------------------ +// If 'add_weapons_to_loot_tables' is enabled in the boolean config, Simply Swords will attempt to inject its loot into +// any loot table that contains 'chests' in its filepath. This includes loot tables from other mods. +// Any values provided in this config will override the aforementioned process, acting as both a whitelist, and a blacklist. + +// Each line must be made up of a string containing the namespace, path, and filename, in addition to a float value. +// The float value provided will determine the chance of the loot appearing in the loot table. Where 0.0 is %0, and 1.0 is %100. +// If the float value provided is 0.0 the items will be blacklisted from this loot table and skipped entirely by the loot injection. + +// Items can also be injected into entity loot tables, as seen in the Wither example below. +// ---------------------------------------------------------------------------------------------------------------------------------- + + "minecraft:entities/wither": 0.05, + "minecraft:chests/ruined_portal": 0.0, + "minecraft:chests/village/village_armorer": 0.0, + "minecraft:chests/village/village_butcher": 0.0, + "minecraft:chests/village/village_cartographer": 0.0, + "minecraft:chests/village/village_desert_house": 0.0, + "minecraft:chests/village/village_fisher": 0.0, + "minecraft:chests/village/village_fletcher": 0.0, + "minecraft:chests/village/village_mason": 0.0, + "minecraft:chests/village/village_plains_house": 0.0, + "minecraft:chests/village/village_savanna_house": 0.0, + "minecraft:chests/village/village_shepard": 0.0, + "minecraft:chests/village/village_snowy_house": 0.0, + "minecraft:chests/village/village_taiga_house": 0.0, + "minecraft:chests/village/village_tannery": 0.0, + "minecraft:chests/village/village_temple": 0.0, + "minecraft:chests/village/village_toolsmith": 0.0, + "minecraft:chests/village/village_weaponsmith": 0.0 +} \ No newline at end of file diff --git a/config/slightguimodifications/cts.groovy b/config/slightguimodifications/cts.groovy index d60b784..8ff5447 100644 --- a/config/slightguimodifications/cts.groovy +++ b/config/slightguimodifications/cts.groovy @@ -27,7 +27,7 @@ mainMenu { } } - text = literal("All of Fabric 6 - 1.4.3") + text = literal("All of Fabric 6 - 1.4.4") shadow = true } diff --git a/config/slimegolem.json b/config/slimegolem.json new file mode 100644 index 0000000..a34fe35 --- /dev/null +++ b/config/slimegolem.json @@ -0,0 +1,5 @@ +{ + "client": { + "showHoneyLayerOnSlimeGolem": true + } +} \ No newline at end of file diff --git a/config/supplementaries-common.json b/config/supplementaries-common.json index aac3c18..14c6189 100644 --- a/config/supplementaries-common.json +++ b/config/supplementaries-common.json @@ -27,6 +27,10 @@ "enabled": true, "rotate_entities": true }, + "pulley_block": { + "enabled": true, + "mineshaft_elevator": 0.02 + }, "wind_vane": true, "clock_block": true, "redstone_illuminator": true, @@ -38,10 +42,9 @@ "lock_block": true, "dispenser_minecart": true, "crystal_display": true, - "relayer": true, - "pulley_block": true + "relayer": true }, - "utilities": { + "functional": { "rope": { "enabled": true, "block_side_attachment": true, @@ -58,18 +61,6 @@ "jar_cookies": true, "jar_liquids": true }, - "hourglass": { - "enabled": true, - "sugar_time": 40, - "sand_time": 70, - "concrete_time": 105, - "dust_time": 150, - "glowstone_time": 190, - "blaze_powder_time": 277, - "redstone_time": 400, - "slime_time": 1750, - "honey_time": 2000 - }, "cage": { "enabled": true, "allow_all_mobs": false, diff --git a/config/travelersbackpack.json5 b/config/travelersbackpack.json5 index da91d97..b1f61b8 100644 --- a/config/travelersbackpack.json5 +++ b/config/travelersbackpack.json5 @@ -18,7 +18,11 @@ }, "world": { // Enables backpacks spawning in loot chests - "enableLoot": true + "enableLoot": true, + // Enables chance to spawn Zombie, Skeleton, Wither Skeleton, Piglin or Enderman with random backpack equipped + "spawnEntitiesWithBackpack": true, + // Defines spawn chance of entity with backpack (1 in [selected value]) + "spawnChance": 100 }, "abilities": { "enableBackpackAbilities": true, diff --git a/config/waila/megane_modules.json b/config/waila/megane_modules.json index f72945c..43e46e2 100644 --- a/config/waila/megane_modules.json +++ b/config/waila/megane_modules.json @@ -6,21 +6,30 @@ "megane-modern-dynamics": { "lol.bai.megane.module.moderndynamics.MeganeModernDynamics": true }, - "megane-reborn-core": { - "lol.bai.megane.module.reborncore.MeganeRebornCore": true - }, "megane-industrial-revolution": { "lol.bai.megane.module.indrev.MeganeIndustrialRevolution": true }, + "modern_industrialization": { + "aztech.modern_industrialization.compat.megane.MIMeganeModule": true + }, + "megane-powah": { + "lol.bai.megane.module.powah.MeganePowah": true + }, + "megane-deep-mob-learning-simulacrum": { + "lol.bai.megane.module.dmlsimulacrum.MeganeDmlSimulacrum": true + }, + "megane-create": { + "lol.bai.megane.module.create.MeganeCreate": true + }, + "megane-reborn-core": { + "lol.bai.megane.module.reborncore.MeganeRebornCore": true + }, "megane-fabric-transfer": { "lol.bai.megane.module.fabrictransfer.MeganeFabricTransfer": true }, "megane-tech-reborn": { "lol.bai.megane.module.techreborn.MeganeTechReborn": true }, - "modern_industrialization": { - "aztech.modern_industrialization.compat.megane.MIMeganeModule": true - }, "megane-luggage": { "lol.bai.megane.module.luggage.MeganeLuggage": true }, diff --git a/index.toml b/index.toml index 1b492bc..cb56220 100644 --- a/index.toml +++ b/index.toml @@ -150,7 +150,7 @@ hash = "5421a11dc71fc220315e048716ce342949832996843affb482797d20a4532fa2" [[files]] file = "config/bettercombat/server.json5" -hash = "60eb93bce590d93a1cf59af7064fefa254d54d30f5dd1937134e00868ceb980d" +hash = "da687ee78a4fe7dd595c3bdf9e24d447e6f17bee35403f7cd2615909232d22c8" [[files]] file = "config/betterdeserttemples-fabric-1_19.toml" @@ -176,6 +176,22 @@ hash = "a06535f285b4500ecdc36376659a77fea7607ab7f4966bfdcb39164da961d071" file = "config/betterdungeons-fabric-1_19.toml" hash = "c0809814af173f138d83495d36aabcccda93ba2f2a49ec5b7e1c87a201efee77" +[[files]] +file = "config/betterfortresses-fabric-1_19.toml" +hash = "c6f718e24389dd618b788ea1ef0c64d3689e9408fd9a482e67ecece0dc392ece" + +[[files]] +file = "config/betterfortresses/README.txt" +hash = "a4e97263d2f099fcbc3fd7646c85c562e1eb7659bfa5ff66b11f76afaa2f9c06" + +[[files]] +file = "config/betterfortresses/fabric-1_19/README.txt" +hash = "1175dbf9cd2e7c91b1c852a51e3c0203c68484917e877465b283e2370ad62864" + +[[files]] +file = "config/betterfortresses/fabric-1_19/itemframes.json" +hash = "674a6ee26700f5f41045ede1753d3d401441cc3f50a8f105120ecb3f64da3d38" + [[files]] file = "config/bettermineshafts-fabric-1_19.toml" hash = "d486f4672659b59f9a855d9ebce345d8a983c504d24b99613ce280db657c40f5" @@ -230,7 +246,7 @@ hash = "fd0438ed8e0f925c3a28eab46e479ca42027bf266ff0dff2fae7a9880f9af9f0" [[files]] file = "config/bhmenu/bhmenu-client.properties" -hash = "826cfa7a87e43aef287618c9cb6e9cfa4b501a39a0f56f39791b515a73ca1a91" +hash = "4f5bb2f540c34d4216326d1181a24ffda3ebeac784c9f14dc60f7910e3cda44f" [[files]] file = "config/biomemakeover.json" @@ -258,7 +274,7 @@ hash = "a09289defa941a6aeb7ca963c57aff48c7297db2455a9cc1dc965c4e1c5d964c" [[files]] file = "config/builtinservers.json" -hash = "aa0bfb2007e2b3c51c96503333d5da186f2d8cea312f4471da5ef65fb6948c81" +hash = "1acf39504bd4b9b548be05e5061581c78a362f1a61993ad2c033c82453de87fa" [[files]] file = "config/bwncr.toml" @@ -274,7 +290,7 @@ hash = "716925cf1fd06d3d981aac5adbdc7a84dae30dbb64b17b0c25a8f739be01883d" [[files]] file = "config/byg/backups/last_working_configs_backup.zip" -hash = "2298925081ac6eec96fb9443a350a3ce6714d08a2f186723d7027cb478005647" +hash = "743e704392887dfdc59fe09b67c2e22e6f75fa06d4e3909c0812ada789afe8e9" [[files]] file = "config/byg/biomepedia.json5" @@ -2394,7 +2410,7 @@ hash = "2150eb47d56f949a7673dfb188a98ef397e5bad8fd77d72dc3377c8a08e77501" [[files]] file = "config/dummmmmmy-client.json" -hash = "c7bd299aac21e98749ba5509faf508dfbd2c33f589c20ec898e131e206987f24" +hash = "7aa2c2335d48794c352229e931a6af341ccfc422f111ec314e714a0a4c29cba9" [[files]] file = "config/dummmmmmy-common.json" @@ -2434,7 +2450,7 @@ hash = "977f03455b4517949daa1848af0daff283e359ad4ec14487e8e49dfe16519a16" [[files]] file = "config/fabric/indigo-renderer.properties" -hash = "2a253e05ef91be8619f380946e12ab19813fe7af241864b40485561e52ab5945" +hash = "0b885e04752514871754f7e69ebca8b28594c134dbca6eae09f3fbfc4b189eec" [[files]] file = "config/fabric_loader_dependencies.json" @@ -2486,47 +2502,47 @@ hash = "063f55673e56ccd8b3c8b0b4154855d1cf16ba83ade55deb2c5ff1e1a1631047" [[files]] file = "config/ftbquests/quests/chapters/ad_astra.snbt" -hash = "c9f9375d7d47dade0d9c8df27626ebd1d4b330b94e32d7167e632aef4f3dc5f1" +hash = "cc79990eb6ef36cff76ae78ad9bd7c6661c313efcf59f9aba5315b94ea966212" [[files]] file = "config/ftbquests/quests/chapters/adventurer.snbt" -hash = "217a7da339309d087d6af708fc89bb9bc68c6966dc9a7e931ea560282b8eb852" +hash = "7c9520bf16df39bcce7e026f251079b64a017280b8f949309ac0687491cbc0fb" [[files]] file = "config/ftbquests/quests/chapters/agriculture.snbt" -hash = "4a5c3110611fe266df4bfd89c4f91643979035c193a6fc94ac16f0b7f335b6ca" +hash = "e0e0a9ce98f4018e67bd864b77c2a0eed38549ad4c1de4e061146e733cac573c" [[files]] file = "config/ftbquests/quests/chapters/applied_energistics.snbt" -hash = "765e911baeff5c7b8b39d003ca97a0ecea549f98b59f17f6de38cbf5669fb780" +hash = "d47dc341d21ab943cf980561a1aaa3c98e12d2fcb5cdd5e2c734f34587b97887" [[files]] file = "config/ftbquests/quests/chapters/bewitchment.snbt" -hash = "3f89b44480fdc0564ed046fecd0eebf277a2d57da5a6c82dfaacabc57960de6d" +hash = "f1c1d5764fbbfeefdba2c504457612a8515af2a5ce2f4fc8b8a425f68e2d95ae" [[files]] file = "config/ftbquests/quests/chapters/botania.snbt" -hash = "af98f86f4fcf749616b63c3b950c8bf560b0b243f1822813114ac8a6d930bf26" +hash = "4595f2e64f072ee8da2165b03a918817d804deeeb842e8b68ab6f0028bbad917" [[files]] file = "config/ftbquests/quests/chapters/create.snbt" -hash = "415bd277319d5eb71d296fa80e27531d242369f363f450d403db3f16a769c885" +hash = "a9bdcf60579af911dafbd347e6b5a0dd070e50c08f053f3e76c5bf54d30ac1ea" [[files]] file = "config/ftbquests/quests/chapters/deep_mob_learning.snbt" -hash = "4cca8484a78a762b8cb24911f238c52a1615477a792240f027a6d71ffe6a5770" +hash = "12af505facc6b8a5cb778d86e9ddf7024c2d42c896ef2e3b6c7052202c8a0e23" [[files]] file = "config/ftbquests/quests/chapters/getting_started.snbt" -hash = "7a69a9d05dafb2c1f57143a2cba8d1b95b0071fcc189fd42e70b837c507f46fe" +hash = "846497fed9fdb6ba39d41f3ece61a54dcee855f3ee8de247ae60b6afdb78b2d1" [[files]] file = "config/ftbquests/quests/chapters/hex_crafting.snbt" -hash = "6008eebbb4486ad8e38d2a73f18df9f23993c3a9d063ca510342981adc973713" +hash = "52226ae11a2c60188b868f90c41fea9763826b4fad3d767ca2a6fb358312b533" [[files]] file = "config/ftbquests/quests/chapters/industrial_revolution.snbt" -hash = "548854670f7be2b0ebd68b71750d78453e3f3e2a181aef17da6c1fcd18b17049" +hash = "6a8a76ae284155a14b8ee23791e41f990777983ffc9219f67658fca91d638558" [[files]] file = "config/ftbquests/quests/chapters/infinity.snbt" @@ -2534,35 +2550,35 @@ hash = "f9e62a6aa63fa498a24bb911ccade397e080ac6d0c727231c49a35ce95e6d86a" [[files]] file = "config/ftbquests/quests/chapters/kibe.snbt" -hash = "2439c44a7b34424350c64204597a7c0d8d045a1b3478ef65aa74f20de419c7a9" +hash = "ca5bac2bbbfe7dff98c66ee82b15abdaf78ff98e5bbe8f0624facd1e37f945a3" [[files]] file = "config/ftbquests/quests/chapters/modern_industrialization.snbt" -hash = "81e8d149ebc4404628f9a9b5a1a10d0f3418b30aec49cd6190b1ff542e697646" +hash = "e5521e3af78b778a951e998a75160aa231d4b4064e7c52c0bdf45ed17f7000eb" [[files]] file = "config/ftbquests/quests/chapters/powah.snbt" -hash = "ebaaae9c6a1fdd1dfc2ec8004fb1039a1f67f6a51e2a47301869d0af0f27f371" +hash = "4502edbad2d3dae28e53fa9e942fd604656a2eb368eec495ba54e370d15d0d42" [[files]] file = "config/ftbquests/quests/chapters/spectrum.snbt" -hash = "f733ecb57537c6d453472763283357f87e69110bc0285508880caad47253fad1" +hash = "b5b53da18e1239c38708b131c8b34b56868fa4cf8abb988a03b5071704acdc54" [[files]] file = "config/ftbquests/quests/chapters/spirit.snbt" -hash = "0a1a35518bdceaa334069ffa9a9fd5d2fbcb5b3d48a935defb0372c30920e06b" +hash = "c7a01bcdc7a4fddb8a82d5a154d8ab67233277f015c40b74d2183bf4f6d61ee7" [[files]] file = "config/ftbquests/quests/chapters/storage.snbt" -hash = "259befca61437bee3c8f833b74a840d06f62e50a47351d1635e3c35666dde7d8" +hash = "d83e126d52550bf51f5c1f6f85b42e757e336e42a17b1ddfce3f3c69e754c6b7" [[files]] file = "config/ftbquests/quests/chapters/tech_reborn.snbt" -hash = "39004bbd409fe40532c10cff781b1d7fd76fcecdeafaf4208a603f5de8ae1b84" +hash = "9322c29bb772f28fbe752c6e651dbfc7154975826416338953e3fbe1ae0922b6" [[files]] file = "config/ftbquests/quests/chapters/tools_and_armor.snbt" -hash = "fd0e36a12fb0811355680b264bb61df1dbaa96a128216476f955850c953a5476" +hash = "1364fc57aae5b6f395403ff84c041a3e3c58820ed39263d6e91b2e667b3725fb" [[files]] file = "config/ftbquests/quests/data.snbt" @@ -2580,6 +2596,10 @@ hash = "08c6f738d18e26a60d45e8e908bb06acc467aabab1a56335958d988fa2af6347" file = "config/fwaystones/config.json5" hash = "8d489627e8b3a29f718d73a2bb0fae2578af65f607b205aaa50f7b7dd4da2c9f" +[[files]] +file = "config/gag.snbt" +hash = "f2aedac82ae42edb54b4b2f0dac4b33feedcd0f99b62764cdfa23f54423c39c5" + [[files]] file = "config/geodes.properties" hash = "9cdb380990565b4f83b10c737758b8a9bbffc705f7bf8975358ccadc3cc06994" @@ -2658,7 +2678,7 @@ hash = "6dded94b6f6cd5be90c92e7a620eed3cee5ac9ea0c83bffd279d15041baa7cd0" [[files]] file = "config/indium-renderer.properties" -hash = "1e0a10723ec644fcb52bde65f91a1941eec95a23ede9823d2637e92c5bf031f8" +hash = "1ee2b5513d33a2343f4ff59ca10b7d2c88ab9a1f31877cb033e1b483cb11a10e" [[files]] file = "config/indrev/cables.json" @@ -2678,7 +2698,7 @@ hash = "6fbf00f4491111f1be29b4a6dbe172aa90df35cadd5d5ce2cf350bd10e11cbe7" [[files]] file = "config/indrev/mining_rig_config.json" -hash = "1b3d8f89cf452fa40d603de831aed8f582b00a8667a3f30a05527d9aa735cd21" +hash = "bf48d29822c4a863a24c4e7cc1fab9d53c1aa7c27bf682d4ced367165534fdf1" [[files]] file = "config/indrev/oregen.json" @@ -2710,7 +2730,7 @@ hash = "a268d42b2f32c72e44c27b8294c5db1468cec68e733993713bc6dd1a4d3a7ee3" [[files]] file = "config/iris.properties" -hash = "c56cd75a9cf86258181ff26248455016be99e16a37ceb2b57ebdd73a86ffcf8c" +hash = "179859a7e04016e9fe05d9e56bb1e8329e9260bc637742a4f21f17e109282d99" [[files]] file = "config/ironchests/chests/copper.json" @@ -2862,7 +2882,7 @@ hash = "2923c65fc2f2f078d3124763eb16567257af7d5b892631c97d3f37e30ba4a016" [[files]] file = "config/modern_industrialization.toml" -hash = "36bfa9732f340127f1464a773619a61e7d2d3516ec473feacd2cd3fd09366c9c" +hash = "cda26c819fd1fe5ea1420d3ddf1558b15700cea965643d82a5a01d5ffab2f454" [[files]] file = "config/modmenu.json" @@ -2978,7 +2998,7 @@ hash = "405c250d23760fbc3c64d8023f07fe030cfed3b65ed74f5bf4c122c1a5953e76" [[files]] file = "config/powah.json5" -hash = "1c26da8cf17ee60d578231b9afb0f2299ad26374d9bbde17cce02e02cfd84164" +hash = "ff4e064f3aab64bef614f2d796855ae8c3a09370b1aa61bb9369e164c1a740be" [[files]] file = "config/probablychests.toml" @@ -2994,7 +3014,7 @@ hash = "3244506d38efb766e02fc41c1fad15135b32cc144bfb12e8aaad36a034faf20d" [[files]] file = "config/rare-ice.properties" -hash = "6533bf53158b24fc0f93a3346d6f7f0809037140884fe60c05deb88cbd523b56" +hash = "1da4845dad134bee8a66e87fb17bdcd1dfbff47722a3b8c31ac1fc0d51dafddf" [[files]] file = "config/reacharound.json" @@ -3034,11 +3054,11 @@ hash = "322dcd5989b2eec8d406a245f193d05307091ec5f5127db65c18dfdbf50e769b" [[files]] file = "config/roughlyenoughitems/pinyin.properties" -hash = "cdd5fbf61fedcbabd3586d944ae0819c3149e9cfda7cda987f3059c426beb878" +hash = "80a65002ca358db89cdf9d03f592b475644453e9f687b2a7856d11de9db0ab6c" [[files]] file = "config/roughlyenoughitems/pinyin_double.properties" -hash = "2877eb09be8d6801b0313bf236127ac81b48bc947aa421b6952111af369bb46f" +hash = "276938df0ab6c30d4c0e855bdf7b074f072d4a4d58b971960996282e44966202" [[files]] file = "config/rrp.properties" @@ -3104,6 +3124,10 @@ hash = "4d1429e07e783c86008e7a98c07f33004aff6dd1190dc8de278914ff635333a8" file = "config/simplyswords/general_config.json5" hash = "c96171f3c7c672e66d27913ef4fb721d74a6688e556334d6e286eeb9458f1f13" +[[files]] +file = "config/simplyswords/loot_config.json5" +hash = "920b648212463e493a74ba0826baec18746f4aca361ee41dba1e3bdcc8ffeb2c" + [[files]] file = "config/simplyswords/weapon_attributes.json5" hash = "1e5395dea554151f6dede2fa2510c56e0824433576bc1091c1424a4a990ff184" @@ -3130,7 +3154,7 @@ hash = "8fffc69dec826d695ab04b747ed1968bef3b7012dec2e83f5fc2aae1df9e7118" [[files]] file = "config/slightguimodifications/cts.groovy" -hash = "acb0b57c5e7548e3929881b0db5714bc0f75fede60d66c043320288a0f4af8db" +hash = "0d7c8bb6b2ae08e9df58e45297f7fe7ab748823769671c02d183b6a3ef0c9981" [[files]] file = "config/slightguimodifications/discord_button.png" @@ -3160,6 +3184,10 @@ hash = "30ba6629b2c18376f3d89ea4558db6a5555aa161e1d379979e5839dd9085a715" file = "config/slightguimodifications/text_field.png" hash = "58caf9cadbdb72a595a9b81ef3de1fa2a7fcd04c4e02c157071721a9918d3245" +[[files]] +file = "config/slimegolem.json" +hash = "47406bdc4313cd5f6d23025488c98212c6fedf54d676128d7e27a166c3072ad6" + [[files]] file = "config/sodium-extra-options.json" hash = "8e222bb8df0618b9184ad0a1bd2547729590982c2644bd92deba430834c73a94" @@ -3230,7 +3258,7 @@ hash = "5e7003e5ae5b93552388c2931bb8e865bc6bb776f96261a72ee453e2967626d7" [[files]] file = "config/supplementaries-common.json" -hash = "ccfaf71442b972c07d7ada12c6384bc05d2ab2fbba5b01789d17b3cf3d8123d1" +hash = "6e16fd276ecabb1ac7be4956326c879cd2a04d6cb8f20e020d2aa8491621d8aa" [[files]] file = "config/supplementaries-registry.json" @@ -3314,7 +3342,7 @@ hash = "f9434861a26d650934e26a9aabb98eb8537f4e78de027af832af77256f9e982c" [[files]] file = "config/travelersbackpack.json5" -hash = "38c088078db90630fab8ffa56e3711d994e57633a130203e0730803b2430f884" +hash = "9ba95955cdc1108a0934d3bd720d46797c639f85728c04cc9d5aaa44720e51a3" [[files]] file = "config/trofers-common.toml" @@ -3362,7 +3390,7 @@ hash = "747465780694ae9ce493fae7791c8b1f9eb314f5b35c07ac5b53b390649146b3" [[files]] file = "config/waila/megane_modules.json" -hash = "713cfc4d07da3b5e53e3941224ba6d8e4d4bc7b3c084b621c714195b59c83a84" +hash = "c2cbc19ab268244d17409487bbd99772a22fe6ab28559ca6e00d5283c5aa4a73" [[files]] file = "config/waila/waila.json" @@ -3626,7 +3654,7 @@ hash = "4b3c873d4a7a4a3576d3f0d5cfac8cd9968e6396e4ef1090b0afd46bcaca7b7a" [[files]] file = "kubejs/client_scripts/collapsed_entries.js" -hash = "23982dc1fbf741a0bddfa13aece428098f41472e4578c2186b7a3e0a5c578a2a" +hash = "b5fe782bc67f526ddbc4cb454d29ff7377c7e674f640f8c9aa8914585078f570" [[files]] file = "kubejs/client_scripts/rei.js" @@ -5459,7 +5487,7 @@ metafile = true [[files]] file = "mods/applied-botanics-addon.pw.toml" -hash = "f023c3b9f3f49ad1a2f2987f26faf0e087d3dabe15eec0ab4c5098264ad8feef" +hash = "60de684573b623e69a4af51554f7f23b50f1785c7d6e2350035edc56f4928978" metafile = true [[files]] @@ -5474,7 +5502,7 @@ metafile = true [[files]] file = "mods/archeology.pw.toml" -hash = "b117bf83ad41f51fcd4ada3ae3276b68abc0c66f5703454a17d6a94f17f55409" +hash = "e97571c00a33ccb79e7386c27ce92fc4d8da75ab00dd922e8a1d9b69206089cf" metafile = true [[files]] @@ -5534,7 +5562,7 @@ metafile = true [[files]] file = "mods/balm-fabric.pw.toml" -hash = "a95722a1164bcc8feba04a737e37502dc22d393c3c24149ae1a71d901328d546" +hash = "c783357f195fe4e361781bcc72fe5ef47ca77c9d8b6ef08a043807aacb9716e3" metafile = true [[files]] @@ -5564,7 +5592,7 @@ metafile = true [[files]] file = "mods/better-combat-by-daedelus.pw.toml" -hash = "ae6082ca007fb28b89ce9b9a0c9a8956a978d92800a71f4af00ad6209aedd8cb" +hash = "000826ff996cb096dd76c2b7fed356dc1d5f9ab06461c86fbdfc4b895214be3f" metafile = true [[files]] @@ -5584,7 +5612,7 @@ metafile = true [[files]] file = "mods/better-stats.pw.toml" -hash = "3de7dd33f58b65a90b47b05533bc2b351f1a5f926afb85d6a324823291bb1836" +hash = "934b3d2a655cf69bd77c275177b2e1ca2c383f5fa2ce06eed282bc2431ca7199" metafile = true [[files]] @@ -5614,7 +5642,7 @@ metafile = true [[files]] file = "mods/blockus.pw.toml" -hash = "bb3238ceb56c13b0a37e89c8836e0a56c63159b74c2f4e0dbfb93018c06bcd81" +hash = "d24ed9de053c7c8063a308c9906a72dfd70d65cd13c445f8d837495edd6ed09b" metafile = true [[files]] @@ -5634,7 +5662,7 @@ metafile = true [[files]] file = "mods/botania-fabric.pw.toml" -hash = "07c348d8cda9b2f6fda5653f8d0a95584330b8d705dcae6112749ab1d9e6ef33" +hash = "5da8e35c6b2b5a0ccd4e628cc2490024341d5d2b565b2d0ce3478d8cbd9a66d8" metafile = true [[files]] @@ -5684,7 +5712,7 @@ metafile = true [[files]] file = "mods/calibrated.pw.toml" -hash = "6a9318b185fe384965d33b1432d3fe9cfe9532d3239bda8d5eb9d30722103adf" +hash = "59cf007b8cf20491a1152bfc7a465b054999808b86255a49a8440625a0cb3d7f" metafile = true [[files]] @@ -5747,9 +5775,14 @@ file = "mods/chimes.pw.toml" hash = "909b55ac783674e90b97d08098f3d2ef7d111011b5a607a1eb30821150b60166" metafile = true +[[files]] +file = "mods/chipped.pw.toml" +hash = "6c9d0e55a67b1dd5d7bb6c504a3ee818d09215df88ca18bae21c454f461e886e" +metafile = true + [[files]] file = "mods/chisels-bits-for-fabric.pw.toml" -hash = "6ed2fd042de07f548825be98a42a7a592ab3f91eb36bc0fc28a52f5a1eb43780" +hash = "544f0d6316ad66282fdb34edb91982aa02135afb9169718e6c1bb33942a8b3b6" metafile = true [[files]] @@ -5824,7 +5857,7 @@ metafile = true [[files]] file = "mods/cooking-for-blockheads-fabric.pw.toml" -hash = "f187553ffddf63b7d4b042c3c5fdca783ed7ccf2d0a0b6e83f5fbcb759a5e04c" +hash = "f9cad82f631c314568ddda4455ec597be85017a69f52617721dec34435852753" metafile = true [[files]] @@ -5839,7 +5872,7 @@ metafile = true [[files]] file = "mods/crafting-tweaks-fabric.pw.toml" -hash = "24c73ddf1c3496f897bc543f7f8f46c7a9cd06d7609c9b93bb0f39e7a58c656c" +hash = "e29cf41956924510e6a4227c572cac9daa7672b20ad22c0601cfee857e5aec0b" metafile = true [[files]] @@ -5864,7 +5897,7 @@ metafile = true [[files]] file = "mods/creeper-overhaul.pw.toml" -hash = "c260f534ab479644b4f8cb52334fda29db09e54762f1e5da207d301ff8b1c6d8" +hash = "e7d10d0a09ad04ad80fa377243546f4aaf2740feac244a5409a01018160f62a6" metafile = true [[files]] @@ -5887,6 +5920,11 @@ file = "mods/ct-overhaul-village.pw.toml" hash = "ef8c7331a5f0797fec43a99805216da288d782cb37aa8493961afc9d77141d67" metafile = true +[[files]] +file = "mods/ctm-refabricated.pw.toml" +hash = "ff58961ce9225bfb216f36f59faca261e478c56fd10de4033cea8e8a2750330a" +metafile = true + [[files]] file = "mods/dank-storage-fabric.pw.toml" hash = "67c358d2b2e8f4262d74c2ae3a25f25006b2ad71610046ccbe171d241d12a824" @@ -5924,7 +5962,7 @@ metafile = true [[files]] file = "mods/default-options-fabric.pw.toml" -hash = "35556bca74a08d72ceeaf341556582d84f27e59064b36cdb73a8c1406f866558" +hash = "252079e7b7a46ed45fcecd1d2c6ffcb700e3e9d93b47d95a309585020e283e75" metafile = true [[files]] @@ -5964,7 +6002,7 @@ metafile = true [[files]] file = "mods/dyed.pw.toml" -hash = "6d9a1556ea34fcaa55f1273307c915d4164a870a61a992963460b6d86f6eae6a" +hash = "791f9632f4d10f7bcee6176b0d7ea1550eb80877c3170a2e79b8fd2410393d89" metafile = true [[files]] @@ -6014,7 +6052,7 @@ metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "732c0ed4b6a24c7ed37e0bb8b9b3ce554d9657cc7b7ee2d89afa10625f46538f" +hash = "986ec88f2ec8d6ce8a23591adff9604911199f32da0e5605a258d3d68d257edc" metafile = true [[files]] @@ -6049,7 +6087,7 @@ metafile = true [[files]] file = "mods/farming-for-blockheads-fabric.pw.toml" -hash = "e444825581f2eec5eebf0854dedd0db8f06d2c7f83cb7cc5296b1d73e9bcc572" +hash = "cf67f667fa2d402e1c56d67a209e9100eb68d829ff0370f230a78f504794aca7" metafile = true [[files]] @@ -6079,12 +6117,12 @@ metafile = true [[files]] file = "mods/forge-config-api-port-fabric.pw.toml" -hash = "51b6409bfebbafd3e2a55d4adee8fd73d4a3c17de2ad4853e4897d3043e9da7a" +hash = "1c28550134fa3fbaa8893ecf1eef52d525c337649ba190f07ea2eeeacd556156" metafile = true [[files]] file = "mods/friendly-fire.pw.toml" -hash = "391af3da306f57234fa78588dad12a00bb4405ecef04feebd87995bf46e7b179" +hash = "d011ed82e17f3b58daf4744405220391cd5afbdba01f829a438d6d9d3808db6f" metafile = true [[files]] @@ -6094,12 +6132,12 @@ metafile = true [[files]] file = "mods/ftb-library-fabric.pw.toml" -hash = "ef85214468f623d4230b403161f52fe8c9259aa2f204223bbf2ab2a762289728" +hash = "0d9dd30438a98f3f59c0df26c433abc566d41c9a877564ddb3efcb2414850fbd" metafile = true [[files]] file = "mods/ftb-quests-fabric.pw.toml" -hash = "5c7ef1d183a6f605bd269e4b171aeb7a7c5b95897bf6ada86c251a866e4b317e" +hash = "64ae51ecc8b11dbc57001473337ea8f5cb9d1124f5439eac74612523cb9f2984" metafile = true [[files]] @@ -6122,9 +6160,14 @@ file = "mods/full-turtle-armor.pw.toml" hash = "658f256024fc207b429107d0ed4aa81c2d70638466792c9f38866de1f6acebd5" metafile = true +[[files]] +file = "mods/gag.pw.toml" +hash = "eaf42adb611f7797b0d6c0ff89b5f9ec6b133164647a9d6bef078030c0f4e79a" +metafile = true + [[files]] file = "mods/geckolib.pw.toml" -hash = "c762832a629cd85927c22b535e4fefb5efd80bacd3c784fd55e1da8a2715575f" +hash = "febe79b541e162e6789eedbe66a4ecf00fe66d9838f23c3bc3d3c1683704f910" metafile = true [[files]] @@ -6154,12 +6197,12 @@ metafile = true [[files]] file = "mods/health-overlay-fabric.pw.toml" -hash = "182efe76ae2e3300e7ca1918c535fa4b659fa9c1d8acd840bf62586bf06a5587" +hash = "a2190508aaa2c3a1408f354a6d6eaf238799433da3efeda74e9703057c4e713d" metafile = true [[files]] file = "mods/hexal.pw.toml" -hash = "0b6ae294f027f261b23c258f530c99253fd0705d003d20f49166d48af97cab66" +hash = "ff2bf1e4e35966ccd2fbd634dd67353b1a590863cbd6bf45de13ccc4adad603d" metafile = true [[files]] @@ -6214,7 +6257,7 @@ metafile = true [[files]] file = "mods/inventory-essentials-fabric.pw.toml" -hash = "434b8aa43d500d77e565e6903425a92ad492c8147490e3588b54d462256f283b" +hash = "09bc812b3c7b8cb2524ee9db9d247ade8ba151125d5d80ce0215186e6e36c2a8" metafile = true [[files]] @@ -6224,7 +6267,7 @@ metafile = true [[files]] file = "mods/irisshaders.pw.toml" -hash = "c2c9da2d2c1be1e25528e872a6645fb31bc6aed7d20d2762952f4e8125d9a9b4" +hash = "f6a1e60bb1331e6ec936e743d86234fa68078fdf7b023b267431ed1a550df102" metafile = true [[files]] @@ -6389,7 +6432,7 @@ metafile = true [[files]] file = "mods/megane.pw.toml" -hash = "6810b9366ae8b05c2046e3f8ae4c12769efeed7393ed2dd8b991136d3c2eb3f2" +hash = "b2aaf243c8ba3b7131637d4bc0cb5b28704e80de0073047d98e7da138efdd639" metafile = true [[files]] @@ -6414,7 +6457,7 @@ metafile = true [[files]] file = "mods/mmmmmmmmmmmm.pw.toml" -hash = "9f79bac5bd6b8bc274c9432324c06b9bad88d048afa682cc1cf76211474c6bb4" +hash = "dd5d292e40d52631f69178a39643d6d55c2184773f03acb2870b8865ffe7ad8a" metafile = true [[files]] @@ -6434,7 +6477,7 @@ metafile = true [[files]] file = "mods/modern-industrialization.pw.toml" -hash = "918d72fd155a74bb5c4ab465e1a4ab5d2b11760838dc629b4e3ad60403f82e62" +hash = "041afb75bd415459fca4119c3c97d3f8d879c55ca4904b823c19adace12a9f09" metafile = true [[files]] @@ -6494,7 +6537,7 @@ metafile = true [[files]] file = "mods/netherportalfix-fabric.pw.toml" -hash = "7505d1cbb6304cfc22f5fd1b6ebe1f20e72ac30e027793663b50349eb36f3392" +hash = "eeeb92bc0d5e6dc70fd6f754ac1e64db928e26f2e41d0a0ade807fef7a79eb1e" metafile = true [[files]] @@ -6554,7 +6597,7 @@ metafile = true [[files]] file = "mods/pehkui.pw.toml" -hash = "ef1b4a441c1f88eb1bb320da4ceb47c8cfc36b53edfd126e8b79eabfe162a14c" +hash = "aa7159d00404ac344b9c9fab8a7fff1a6c3ce77659d82a7652ce2dbcdb8259c2" metafile = true [[files]] @@ -6574,7 +6617,7 @@ metafile = true [[files]] file = "mods/playeranimator.pw.toml" -hash = "199f730eda58ce45cfc01f2470c06ad9d7c526a6f66a42d46322fc19da21faa1" +hash = "7bb7a01388f698292f1ef480f114441ce7b74f17b54c9884857266160d9dbffa" metafile = true [[files]] @@ -6654,7 +6697,7 @@ metafile = true [[files]] file = "mods/repurposed-structures-fabric.pw.toml" -hash = "729a9ee157117edf8bc0a09bb6258b4464b45768d321806bddb0407f4e10689c" +hash = "f13f892192186e7f84f3eaaec7bbd6a9b1cb670fd27fceb10b9e534bec58f7cf" metafile = true [[files]] @@ -6704,7 +6747,7 @@ metafile = true [[files]] file = "mods/roughly-enough-items.pw.toml" -hash = "5af44ce069cd98ed5da80ee20c2ececcf4d06d2aa2969ac8c26dd1ce9dd669d6" +hash = "7ce4e1730767749737ed344affc23dc397840d0ff77e7b2942fecf349bd22529" metafile = true [[files]] @@ -6749,7 +6792,7 @@ metafile = true [[files]] file = "mods/selene.pw.toml" -hash = "a243327d90ad1e54920df9ff58625080348a771d8ac98573544667dee6783bbc" +hash = "e1a41c2b6fa9008ff67b7e01764c644261ec8140c9bbac0d6cd519c91523f270" metafile = true [[files]] @@ -6784,7 +6827,7 @@ metafile = true [[files]] file = "mods/simply-swords.pw.toml" -hash = "1ef195ef38347edf2cc23cb1cc0996dfe20481ef4e61f4ba854c53e862b90635" +hash = "630876675354984a56cc0d40d174853d8298b9811e260573bb0d6c2fa220afbf" metafile = true [[files]] @@ -6824,17 +6867,17 @@ metafile = true [[files]] file = "mods/spectrum.pw.toml" -hash = "e5f86304c2e94d964c790011760cb0a97e3b8ca37fca037137d106b08bd0c870" +hash = "f2152ecca98970937f8c6de1cf68287e430bf6bfa96d01e526a3f1fb24743a3f" metafile = true [[files]] file = "mods/spell-engine.pw.toml" -hash = "c7f3895f661269eefb1d83ca4f1af82b44b9e6363c1495c758e209f70e374d3a" +hash = "73b5219f74b09342adb7f0ab6ffd2c8a4cee2dec784d6bef6116f6291bb25401" metafile = true [[files]] file = "mods/spell-power.pw.toml" -hash = "daced962430c467d5346194b4b95ae4e3278ed2f86a9726c9da211560e9df55d" +hash = "d514d089daeadb69c7de1be709f1bdb437cc22666d9088849c171cb54a2dc4d7" metafile = true [[files]] @@ -6889,7 +6932,7 @@ metafile = true [[files]] file = "mods/supplementaries.pw.toml" -hash = "c3925d12665f2c5314adabde6070b74a984637922eb7286f16630377942656f2" +hash = "3ae2ec96764c3f533579a4f500956fd5921d935593a88f78acb98a883db3e55b" metafile = true [[files]] @@ -6914,7 +6957,7 @@ metafile = true [[files]] file = "mods/the-bumblezone-fabric.pw.toml" -hash = "ae64eb8911d95357cd0aa49fb735d400566ee1d066da0304af9a1f46f9471e15" +hash = "6b30db7b21b963c296109d9d7435d53878e55926622168113a597151ca7b8e2d" metafile = true [[files]] @@ -6969,7 +7012,7 @@ metafile = true [[files]] file = "mods/travelers-backpack-fabric.pw.toml" -hash = "1ef31378a0b15a515cbce4f1ef6a6f6f5204be89db50b346c1a44cca35c58fe2" +hash = "052719cea50d8d01360372209464bc9f0c2fe48d1930a501add7800f282841ff" metafile = true [[files]] @@ -7004,7 +7047,7 @@ metafile = true [[files]] file = "mods/visuality.pw.toml" -hash = "982ad5242db0a63779f0738334eda8f8a8c5b12e309006c99692606d6f5c3837" +hash = "01dc190b2a4cb49aefc6b6bd3301ee6b186e9012c9fcb0a0f085554602901aae" metafile = true [[files]] @@ -7034,7 +7077,7 @@ metafile = true [[files]] file = "mods/wizards.pw.toml" -hash = "30695e64c9a88f971c0b5a5c4d89c51eb24b35ba6a5ebbd6d690348ad93e42e0" +hash = "80b293d339b1c097ce3467e81702d3c2b7ff5c4db623f0ad196823bbde4d0546" metafile = true [[files]] @@ -7079,12 +7122,12 @@ metafile = true [[files]] file = "mods/yungs-api-fabric.pw.toml" -hash = "da57545eada70d883101405c1f8d6ec94e73514b8ed8b589c0f7ebcfa8f316ff" +hash = "86cea403f1d0054bcd47aed8723d608fbb6b627722fcfb4f8c7dfc1490ceb8c9" metafile = true [[files]] file = "mods/yungs-better-desert-temples-fabric.pw.toml" -hash = "1469f6544880a7c8962d4e277f3c00f54ec08a3bdb20ddeb9e11a8a36d839021" +hash = "768a75bc03f1d5fa815f33241720a6fdad5cbaaaf10a6fb94e838471fab27f52" metafile = true [[files]] diff --git a/kubejs/client_scripts/collapsed_entries.js b/kubejs/client_scripts/collapsed_entries.js index d7cb87c..9ab90ed 100644 --- a/kubejs/client_scripts/collapsed_entries.js +++ b/kubejs/client_scripts/collapsed_entries.js @@ -1,4 +1,41 @@ REIEvents.groupEntries(event => { const block_bit = Item.of('chiselsandbits:block_bit') event.groupSameItem('kubejs:rei_groups/chiselsandbits/block_bit', 'Chiselled bits', block_bit) +}); + +function replaceAll(string, find, replace) { + return string.replace(new RegExp(find, 'g'), replace) +} +function getNameOfID(id) { + let output = ""; + id = replaceAll(id, ":", " "); + id = replaceAll(id, "_", " "); + + let parts = id.split(" "); + for (let i = 0; i < parts.length; i++) { + output += parts[i].substring(0, 1).toUpperCase() + parts[i].substring(1); + if (i < parts.length - 1) { + output += " "; + } else { + output += "s"; + } + } + return output; +} +REIEvents.groupEntries(event => { + Ingredient.of('@minecraft').getItemIds().forEach((id) => { + let name = getNameOfID(id); + id = id.replace('minecraft:', 'chipped:'); + let parts = id.split(':'); + event.groupItemsByTag(`kubejs:rei_groups/${parts[0]}/${parts[1]}`, name, id); + }); + + let terracottas = ['minecraft:terracotta']; + for(let i=1; i<=66; i++){ + terracottas.push('chipped:terracotta_'+i); + } + event.groupItems('kubejs:reigroups/chipped/terracotta', getNameOfID('minecraft:terracotta'), terracottas); + + event.groupItemsByTag(`kubejs:rei_groups/chipped/mud`, 'Minecraft Packed Mud Blocks', 'chipped:packed_muc'); + event.groupItemsByTag(`kubejs:rei_groups/chipped/waxed_exposed_copper`, 'Minecraft Waxed Exposed Copper Blocks', 'chipped:waxed_exposed_copper_block'); }); \ No newline at end of file diff --git a/mods/applied-botanics-addon.pw.toml b/mods/applied-botanics-addon.pw.toml index e45962f..08f287e 100644 --- a/mods/applied-botanics-addon.pw.toml +++ b/mods/applied-botanics-addon.pw.toml @@ -1,13 +1,13 @@ name = "Applied Botanics Addon" -filename = "Applied-Botanics-1.4.1.jar" +filename = "Applied-Botanics-1.4.2.jar" side = "both" [download] hash-format = "sha1" -hash = "1037edd9c76eb4925fdd5900e505f3518bf812f9" +hash = "28c166f03c4223522d475e35d6f7c43c2b2be531" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4203088 +file-id = 4401045 project-id = 610632 diff --git a/mods/archeology.pw.toml b/mods/archeology.pw.toml index 070898b..3f54a0c 100644 --- a/mods/archeology.pw.toml +++ b/mods/archeology.pw.toml @@ -1,13 +1,13 @@ name = "Archeology Mod" -filename = "capsey-archeology-1.19.2-0.2.4.jar" +filename = "capsey-archeology-1.19.2-0.2.5.jar" side = "both" [download] hash-format = "sha1" -hash = "79f0e607d1c40d35b6a9cdd8c0bed8f6800c1c05" +hash = "e91b70a362387163389fe4aa65020d8721ec0c5d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4018063 +file-id = 4401799 project-id = 539957 diff --git a/mods/balm-fabric.pw.toml b/mods/balm-fabric.pw.toml index dc6c1a2..d287120 100644 --- a/mods/balm-fabric.pw.toml +++ b/mods/balm-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Balm (Fabric Edition)" -filename = "balm-fabric-4.5.2+0.jar" +filename = "balm-fabric-1.19.2-4.5.6.jar" side = "both" [download] hash-format = "sha1" -hash = "1522f8c3eddd62ba81dbdf558462b1afe9de0d52" +hash = "5c6d3133037c0f3b424a67e0155380577c2abb1f" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3913965 +file-id = 4418652 project-id = 500525 diff --git a/mods/better-combat-by-daedelus.pw.toml b/mods/better-combat-by-daedelus.pw.toml index f346d3a..c9f7ef0 100644 --- a/mods/better-combat-by-daedelus.pw.toml +++ b/mods/better-combat-by-daedelus.pw.toml @@ -1,13 +1,13 @@ name = "Better Combat [Fabric & Forge]" -filename = "bettercombat-fabric-1.5.5+1.19.jar" +filename = "bettercombat-fabric-1.6.1+1.19.jar" side = "both" [download] hash-format = "sha1" -hash = "0e86108d0845e5b2d25581d3af25d459a638abce" +hash = "b7f91c94de73289963fc33ec46cb43ad526773d6" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4357587 +file-id = 4413550 project-id = 639842 diff --git a/mods/better-stats.pw.toml b/mods/better-stats.pw.toml index 9677dbd..2bdd1b0 100644 --- a/mods/better-stats.pw.toml +++ b/mods/better-stats.pw.toml @@ -1,13 +1,13 @@ name = "Better Statistics Screen (Fabric/Forge)" -filename = "betterstats-2.2.1+1.19.2.jar" +filename = "betterstats-2.2.2+1.19.2.jar" side = "both" [download] hash-format = "sha1" -hash = "b99e27e03b34091b2d487e47c6841eceb9fe109a" +hash = "2850dfc1b85961224d7313cd626fc46e984e9f14" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4378075 +file-id = 4413105 project-id = 667464 diff --git a/mods/blockus.pw.toml b/mods/blockus.pw.toml index dc9c766..49f5d0f 100644 --- a/mods/blockus.pw.toml +++ b/mods/blockus.pw.toml @@ -1,13 +1,13 @@ name = "Blockus" -filename = "blockus-2.5.6+1.19.2.jar" +filename = "blockus-2.5.8+1.19.2.jar" side = "both" [download] hash-format = "sha1" -hash = "416dba717f5887028fbdb85e296793c86799589f" +hash = "db7cf73581377ec0d936c2d9764e70519b95b077" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4132431 +file-id = 4411967 project-id = 312289 diff --git a/mods/botania-fabric.pw.toml b/mods/botania-fabric.pw.toml index 2a4ad0b..1ffeac2 100644 --- a/mods/botania-fabric.pw.toml +++ b/mods/botania-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Botania (Fabric/Quilt)" -filename = "Botania-1.19.2-437-FABRIC.jar" +filename = "Botania-1.19.2-438-FABRIC.jar" side = "both" [download] hash-format = "sha1" -hash = "84bd340504aa9e8b29f7a70d8f426b8da68de762" +hash = "da6db8540988c0671a10378cb236b5dee623d40b" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4371118 +file-id = 4415874 project-id = 421839 diff --git a/mods/calibrated.pw.toml b/mods/calibrated.pw.toml index bf2a8b2..dbe614e 100644 --- a/mods/calibrated.pw.toml +++ b/mods/calibrated.pw.toml @@ -1,13 +1,13 @@ name = "Calibrated Access" -filename = "calibrated-1.0.1+1.19.jar" +filename = "calibrated-1.1.0+1.19.jar" side = "both" [download] hash-format = "sha1" -hash = "b4d88fce18ef408aa8aa1e43b16acebf48417618" +hash = "1cc0b2c5e7016741d3b7a2e201900f2862e7be80" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4392355 +file-id = 4403699 project-id = 823331 diff --git a/mods/chipped.pw.toml b/mods/chipped.pw.toml new file mode 100644 index 0000000..eedc41f --- /dev/null +++ b/mods/chipped.pw.toml @@ -0,0 +1,13 @@ +name = "Chipped" +filename = "chipped-forge-1.19.2-2.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bd177a743e2fbb9b8a61a96d60e707a6e123781f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4412144 +project-id = 456956 diff --git a/mods/chisels-bits-for-fabric.pw.toml b/mods/chisels-bits-for-fabric.pw.toml index e81a0b2..d6b1cb6 100644 --- a/mods/chisels-bits-for-fabric.pw.toml +++ b/mods/chisels-bits-for-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Chisels & Bits - For Fabric" -filename = "chisels-and-bits-fabric-1.3.126.jar" +filename = "chisels-and-bits-fabric-1.3.129.jar" side = "both" [download] hash-format = "sha1" -hash = "53c60d56df74b7de19fe072b0c633aa8622112c5" +hash = "9f76bc816d7b5623595a9d2fdb3200f647ed543c" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4357359 +file-id = 4402502 project-id = 561059 diff --git a/mods/cooking-for-blockheads-fabric.pw.toml b/mods/cooking-for-blockheads-fabric.pw.toml index 5591282..8636e03 100644 --- a/mods/cooking-for-blockheads-fabric.pw.toml +++ b/mods/cooking-for-blockheads-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Cooking for Blockheads (Fabric Edition)" -filename = "cookingforblockheads-fabric-1.19.2-13.3.0.jar" +filename = "cookingforblockheads-fabric-1.19.2-13.3.1.jar" side = "both" [download] hash-format = "sha1" -hash = "fc26fd8b70b10f68a03dd93ef26acfe2219ccafb" +hash = "a0f8f4a16d78cc37dbfc4071e9b9632f2a3620f4" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4055311 +file-id = 4414176 project-id = 634546 diff --git a/mods/crafting-tweaks-fabric.pw.toml b/mods/crafting-tweaks-fabric.pw.toml index 1dc38bc..f81e04e 100644 --- a/mods/crafting-tweaks-fabric.pw.toml +++ b/mods/crafting-tweaks-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Crafting Tweaks (Fabric Edition)" -filename = "craftingtweaks-fabric-1.19-15.1.0.jar" +filename = "craftingtweaks-fabric-1.19-15.1.6.jar" side = "both" [download] hash-format = "sha1" -hash = "13e43b2dd29621d3152d25239ec196a2fb53e772" +hash = "8a268d86683b20caa25a3cce52f3669eb9ca0b50" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3914006 +file-id = 4412677 project-id = 502516 diff --git a/mods/creeper-overhaul.pw.toml b/mods/creeper-overhaul.pw.toml index 77dbfa4..1788c2b 100644 --- a/mods/creeper-overhaul.pw.toml +++ b/mods/creeper-overhaul.pw.toml @@ -1,13 +1,13 @@ name = "Creeper Overhaul" -filename = "creeperoverhaul-2.0.6-fabric.jar" +filename = "creeperoverhaul-2.0.8-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "303724b3e913431e8463322c81936a309dd65f62" +hash = "220fb2709190a52e04fe96eac5863cefb515f432" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4339113 +file-id = 4412633 project-id = 561625 diff --git a/mods/ctm-refabricated.pw.toml b/mods/ctm-refabricated.pw.toml new file mode 100644 index 0000000..71d4117 --- /dev/null +++ b/mods/ctm-refabricated.pw.toml @@ -0,0 +1,13 @@ +name = "CTM Refabricated" +filename = "ctm-fabric-1.0.0+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c1edb8b1d4adf9b43b75abecae79cee68fedbbda" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3834086 +project-id = 633997 diff --git a/mods/default-options-fabric.pw.toml b/mods/default-options-fabric.pw.toml index 6d4dced..acd5643 100644 --- a/mods/default-options-fabric.pw.toml +++ b/mods/default-options-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Default Options (Fabric Edition)" -filename = "defaultoptions-fabric-1.19-15.0.0.jar" +filename = "defaultoptions-fabric-1.19-15.0.1.jar" side = "both" [download] hash-format = "sha1" -hash = "afcb346496130985a1beb859c0c8c8668c723525" +hash = "17ca80e1d436f4f82c65b83dcc8d854487b3e066" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3832591 +file-id = 4412634 project-id = 547694 diff --git a/mods/dyed.pw.toml b/mods/dyed.pw.toml index e4983dd..4573d92 100644 --- a/mods/dyed.pw.toml +++ b/mods/dyed.pw.toml @@ -1,13 +1,13 @@ name = "Dyed" -filename = "dyed-fabric-1.19.2-1.1.0.jar" +filename = "dyed-fabric-1.19.3-1.1.1.jar" side = "both" [download] hash-format = "sha1" -hash = "e88f1feabfbd0ec52ceae481d7f369472b0d5daa" +hash = "8bc592f055665a81e023f8430e0c9a1ff36d0bfd" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4035270 +file-id = 4405625 project-id = 577468 diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml index 74636ca..022c499 100644 --- a/mods/fabric-api.pw.toml +++ b/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.73.2+1.19.2.jar" +filename = "fabric-api-0.75.1+1.19.2.jar" side = "both" [download] hash-format = "sha1" -hash = "7a351ef5e53b4e708172ea0e3b56527a2fd7ffce" +hash = "8c39ce0a82cb2b5f9e909f47a61d7825e29ccf05" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4373739 +file-id = 4409837 project-id = 306612 diff --git a/mods/farming-for-blockheads-fabric.pw.toml b/mods/farming-for-blockheads-fabric.pw.toml index 4d24c7a..88435d2 100644 --- a/mods/farming-for-blockheads-fabric.pw.toml +++ b/mods/farming-for-blockheads-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Farming for Blockheads (Fabric Edition)" -filename = "farmingforblockheads-fabric-1.19-11.1.0.jar" +filename = "farmingforblockheads-fabric-1.19.2-11.2.0.jar" side = "both" [download] hash-format = "sha1" -hash = "ac2bfeca5ef366de5e15363cd998bc3f22dc8b6f" +hash = "6bde40b5a2e4479443edd97261c536733fd08b35" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3901906 +file-id = 4414066 project-id = 554586 diff --git a/mods/forge-config-api-port-fabric.pw.toml b/mods/forge-config-api-port-fabric.pw.toml index cbaf47a..452520e 100644 --- a/mods/forge-config-api-port-fabric.pw.toml +++ b/mods/forge-config-api-port-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Forge Config API Port [Fabric]" -filename = "ForgeConfigAPIPort-v4.2.10-1.19.2-Fabric.jar" +filename = "ForgeConfigAPIPort-v4.2.11-1.19.2-Fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "16d379fa9453c446d14a5a19cad9606bfb37f231" +hash = "00d05a6d57ee557ab216de5527e1434e3cf50c24" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4322560 +file-id = 4401535 project-id = 547434 diff --git a/mods/friendly-fire.pw.toml b/mods/friendly-fire.pw.toml index 40fcb1d..28f59b2 100644 --- a/mods/friendly-fire.pw.toml +++ b/mods/friendly-fire.pw.toml @@ -1,13 +1,13 @@ name = "Friendly Fire" -filename = "FriendlyFire-Fabric-1.19.2-14.0.1.jar" +filename = "FriendlyFire-Fabric-1.19.2-14.0.3.jar" side = "both" [download] hash-format = "sha1" -hash = "1fdfbbf7dc2f15d6a0a463613ab2881d3a842c5c" +hash = "30af4060b67e45d0ab77065e1ecf9247ddb2d781" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3943047 +file-id = 4409339 project-id = 255105 diff --git a/mods/ftb-library-fabric.pw.toml b/mods/ftb-library-fabric.pw.toml index ec7d2ac..a7d6468 100644 --- a/mods/ftb-library-fabric.pw.toml +++ b/mods/ftb-library-fabric.pw.toml @@ -1,13 +1,13 @@ name = "FTB Library (Fabric)" -filename = "ftb-library-fabric-1902.3.13-build.175.jar" +filename = "ftb-library-fabric-1902.3.14-build.184.jar" side = "both" [download] hash-format = "sha1" -hash = "78802cbcfe7a11ba3906bbde0178f13052885910" +hash = "fc92847ba255ee6207403dcb45ef7758f9e88241" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4394392 +file-id = 4415390 project-id = 438495 diff --git a/mods/ftb-quests-fabric.pw.toml b/mods/ftb-quests-fabric.pw.toml index 5ffd18c..7d24ad7 100644 --- a/mods/ftb-quests-fabric.pw.toml +++ b/mods/ftb-quests-fabric.pw.toml @@ -1,13 +1,13 @@ name = "FTB Quests (Fabric)" -filename = "ftb-quests-fabric-1902.4.6-build.176.jar" +filename = "ftb-quests-fabric-1902.4.9-build.195.jar" side = "both" [download] hash-format = "sha1" -hash = "65a0644f1c8d46a226d95e87f6b48b0b7a07fffc" +hash = "0ef54a5285884735dda6860279608932a68db9d3" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4351563 +file-id = 4415429 project-id = 438496 diff --git a/mods/gag.pw.toml b/mods/gag.pw.toml new file mode 100644 index 0000000..d4a2f12 --- /dev/null +++ b/mods/gag.pw.toml @@ -0,0 +1,13 @@ +name = "Gadgets Against Grind" +filename = "gag-fabric-2.0.0-build.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a12b757f6c22a64370b0207dc314e01c7a69de35" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4415668 +project-id = 694962 diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml index eb18852..adfecf8 100644 --- a/mods/geckolib.pw.toml +++ b/mods/geckolib.pw.toml @@ -1,13 +1,13 @@ name = "GeckoLib" -filename = "geckolib-fabric-1.19-3.1.39.jar" +filename = "geckolib-fabric-1.19-3.1.40.jar" side = "both" [download] hash-format = "sha1" -hash = "b8adf75a4f2d7d570af3a4778b8a3fc9bbe3194f" +hash = "dab6fa804356b1599ce60601213530bcc5732cbc" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4395589 +file-id = 4407239 project-id = 388172 diff --git a/mods/health-overlay-fabric.pw.toml b/mods/health-overlay-fabric.pw.toml index 575ff56..6d353a4 100644 --- a/mods/health-overlay-fabric.pw.toml +++ b/mods/health-overlay-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Health Overlay (Fabric)" -filename = "HealthOverlay-1.19.2-7.2.3.jar" +filename = "HealthOverlay-1.19.2-7.2.4.jar" side = "both" [download] hash-format = "sha1" -hash = "63308830c69ee1d00078ba0170e29da7c381736e" +hash = "67fcd0a6fab1741b62c07a9f1c3ca7a3282254db" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4293389 +file-id = 4403399 project-id = 313219 diff --git a/mods/hexal.pw.toml b/mods/hexal.pw.toml index 46eedea..6b67079 100644 --- a/mods/hexal.pw.toml +++ b/mods/hexal.pw.toml @@ -1,13 +1,13 @@ name = "Hexal" -filename = "hexal-fabric-1.19.2-0.2.8.jar" +filename = "hexal-fabric-1.19.2-0.2.10.jar" side = "both" [download] hash-format = "sha1" -hash = "1a85de1cafe800bb008b20765a14408a2d656c51" +hash = "4078581cedfe9cf3a0f156356d78d9fc90d80f12" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4399725 +file-id = 4402170 project-id = 824725 diff --git a/mods/inventory-essentials-fabric.pw.toml b/mods/inventory-essentials-fabric.pw.toml index f892f65..e60f922 100644 --- a/mods/inventory-essentials-fabric.pw.toml +++ b/mods/inventory-essentials-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Inventory Essentials (Fabric Edition)" -filename = "inventoryessentials-fabric-1.19-5.0.0.jar" +filename = "inventoryessentials-fabric-1.19-5.0.2.jar" side = "both" [download] hash-format = "sha1" -hash = "e150316abd8a47c95b6b50b9c075084aa9a2c65a" +hash = "875701ca3f30ea2bac1992423e023af4a6e99832" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3832520 +file-id = 4414161 project-id = 547699 diff --git a/mods/irisshaders.pw.toml b/mods/irisshaders.pw.toml index 5733a91..3f54b45 100644 --- a/mods/irisshaders.pw.toml +++ b/mods/irisshaders.pw.toml @@ -1,13 +1,13 @@ name = "Iris Shaders" -filename = "iris-mc1.19.2-1.5.0.jar" +filename = "iris-mc1.19.2-1.5.2.jar" side = "both" [download] hash-format = "sha1" -hash = "0fab5a9ac4bc30794e12b7478fcb2e7036f02b33" +hash = "5377f13f7315dd48111bd431bb8ea6e6137a8c62" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4284512 +file-id = 4385033 project-id = 455508 diff --git a/mods/megane.pw.toml b/mods/megane.pw.toml index 6be9053..340a131 100644 --- a/mods/megane.pw.toml +++ b/mods/megane.pw.toml @@ -1,13 +1,13 @@ name = "megane" -filename = "megane-8.3.0.jar" +filename = "megane-8.4.0.jar" side = "both" [download] hash-format = "sha1" -hash = "2f5a36fed95740372665e2ea3c794929dcf4cc28" +hash = "b9408e2e93b99d1d21051ffcea8b603cfbfc70ca" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3962125 +file-id = 4408752 project-id = 408118 diff --git a/mods/mmmmmmmmmmmm.pw.toml b/mods/mmmmmmmmmmmm.pw.toml index cb56dba..25002b0 100644 --- a/mods/mmmmmmmmmmmm.pw.toml +++ b/mods/mmmmmmmmmmmm.pw.toml @@ -1,13 +1,13 @@ name = "MmmMmmMmmMmm (Target Dummy)" -filename = "dummmmmmy-1.19.2-1.7.0-fabric.jar" +filename = "dummmmmmy-1.19.2-1.7.1-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "9199d3dcb17519510324738471d1fea286d8baed" +hash = "26e1eaf68b9356fdf62341033a20265e29825551" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4382198 +file-id = 4410141 project-id = 225738 diff --git a/mods/modern-industrialization.pw.toml b/mods/modern-industrialization.pw.toml index 3e70a16..96a95cd 100644 --- a/mods/modern-industrialization.pw.toml +++ b/mods/modern-industrialization.pw.toml @@ -1,13 +1,13 @@ name = "Modern Industrialization" -filename = "Modern-Industrialization-1.6.2-beta.jar" +filename = "Modern-Industrialization-1.6.3.jar" side = "both" [download] hash-format = "sha1" -hash = "c8f32a951dce00f0af0aeb29d10f83c871ac89a7" +hash = "0efb5cf8e2b93ea4ed806ad839cced9d2cd284d8" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4304214 +file-id = 4401565 project-id = 405388 diff --git a/mods/netherportalfix-fabric.pw.toml b/mods/netherportalfix-fabric.pw.toml index 3c46af3..cb84a60 100644 --- a/mods/netherportalfix-fabric.pw.toml +++ b/mods/netherportalfix-fabric.pw.toml @@ -1,13 +1,13 @@ name = "NetherPortalFix (Fabric Edition)" -filename = "netherportalfix-fabric-1.19-10.0.0.jar" +filename = "netherportalfix-fabric-1.19-10.0.1.jar" side = "both" [download] hash-format = "sha1" -hash = "37d54fa49680e8a9faded540a64e8fd6e6609796" +hash = "0c0d1913ac7099b7d7f66bb05edea17fa3ca1e46" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3832620 +file-id = 4412696 project-id = 547696 diff --git a/mods/pehkui.pw.toml b/mods/pehkui.pw.toml index 4ee933d..3b2eb20 100644 --- a/mods/pehkui.pw.toml +++ b/mods/pehkui.pw.toml @@ -1,13 +1,13 @@ name = "Pehkui" -filename = "Pehkui-3.6.3+1.14.4-1.19.3.jar" +filename = "Pehkui-3.7.0+1.14.4-1.19.3.jar" side = "both" [download] hash-format = "sha1" -hash = "69ac7f130bb07e95cdd06d458ff48b16ec3728b4" +hash = "12fbb67fa9be310a2c85e33658b2b022a02f135a" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4314945 +file-id = 4408057 project-id = 319596 diff --git a/mods/playeranimator.pw.toml b/mods/playeranimator.pw.toml index 7708032..7f80a11 100644 --- a/mods/playeranimator.pw.toml +++ b/mods/playeranimator.pw.toml @@ -1,13 +1,13 @@ name = "playerAnimator" -filename = "player-animation-lib-fabric-0.4.2.jar" +filename = "player-animation-lib-fabric-1.0.2.jar" side = "both" [download] hash-format = "sha1" -hash = "2a615fa4593feaffccbf00825b4e0934d1c20d2a" +hash = "4b9341b70949bb285f05106cf3c8550e2b07ec31" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4357569 +file-id = 4418150 project-id = 658587 diff --git a/mods/repurposed-structures-fabric.pw.toml b/mods/repurposed-structures-fabric.pw.toml index 2f62245..f16b766 100644 --- a/mods/repurposed-structures-fabric.pw.toml +++ b/mods/repurposed-structures-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Repurposed Structures (Quilt/Fabric)" -filename = "repurposed_structures_fabric-6.1.6+1.19.2.jar" +filename = "repurposed_structures_fabric-6.3.16+1.19.2.jar" side = "both" [download] hash-format = "sha1" -hash = "fffe7f061a01829cc1b30426c86b9272a7fad421" +hash = "25c4125b1e23c4132ec7a141c4dec73649e2830a" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4395623 +file-id = 4417696 project-id = 391366 diff --git a/mods/roughly-enough-items.pw.toml b/mods/roughly-enough-items.pw.toml index 316fbdb..90e8f08 100644 --- a/mods/roughly-enough-items.pw.toml +++ b/mods/roughly-enough-items.pw.toml @@ -1,13 +1,13 @@ name = "Roughly Enough Items Fabric/Forge (REI)" -filename = "RoughlyEnoughItems-9.1.587.jar" +filename = "RoughlyEnoughItems-9.1.591.jar" side = "both" [download] hash-format = "sha1" -hash = "48a78bea0e7c0c8ddabdb235be4306c7ba885b10" +hash = "c7c7956e2f11c6518b576273185c0512b2c0779f" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4369090 +file-id = 4401128 project-id = 310111 diff --git a/mods/selene.pw.toml b/mods/selene.pw.toml index 56ae77a..3f270cc 100644 --- a/mods/selene.pw.toml +++ b/mods/selene.pw.toml @@ -1,13 +1,13 @@ name = "Moonlight Lib" -filename = "moonlight-1.19.2-2.2.7-fabric.jar" +filename = "moonlight-1.19.2-2.2.13-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "4456db2cfebac9ef169be2b1dca14f6681930f22" +hash = "7283a6592eb0f2270f1c4e1188ad7ec1cbabcaf3" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4393343 +file-id = 4414988 project-id = 499980 diff --git a/mods/simply-swords.pw.toml b/mods/simply-swords.pw.toml index d79d596..8e02ffa 100644 --- a/mods/simply-swords.pw.toml +++ b/mods/simply-swords.pw.toml @@ -1,13 +1,13 @@ name = "Simply Swords [Fabric & Forge]" -filename = "simplyswords-fabric-1.42.1-1.19.2.jar" +filename = "simplyswords-fabric-1.43.1-1.19.2.jar" side = "both" [download] hash-format = "sha1" -hash = "269f3d9ac4b88c7545147a9cbea4d128a5502177" +hash = "b7f2bc6a1d0de4533c9bd889aa4d9763763005af" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4396689 +file-id = 4406902 project-id = 659887 diff --git a/mods/spectrum.pw.toml b/mods/spectrum.pw.toml index 497e54e..9eb9f6c 100644 --- a/mods/spectrum.pw.toml +++ b/mods/spectrum.pw.toml @@ -1,13 +1,13 @@ name = "Spectrum" -filename = "spectrum-1.6.6-1.19.2-leisure_time.jar" +filename = "spectrum-1.6.7-1.19.2-leisure_time.jar" side = "both" [download] hash-format = "sha1" -hash = "eabc6b3062813a7242143b771bb9a0288cd848c8" +hash = "35dc85d256f9bf2202677752f441c89955f6c183" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4399506 +file-id = 4417034 project-id = 556967 diff --git a/mods/spell-engine.pw.toml b/mods/spell-engine.pw.toml index 1208a89..ef40e6c 100644 --- a/mods/spell-engine.pw.toml +++ b/mods/spell-engine.pw.toml @@ -1,13 +1,13 @@ name = "Spell Engine" -filename = "spell_engine-fabric-0.9.10+1.19.jar" +filename = "spell_engine-fabric-0.9.14+1.19.jar" side = "both" [download] hash-format = "sha1" -hash = "53422074077ab5c6c31f311004df952f356f4887" +hash = "cccb1e737262625749f019294b9a83da27d6edbd" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4390818 +file-id = 4417139 project-id = 807653 diff --git a/mods/spell-power.pw.toml b/mods/spell-power.pw.toml index 1a5cc18..0698edb 100644 --- a/mods/spell-power.pw.toml +++ b/mods/spell-power.pw.toml @@ -1,13 +1,13 @@ name = "Spell Power Attributes [Fabric]" -filename = "spell_power-fabric-0.9.6+1.19.jar" +filename = "spell_power-fabric-0.9.7+1.19.jar" side = "both" [download] hash-format = "sha1" -hash = "792119c4f9e310579a24d4f1643703179ec64887" +hash = "46385ee4f15db3a5d37e4bf228f24e4e8ee8df05" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4390244 +file-id = 4413349 project-id = 771265 diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml index 85b765d..cbcbdc0 100644 --- a/mods/supplementaries.pw.toml +++ b/mods/supplementaries.pw.toml @@ -1,13 +1,13 @@ name = "Supplementaries" -filename = "supplementaries-1.19.2-2.2.50-fabric.jar" +filename = "supplementaries-1.19.2-2.2.54-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "dcd200667934ef74e0229c44b44a2ce3eb577180" +hash = "70aa4a41db228561821e3b0853b157e13f635ba9" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4398680 +file-id = 4418073 project-id = 412082 diff --git a/mods/the-bumblezone-fabric.pw.toml b/mods/the-bumblezone-fabric.pw.toml index a783a04..bf1491b 100644 --- a/mods/the-bumblezone-fabric.pw.toml +++ b/mods/the-bumblezone-fabric.pw.toml @@ -1,13 +1,13 @@ name = "The Bumblezone (Quilt/Fabric)" -filename = "the_bumblezone_fabric-6.6.9+1.19.2.jar" +filename = "the_bumblezone_fabric-6.6.15+1.19.2.jar" side = "both" [download] hash-format = "sha1" -hash = "034e6756b71781881a8d9b05d51eb8d6ea85c1d9" +hash = "d544ee136656d33a5924ec51bcf397328c319f98" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4399980 +file-id = 4417669 project-id = 363949 diff --git a/mods/travelers-backpack-fabric.pw.toml b/mods/travelers-backpack-fabric.pw.toml index 7ec7fef..a99c28c 100644 --- a/mods/travelers-backpack-fabric.pw.toml +++ b/mods/travelers-backpack-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Traveler's Backpack [Fabric]" -filename = "travelers-backpack-1.19.2-8.2.13.jar" +filename = "travelers-backpack-1.19.2-8.2.14.jar" side = "both" [download] hash-format = "sha1" -hash = "9f19e5e7354e58faee35b0af0fabc5830d4c3c3b" +hash = "0402e85df75f47ae9a545919f70aaa34828e6b7d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4386248 +file-id = 4417207 project-id = 541171 diff --git a/mods/visuality.pw.toml b/mods/visuality.pw.toml index c48320a..12ed0d4 100644 --- a/mods/visuality.pw.toml +++ b/mods/visuality.pw.toml @@ -1,13 +1,13 @@ name = "Visuality" -filename = "visuality-0.5.5.jar" +filename = "visuality-0.5.6.jar" side = "both" [download] hash-format = "sha1" -hash = "a323e8062960902fde9ee1545ea853c25e7c0eff" +hash = "86eafa73e5de6f6aec6401312f3b242a6e48b94b" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4092154 +file-id = 4418106 project-id = 521126 diff --git a/mods/wizards.pw.toml b/mods/wizards.pw.toml index 02107bc..9571b23 100644 --- a/mods/wizards.pw.toml +++ b/mods/wizards.pw.toml @@ -1,13 +1,13 @@ name = "Wizards [Fabric]" -filename = "wizards-fabric-0.9.10+1.19.jar" +filename = "wizards-fabric-0.9.11+1.19.jar" side = "both" [download] hash-format = "sha1" -hash = "e70fbecf16819aa62d37e74abf5d02289d0ddcd5" +hash = "6375a3ccaf648a32f9f0c1d20703810d1012f478" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4390835 +file-id = 4413414 project-id = 734325 diff --git a/mods/yungs-api-fabric.pw.toml b/mods/yungs-api-fabric.pw.toml index 094c4d4..039947d 100644 --- a/mods/yungs-api-fabric.pw.toml +++ b/mods/yungs-api-fabric.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's API (Fabric)" -filename = "YungsApi-1.19.2-Fabric-3.8.7.jar" +filename = "YungsApi-1.19.2-Fabric-3.8.8.jar" side = "both" [download] hash-format = "sha1" -hash = "669bcfd69e9f15a06e258635197d1e886e6abd96" +hash = "163c183e8fe97fd5ff4ad2d8f81bddbb72314502" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4408065 +file-id = 4419317 project-id = 421649 diff --git a/mods/yungs-better-desert-temples-fabric.pw.toml b/mods/yungs-better-desert-temples-fabric.pw.toml index 25397a0..8dd2f24 100644 --- a/mods/yungs-better-desert-temples-fabric.pw.toml +++ b/mods/yungs-better-desert-temples-fabric.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's Better Desert Temples (Fabric)" -filename = "YungsBetterDesertTemples-1.19.2-Fabric-2.2.1.jar" +filename = "YungsBetterDesertTemples-1.19.2-Fabric-2.2.2.jar" side = "both" [download] hash-format = "sha1" -hash = "4eb0c721127ba14c79f25d029ba34169471da923" +hash = "265b6457f2cd2b92220c87759dc494ed76126ac0" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4031661 +file-id = 4419321 project-id = 631020 diff --git a/pack.toml b/pack.toml index 467eeaf..e5f9e10 100644 --- a/pack.toml +++ b/pack.toml @@ -1,13 +1,13 @@ name = "All of Fabric 6: Vocality Edition" author = "VF" -version = "1.0.0" +version = "1.4.4" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "de1c04ef1af93c7317875e25c6a8549888a5b09fa60023b8a64355ff28fb82c3" +hash = "6b81c1f49a1860aabd2a758d3cb03d9966341b18442fbbd20581f573904a0d2d" [versions] -fabric = "0.14.14" +fabric = "0.14.17" minecraft = "1.19.2"