diff --git a/config/betterfishtanks-common.toml b/config/betterfishtanks-common.toml new file mode 100644 index 0000000..568fc08 --- /dev/null +++ b/config/betterfishtanks-common.toml @@ -0,0 +1,46 @@ + +#Better Fishtanks Mod Configuration +[general] + #Require food for fish survival + requireFood = true + #Defines how water is displayed in Fish Tank UI + #PERCENT: Shows as percentage (0-100%) + #BUCKETS: Shows as whole buckets (B) + #MILLIBUCKETS: Shows as millibuckets (mB) + #Allowed Values: PERCENT, BUCKETS, MILLIBUCKETS + waterDisplayUnit = "PERCENT" + #BETA MODE Set to true to use the new entity-based water rendering system. + #Set to false to use the vanilla waterlogging system. + useEntityWaterRendering = false + #Automatically deactivates fishtanks and aquariums from other mods by removing their crafting recipes. + #Set to false to keep fishtanks and aquariums from other mods craftable. + removeOtherModFishtanks = true + #Keywords used to detect fishtank/aquarium items from other mods. + #An item is deactivated if its registry path contains one of these keywords (own mod and vanilla are never affected). + otherModFishtankKeywords = ["fishtank", "fish_tank", "aquarium", "fishbowl", "fish_bowl"] + +[mob] + #Set to true to allow Drowned to be captured with the Fish Bag. + allowDrownedCapture = false + #Set to true to allow Guardians and Elder Guardians to be captured with the Fish Bag. + allowGuardianCapture = false + #Set to true to allow whales to be captured with the Fish Bag. + #WARNING: Large fish like whales may eat smaller fish in the same tank! + allowWhaleCapture = false + #Set to false to prevent fish from hunting or hurting each other inside the fishtank. + allowFishHunting = true + #Set to false to prevent pufferfish from blowing up while in a fishtank. + allowPufferfishPuffing = true + #List of custom entity types or tags that can be caught with the Fish Bag. + #Format for entities: "modid:entity_id" (e.g., "minecraft:cow") + #Format for tags: "#modid:tag_id" (e.g., "#minecraft:fishes") + customCatchableEntities = ["example:dummy_entity"] + #List of custom entities that can be caught with the Fish Bag by their string name. + #Format: string name of the entity or part of it (e.g., "shark", "turtle") + #Will match if the registry name or display name contains this string. + customCatchableEntitiesByString = ["dummy_shark"] + #List of entities that should NOT be added to the Fishtank or be collectable with the Fishbag, even if they are in the catchable list. + #Format: string name of the entity or part of it (e.g., "shark", "turtle") + #This acts as a temporary blacklist for the current session. + blacklistedEntitiesByName = [] + diff --git a/config/blasttravel-common.toml b/config/blasttravel-common.toml new file mode 100644 index 0000000..4c8b14b --- /dev/null +++ b/config/blasttravel-common.toml @@ -0,0 +1,6 @@ +#Controls the velocity applied to players and entities launched from cannons. +#Changing this value may cause launched TNT or other entities to become lost or behave incorrectly. +#Be careful with values above 2.0, as they may launch players into unloaded terrain or an unrecoverable void. +#Range: 0.0 ~ 10.0 +launch_velocity_factor = 1.25 + diff --git a/config/everycomp-entries.toml b/config/everycomp-entries.toml index 113d334..98faee3 100644 --- a/config/everycomp-entries.toml +++ b/config/everycomp-entries.toml @@ -124,6 +124,17 @@ shyre = true stranglewood = true + [types.wood_type.born_in_chaos_v1] + scorched = true + + [types.wood_type.astral_dimension] + luminous = true + tormented = true + soggy = true + wisteria = true + sick = true + soul = true + [types.leaves_type] [types.leaves_type.tconstruct] @@ -270,6 +281,13 @@ shyre = true vein = true + [types.leaves_type.astral_dimension] + fiery = true + soggy = true + wisteria = true + fiery_birch = true + soul = true + #Disables specific entries [entries] diff --git a/config/face_of_horror-client.toml b/config/face_of_horror-client.toml new file mode 100644 index 0000000..632bd4f --- /dev/null +++ b/config/face_of_horror-client.toml @@ -0,0 +1,57 @@ + +[texture_selection] + + #Enabled textures (client-only). Keys are full ResourceLocations. + [texture_selection.enabledTextures] + "face_of_horror:textures/entity/jumpscare/face9.png" = false + "face_of_horror:textures/entity/jumpscare/face4.png" = true + "face_of_horror:textures/entity/jumpscare/face11.png" = true + "face_of_horror:textures/entity/jumpscare/face3.png" = true + "face_of_horror:textures/entity/jumpscare/face2.png" = true + "face_of_horror:textures/entity/jumpscare/face6.png" = false + "face_of_horror:textures/entity/jumpscare/face1.png" = true + "face_of_horror:textures/entity/jumpscare/face10.png" = true + "face_of_horror:textures/entity/jumpscare/face5.png" = false + "face_of_horror:textures/entity/jumpscare/face8.png" = false + "face_of_horror:textures/entity/jumpscare/face7.png" = false + +[sound_selection] + + #Enabled sound entries (client-only). Keys are generated ResourceLocations. + [sound_selection.enabledSounds] + "face_of_horror:ambience-02" = true + "face_of_horror:ambience-01" = true + "face_of_horror:look-at-me-01" = true + "face_of_horror:look-at-me-02" = true + "face_of_horror:ambience-08" = true + "face_of_horror:look-at-me-03" = true + "face_of_horror:ambience-07" = true + "face_of_horror:look-at-me-04" = true + "face_of_horror:ambience-06" = true + "face_of_horror:look-at-me-05" = true + "face_of_horror:ambience-05" = true + "face_of_horror:look-at-me-06" = true + "face_of_horror:ambience-04" = true + "face_of_horror:look-at-me-07" = true + "face_of_horror:ambience-03" = true + "face_of_horror:look-at-me-08" = true + "face_of_horror:giggle-06" = true + "face_of_horror:giggle-05" = true + "face_of_horror:giggle-04" = true + "face_of_horror:i-can-see-you-04" = true + "face_of_horror:giggle-03" = true + "face_of_horror:i-can-see-you-03" = true + "face_of_horror:giggle-02" = true + "face_of_horror:i-can-see-you-02" = true + "face_of_horror:giggle-01" = true + "face_of_horror:i-can-see-you-01" = true + "face_of_horror:i-can-see-you-08" = true + "face_of_horror:death-04" = true + "face_of_horror:i-can-see-you-07" = true + "face_of_horror:death-03" = true + "face_of_horror:i-can-see-you-06" = true + "face_of_horror:death-02" = true + "face_of_horror:i-can-see-you-05" = true + "face_of_horror:death-01" = true + "face_of_horror:i-can-see-you-09" = true + diff --git a/config/jei/ingredient-list-mod-sort-order.ini b/config/jei/ingredient-list-mod-sort-order.ini index 083420c..f4fd7b6 100644 --- a/config/jei/ingredient-list-mod-sort-order.ini +++ b/config/jei/ingredient-list-mod-sort-order.ini @@ -35,7 +35,6 @@ XP Tome [Let's Do] Beachparty [Let's Do] BloomingNature [Let's Do] Brewery -[Let's Do] Camping [Let's Do] Candlelight [Let's Do] Farm & Charm [Let's Do] Furniture @@ -94,7 +93,6 @@ ProjectRed Integration ProjectRed Transmission The Midnight The Undergarden -goat_man I Wanna Skate Just Outdoor Stuffs Measurements @@ -151,3 +149,8 @@ Aesthetic Stairs More Slabs Stairs & Walls VinURL Crafting Station +Camping +Chargers +Astral Dimension +Better Fishtanks +Born in Chaos diff --git a/config/jei/jei-client.ini b/config/jei/jei-client.ini index 31c3694..091bae0 100644 --- a/config/jei/jei-client.ini +++ b/config/jei/jei-client.ini @@ -183,6 +183,11 @@ # Default Value: true SearchModIds = true + # Description: Search mod aliases in addition to mod names. + # Valid Values: [true, false] + # Default Value: true + SearchModAliases = true + # Description: Search by the shorthand first letters of a mod's name. # Valid Values: [true, false] # Default Value: true diff --git a/config/jei/recipe-category-sort-order.ini b/config/jei/recipe-category-sort-order.ini index d51a074..4802503 100644 --- a/config/jei/recipe-category-sort-order.ini +++ b/config/jei/recipe-category-sort-order.ini @@ -202,3 +202,7 @@ aoa3:imbuing aoa3:infusion aoa3:upgrade_kit aoa3:whitewashing +betterfishtanks:aquarist_deco_crafting +betterfishtanks:aquarist_egg_crafting +betterfishtanks:aquarist_egg_obtaining +betterfishtanks:aquarist_food_crafting diff --git a/face-of-horror/custom_faces/README.txt b/face-of-horror/custom_faces/README.txt new file mode 100644 index 0000000..051901a --- /dev/null +++ b/face-of-horror/custom_faces/README.txt @@ -0,0 +1,17 @@ +Face of Horror custom face textures +================================= + +Add custom jumpscare face textures to this folder. + +Requirements: +- Use .png files only. **IMPORTANT** +- Put the files directly in this folder. +- Use square images when possible (not exclusive), for example 256x256 or 512x512. +- Transparent PNGs are recommended. +- File names can use letters, numbers, spaces, dots, underscores, and dashes. + +After adding, changing, or removing textures while Minecraft is running: +- Press F3+T to reload resources, or +- Open the Face of Horror client config and save it. + +Newly discovered textures are enabled by default in the Textures config section. diff --git a/face-of-horror/custom_faces/ad01.png b/face-of-horror/custom_faces/ad01.png new file mode 100644 index 0000000..a806bf4 Binary files /dev/null and b/face-of-horror/custom_faces/ad01.png differ diff --git a/face-of-horror/custom_faces/clob01.png b/face-of-horror/custom_faces/clob01.png new file mode 100644 index 0000000..dc4a102 Binary files /dev/null and b/face-of-horror/custom_faces/clob01.png differ diff --git a/face-of-horror/custom_faces/morg01.png b/face-of-horror/custom_faces/morg01.png new file mode 100644 index 0000000..df991d7 Binary files /dev/null and b/face-of-horror/custom_faces/morg01.png differ diff --git a/face-of-horror/custom_faces/morg02.png b/face-of-horror/custom_faces/morg02.png new file mode 100644 index 0000000..cd45859 Binary files /dev/null and b/face-of-horror/custom_faces/morg02.png differ diff --git a/face-of-horror/custom_sounds/README.txt b/face-of-horror/custom_sounds/README.txt new file mode 100644 index 0000000..d220903 --- /dev/null +++ b/face-of-horror/custom_sounds/README.txt @@ -0,0 +1,13 @@ +Face of Horror custom sounds +========================== + +Add .ogg files to any sound folder, preferably single channel (Mono): +- ambience: can play as a periodic ambient sound +- face_sounds: can play from a spawned face +- death: can play when a face dies or with a jumpscare screamer type. + +Open the Face of Horror client config to enable or disable individual files. +Newly discovered files are enabled by default. Press F3+T after adding, +changing, or removing files while Minecraft is running. + +Subfolders are supported. Other audio formats are ignored. diff --git a/index.toml b/index.toml index 8ea3486..effbe34 100644 --- a/index.toml +++ b/index.toml @@ -1328,6 +1328,10 @@ hash = "ce07dcc8f1e6d751f1c79f03ea7132ad06cac0d21e2a5cfd01eb3a7dc265cb80" file = "config/betterf3.toml" hash = "d017c4fb4b31f558bb9439194471fc9928ac01ca03dbaa1f11b27cd765923115" +[[files]] +file = "config/betterfishtanks-common.toml" +hash = "4eeca1a9bd5ef9c13503eb9b95408e1a67bfe68bd93c16cb99b83f266f644b13" + [[files]] file = "config/betterfortresses-forge-1_20.toml" hash = "f2f62d4aeb0accb643062ecd12a24e5697e99a50bb8a258bb31d1b82e60636bb" @@ -1440,6 +1444,10 @@ hash = "4d2c61e691eb5e07dbea9c8dd3b03073911d01558ff741073561b5b4328f87fd" file = "config/biomesoplenty/generation.toml" hash = "9f6f4e0b8cebc8210273e49a9b436c3e6a5bfb5695c2b44ce346d56b96ef9996" +[[files]] +file = "config/blasttravel-common.toml" +hash = "9f262f3db34a2d62842a5f0dac8d840fabda55d242d9491a0b0241cb77b6b713" + [[files]] file = "config/bloodmagic-client.toml" hash = "797d06917505ea9abaa843524f885960f5d182c20932a7c2e958f13925395d35" @@ -2238,7 +2246,7 @@ hash = "6f6d67e493c8ff573df151015640bad166cebf9603b74a4eb978a30942ec6780" [[files]] file = "config/everycomp-entries.toml" -hash = "e718e803130f29fac6c54088c2fb7f568674cdd712c0b8abaff6895d3d7b28cd" +hash = "2e2e1eb86f91ae733481af436132ac88be1ce25f5a2fa86bc13526bc6368b0ff" [[files]] file = "config/everycomp-hazardous.toml" @@ -2300,6 +2308,10 @@ hash = "f472b618479f33e6a508742d79af88428b0225a703bda52de27d1c4774a77e43" file = "config/fabric_loader_dependencies.json" hash = "e9b9af324a1536cd1e6b77e8ec33fa43aa03972947ca73306897b89f39c2f0cb" +[[files]] +file = "config/face_of_horror-client.toml" +hash = "1bb6ef493bc3756eb61e4fd6fa101ccb24695f04af589845b2c88b164f1e9b17" + [[files]] file = "config/fallingleaves-client.toml" hash = "2cd017af6632239398b694fadf8191d6073cf39585549876cc682843f521ecb3" @@ -3222,7 +3234,7 @@ hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" [[files]] file = "config/jei/ingredient-list-mod-sort-order.ini" -hash = "c1dcd488c180438bead0896c3adf68ce3c12b17258b92c2427280c56d3065c12" +hash = "7faed14f02b6e148c8aaa6711360e3b503fdb4b38bb3f94acd877be088dafe1b" [[files]] file = "config/jei/ingredient-list-type-sort-order.ini" @@ -3230,7 +3242,7 @@ hash = "39f4ea314660784f7aea9016518456bdd4d9dd1e3650150157fca6a5c839ac14" [[files]] file = "config/jei/jei-client.ini" -hash = "34588df52d85317d1678a70c5bcfd905833cc7eb3b6077c500789fd2248998d5" +hash = "54db1dc84f7241ee41596afaf198355afb9493d865547ba6446abc4cba9fb969" [[files]] file = "config/jei/jei-colors.ini" @@ -3246,7 +3258,7 @@ hash = "07052785400b48d3757dbbcfff0b50899fbaed1ac54ea09bc9024ea7f73b7644" [[files]] file = "config/jei/recipe-category-sort-order.ini" -hash = "ff09801d2b4f887101e030958dfb18cf83751eb36e62ec67489338963d74fed4" +hash = "41dae79d77a8754d1cc933a09988ecace6de4b02e1cd5d269f277b961e7ff76a" [[files]] file = "config/jei/world/local/New_World/lookupHistory.ini" @@ -4912,6 +4924,30 @@ hash = "eb04fc4a04127245960a731ed41abefc228b3943ec0ebb0a843fa4148e959c86" file = "defaultconfigs/voltaic.txt" hash = "0a6a23e10c72a7a5bad173d3a8b2e4d5169d4c27548bad02bc16a3ff22ec9ed7" +[[files]] +file = "face-of-horror/custom_faces/README.txt" +hash = "3d9ffa30f7be5a7799cfb2e1012ab2ed7f780937078fda50ad6fe71b46c943ab" + +[[files]] +file = "face-of-horror/custom_faces/ad01.png" +hash = "b8de8573fab27c09c86f5a1561e9cad66be2b40b40862cdf034cf65b296992f7" + +[[files]] +file = "face-of-horror/custom_faces/clob01.png" +hash = "dce9cef30b902fec16e30b6dba6415fc12783cdb51b6e4f1fb3abdaaafd3856f" + +[[files]] +file = "face-of-horror/custom_faces/morg01.png" +hash = "a7936e489bd196f53a4bcf667f57af96ee45d9ffc2e9d417088b4cd481006ce9" + +[[files]] +file = "face-of-horror/custom_faces/morg02.png" +hash = "4ec38ae292eca37ba6c96134967fcddb023e33fd90f1b38f241f17217aefc4a0" + +[[files]] +file = "face-of-horror/custom_sounds/README.txt" +hash = "50c34e0b7ebb395a0314220accee7c764ea9c1a48391f9d7dc9db8a45fb3a9d7" + [[files]] file = "mods/accessories.pw.toml" hash = "dbf33f21250d9021ee1477fa6a32813f3dfad8f2277455176e13b9186d802e6b" @@ -5047,6 +5083,11 @@ file = "mods/assemblylin.pw.toml" hash = "1b92051fdebd33774675e5201eb5a374aca1e3b0ae7a6ec1db56f2403cf42b1a" metafile = true +[[files]] +file = "mods/astraldim.pw.toml" +hash = "1bf22949811fbe2350449f101c10ed39e34ab040c2612706e96d0f70f2b5a583" +metafile = true + [[files]] file = "mods/athena.pw.toml" hash = "59d7bb8ff601cb57e82032673c7f8f139584dc97ff02b264f8e654f36a04dec3" @@ -5102,6 +5143,11 @@ file = "mods/betterf3.pw.toml" hash = "06e370ea8f8ce35b90ffc563ee81ef9e54f0f4300b43728372772ed6cca07bf4" metafile = true +[[files]] +file = "mods/betterfishtanks.pw.toml" +hash = "68032b57b83814bbf03303ad7a4c16615acf43e52086497aa748bd4ed98c0584" +metafile = true + [[files]] file = "mods/betterthirdperson.pw.toml" hash = "44f73ebe95ace26b1f18dfe9965aa4f3c86b87d660c90f0787c95d23b17a1978" @@ -5129,7 +5175,7 @@ metafile = true [[files]] file = "mods/blasttravel.pw.toml" -hash = "a1ab3b968490c4f44c52b10801a3f29aa497c9e893b98ba47aea6e0f32022ba9" +hash = "eeecb60af583241d37f46ded8f82e9de1fe38dcd2e0385f965756d625d714423" metafile = true [[files]] @@ -5147,6 +5193,11 @@ file = "mods/bookshelf.pw.toml" hash = "30ecfcbb1310a0cb28f6caf8dfc5101e3ba5a7e61f91207b8f6f1f67597f7a00" metafile = true +[[files]] +file = "mods/borninchaos.pw.toml" +hash = "18820d7ae441f1d87c344994aa122625f6233a2567b93dd2b796f66aeb21beae" +metafile = true + [[files]] file = "mods/botarium.pw.toml" hash = "7659a7d4e861fdca00a653fee05eff8caacac64f848475fbcd6a7d5b484601db" @@ -5207,6 +5258,16 @@ file = "mods/cbmultipart.pw.toml" hash = "a9d42c396ad56f43d2b97078863084629b9d71e6b78e9b3ef279e021fe07e46c" metafile = true +[[files]] +file = "mods/celestials.pw.toml" +hash = "9285edc68eb172157cbc49f5b46789a2d5c0877abde496c91636c7e94889994a" +metafile = true + +[[files]] +file = "mods/chaosmoon.pw.toml" +hash = "52a6bc5f65bc9a9b2fe1c8b146c46e178e0f6b8beedda87610a80b6e95581d7b" +metafile = true + [[files]] file = "mods/chargers.pw.toml" hash = "58a4bce85dba308e1302a3ca98c1b416a5d5e7074b8ca35379c307abb9f4f419" @@ -5214,7 +5275,7 @@ metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "621db45fa1a68d0ccc181b5b69d1e1d2ebf2c705f5434af31ef15bc774d6a391" +hash = "7f5c7045b7f5903568b140d7f8704ef71f912e4308ebac6e936a2166d1926fd1" metafile = true [[files]] @@ -5249,7 +5310,7 @@ metafile = true [[files]] file = "mods/codechickenlib.pw.toml" -hash = "3f8058f5efca60f8bb000c08807276b17a8e2c81530fb5d4e4fb1d9d5de1d616" +hash = "f3a7bf87d265bd6383e8c4c80146dda57add2628d3f447734c59065e9a56f504" metafile = true [[files]] @@ -5352,6 +5413,11 @@ file = "mods/curios.pw.toml" hash = "c61139fc9d8357ed3eef9d20c380f540bf0ca247097853ee820598afaaa0411a" metafile = true +[[files]] +file = "mods/dataanchorlib.pw.toml" +hash = "cd43339897e9df4c47b4d85bdf8eca4bfdd8c8f9f84966b34994876442dee5d1" +metafile = true + [[files]] file = "mods/deeperdarker.pw.toml" hash = "fba9caa327ea400e0eeaff9b464a452a5f1024839c9f706439a4abe109ea11b3" @@ -5652,6 +5718,11 @@ file = "mods/guideme.pw.toml" hash = "50e70b9b832789cd7692b7321e492c06311aab5b807afc52fb061caf62375203" metafile = true +[[files]] +file = "mods/hfaces.pw.toml" +hash = "361d64d40ba1134bc6d598fe91d65ae18e38e036f4f3f3883553cec7af4fb25e" +metafile = true + [[files]] file = "mods/horseman.pw.toml" hash = "669429dedfde4a194b38d1ab522cf1fffcae5a3dece6df9c9043919aaeff627c" @@ -5704,7 +5775,7 @@ metafile = true [[files]] file = "mods/immersivefixes.pw.toml" -hash = "8d90a88bab2ecae001a02cdee81497dcada5b85cacc5f3d0f9342f27808e7cd7" +hash = "b09d69fe5a5b1a4b429d8d4b968e238be2972199c9ee67743ed9e838d4dcfa9b" metafile = true [[files]] @@ -5714,7 +5785,7 @@ metafile = true [[files]] file = "mods/immersivepetroleum.pw.toml" -hash = "8fd214365582eaa2e9419ca358461bacd95aaa52a374ed73c8a35ef8b9995501" +hash = "df151fc57401e1f31f2f368ce17ec66f6fc1b29fe02b2af475e7d429fa512759" metafile = true [[files]] @@ -5754,7 +5825,7 @@ metafile = true [[files]] file = "mods/jade.pw.toml" -hash = "c5388d7a45b2f9632778a02779c8472923b7771a07c5f8927bf7a0bce25187ca" +hash = "23e56c750273a90e2ba2d93ad1f8e48e84a21deb64682b0a6d13acd259080269" metafile = true [[files]] @@ -5764,7 +5835,7 @@ metafile = true [[files]] file = "mods/jei.pw.toml" -hash = "f6dfee868f8d62ab29f5ec0ceba13b48f978b7516a130192597b9f7080e758e8" +hash = "52e13c1fb0b41089d9ad1802e3afe47543b673b63b5c4a3cd9979d073540c988" metafile = true [[files]] @@ -5969,7 +6040,7 @@ metafile = true [[files]] file = "mods/mct-immersivetechnology.pw.toml" -hash = "55c1be4972c9e09e44fdf87edcd0b4758afabfd85373b24f4e33fffadbff94f9" +hash = "e7d5f4f38f3ed85f07dc4f0676805f4320bab7fd28194ccdb7d7d596bd3cba9c" metafile = true [[files]] @@ -6012,6 +6083,11 @@ file = "mods/miners-delight.pw.toml" hash = "ee124af1ed9c9b66935140105d3516907026e7c2c6faa195d9b006917274f778" metafile = true +[[files]] +file = "mods/mintlib.pw.toml" +hash = "0545a8ceba595a5f7cddcb80edea5881278c16eb74b482f3a1da2ceb17adf6d5" +metafile = true + [[files]] file = "mods/mobcompack.pw.toml" hash = "d17f0f2c19a500d2ff451a78a1ffb764671bf0061e0ac7e352ef054f4ec878eb" @@ -6222,6 +6298,11 @@ file = "mods/plushie-buddies.pw.toml" hash = "7aeb1a0ed2484cd01afdf3585d5913f2b91ffd5eb73a3a84ef9edc9112f0e712" metafile = true +[[files]] +file = "mods/polyeng.pw.toml" +hash = "0500cf9faa4fad0a3cbb7d6a3009d9583c09a4ee9d9829b759945a04df132f7b" +metafile = true + [[files]] file = "mods/polymorph-forge.pw.toml" hash = "5c00c233b15fc455daa0a7230af4cb245c38d43043bfa6ef42a9b20cd1262197" @@ -6277,6 +6358,11 @@ file = "mods/realisticlanding.pw.toml" hash = "7737d11aff22af9046fb4357a5854c947aeb1e4563d02ca1d57941c690cdd3f8" metafile = true +[[files]] +file = "mods/realisticnameplates.pw.toml" +hash = "7630e66667dac7ed2a14754ac34c81b1ea2372b0d35b492294a125ab5b0e752b" +metafile = true + [[files]] file = "mods/realmrpg-imps-and-demons.pw.toml" hash = "3ae4d0f77f043e56cbd4d01e2f00adea2a93633e10493a6db473188ab53acf03" diff --git a/mods/astraldim.pw.toml b/mods/astraldim.pw.toml new file mode 100644 index 0000000..5448f8a --- /dev/null +++ b/mods/astraldim.pw.toml @@ -0,0 +1,8 @@ +name = "Astral Dimensions" +filename = "astral_dimension-forge-1.20.1-2.3.jar" +side = "both" + +[download] +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/astral_dimension-forge-1.20.1-2.3.jar" +hash-format = "sha256" +hash = "3f17be4f841e4c511ece9453a1435c0e92eeb047fb04863ab92590a58ec2074a" diff --git a/mods/betterfishtanks.pw.toml b/mods/betterfishtanks.pw.toml new file mode 100644 index 0000000..67571f1 --- /dev/null +++ b/mods/betterfishtanks.pw.toml @@ -0,0 +1,8 @@ +name = "Better Fishtanks" +filename = "betterfishtanks-1.3.0-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/betterfishtanks-1.3.0-1.20.1-Forge.jar" +hash-format = "sha256" +hash = "188b884e85d61e5106110c549752398350404725dd22fffef087ef46c3987230" diff --git a/mods/blasttravel.pw.toml b/mods/blasttravel.pw.toml index 572a9b8..83f09a5 100644 --- a/mods/blasttravel.pw.toml +++ b/mods/blasttravel.pw.toml @@ -1,8 +1,8 @@ name = "BlastTravel" -filename = "BlastTravel-Forge-1.20.1-v1.0.2.jar" +filename = "BlastTravel-Forge-1.20.1-v1.0.3.jar" side = "both" [download] -url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/BlastTravel-Forge-1.20.1-v1.0.2.jar" +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/BlastTravel-Forge-1.20.1-v1.0.3.jar" hash-format = "sha256" -hash = "1f8012d5ba46f0aeee583d7f8c1a73b83bc22f93bd1af59efd1ff023b555f5ed" +hash = "ca9d1d44322e5e3f5e8947d46ec985603cdfef02c4aa46cdae7f32144c81f292" diff --git a/mods/borninchaos.pw.toml b/mods/borninchaos.pw.toml new file mode 100644 index 0000000..6ad634a --- /dev/null +++ b/mods/borninchaos.pw.toml @@ -0,0 +1,8 @@ +name = "Born in Chaos" +filename = "born_in_chaos_[Forge]1.20.1_1.7.5.jar" +side = "both" + +[download] +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/born_in_chaos_%5BForge%5D1.20.1_1.7.5.jar" +hash-format = "sha256" +hash = "9f242f4f3330f3d0d985f5f3ce9a92fe09016ff9c6162252f201d17009b28d7d" diff --git a/mods/celestials.pw.toml b/mods/celestials.pw.toml new file mode 100644 index 0000000..b8643df --- /dev/null +++ b/mods/celestials.pw.toml @@ -0,0 +1,8 @@ +name = "Enhanced Celestial Moons" +filename = "Enhanced-Celestials-forge-1.20.1-5.0.3.2.jar" +side = "both" + +[download] +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/Enhanced-Celestials-forge-1.20.1-5.0.3.2.jar" +hash-format = "sha256" +hash = "96d9cf46d8c77cf9e23a33b2273d8fca1456bd149a1bd979ed05adf37fc19e94" diff --git a/mods/chaosmoon.pw.toml b/mods/chaosmoon.pw.toml new file mode 100644 index 0000000..fe537f8 --- /dev/null +++ b/mods/chaosmoon.pw.toml @@ -0,0 +1,8 @@ +name = "Chaos Moon" +filename = "ChaosMoon-1.20.1-1.0.1.jar" +side = "both" + +[download] +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/ChaosMoon-1.20.1-1.0.1.jar" +hash-format = "sha256" +hash = "4ab9cbd742d9a596bb2b9c243e3d4f6f46dbda3cd5034e3400579e556556c36d" diff --git a/mods/chat-heads.pw.toml b/mods/chat-heads.pw.toml index a762ff5..eb5c345 100644 --- a/mods/chat-heads.pw.toml +++ b/mods/chat-heads.pw.toml @@ -1,8 +1,8 @@ name = "chat_heads" -filename = "chat_heads-0.15.2-forge-1.20.jar" +filename = "chat_heads-0.15.3-forge-1.20.jar" side = "both" [download] -url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/chat_heads-0.15.2-forge-1.20.jar" +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/chat_heads-0.15.3-forge-1.20.jar" hash-format = "sha256" -hash = "68bec6d15bc7fce18dcc1b98a3c0d943e6697fcfbf9d7259db5156a7ea324556" +hash = "a6690085e43aab04f3f6fa758f4d32d79b7617d16e502c3ffdd640bc518755aa" diff --git a/mods/codechickenlib.pw.toml b/mods/codechickenlib.pw.toml index a63d3c8..7e0c06d 100644 --- a/mods/codechickenlib.pw.toml +++ b/mods/codechickenlib.pw.toml @@ -1,8 +1,8 @@ name = "CodeChickenLib" -filename = "CodeChickenLib-1.20.1-4.4.0.516-universal.jar" +filename = "CodeChickenLib-1.20.1-4.4.0.528-universal.jar" side = "both" [download] -url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/CodeChickenLib-1.20.1-4.4.0.516-universal.jar" +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/CodeChickenLib-1.20.1-4.4.0.528-universal.jar" hash-format = "sha256" -hash = "9037fc4bc73e4cec717501fc362f660f46c2a1ac34674da2106b4605b3e4d8db" +hash = "754240e1cd05caaf511a808ddf6fc74ece68a8fca7d94548d9ac967287f7960d" diff --git a/mods/dataanchorlib.pw.toml b/mods/dataanchorlib.pw.toml new file mode 100644 index 0000000..9a3fa71 --- /dev/null +++ b/mods/dataanchorlib.pw.toml @@ -0,0 +1,8 @@ +name = "DataAnchorLib" +filename = "Data_Anchor-forge-1.20.1-1.0.0.20.jar" +side = "both" + +[download] +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/Data_Anchor-forge-1.20.1-1.0.0.20.jar" +hash-format = "sha256" +hash = "fcbfd48ac170e044099492fb075a57039d806258559c1fb871925d40d1c6e396" diff --git a/mods/hfaces.pw.toml b/mods/hfaces.pw.toml new file mode 100644 index 0000000..fcd3962 --- /dev/null +++ b/mods/hfaces.pw.toml @@ -0,0 +1,8 @@ +name = "HFaceLib" +filename = "hfaces.jar" +side = "both" + +[download] +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/hface-3.1-forge-1.20.1.jar" +hash-format = "sha256" +hash = "b28f5896f38fcf2d82f56ea720ee964cfe1182b3621a53cbb257121fb2d6fc97" diff --git a/mods/immersivefixes.pw.toml b/mods/immersivefixes.pw.toml index a34d795..57a0867 100644 --- a/mods/immersivefixes.pw.toml +++ b/mods/immersivefixes.pw.toml @@ -1,8 +1,8 @@ name = "immersivefixes" -filename = "immersivefixes-1.6.0.jar" +filename = "immersivefixes-1.6.1.jar" side = "both" [download] -url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/immersivefixes-1.6.0.jar" +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/immersivefixes-1.6.1.jar" hash-format = "sha256" -hash = "ae79aeb56064ac1a8b01ee36ca5287619ee17448d1f0b9bf322874b1e616b7cd" +hash = "dde89f1e076c7b2af5458eda61c06c189199f3011cb1c21b8f40f981b35a37bf" diff --git a/mods/immersivepetroleum.pw.toml b/mods/immersivepetroleum.pw.toml index bba8201..b6ff0cb 100644 --- a/mods/immersivepetroleum.pw.toml +++ b/mods/immersivepetroleum.pw.toml @@ -1,8 +1,8 @@ name = "ImmersivePetroleum" -filename = "ImmersivePetroleum-1.20.1-4.3.1-36.jar" +filename = "ImmersivePetroleum-1.20.1-4.3.1-36b.jar" side = "both" [download] -url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/ImmersivePetroleum-1.20.1-4.3.1-36.jar" +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/ImmersivePetroleum-1.20.1-4.3.1-36b.jar" hash-format = "sha256" -hash = "ccad486d6609b1d3df63bdc202a3b0b4d5e70b670b51f0ccfb63cb415b242049" +hash = "cec000b892ae56452c54471a6411ee8f7afcec9b37eb7a3fb0319cf015983173" diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml index c332117..26fa524 100644 --- a/mods/jade.pw.toml +++ b/mods/jade.pw.toml @@ -1,8 +1,8 @@ name = "Jade" -filename = "Jade-1.20.1-Forge-11.13.2.jar" +filename = "Jade-1.20.1-Forge-11.13.3.jar" side = "both" [download] -url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/Jade-1.20.1-Forge-11.13.2.jar" +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/Jade-1.20.1-Forge-11.13.3.jar" hash-format = "sha256" -hash = "31949971a7a8d5a5bc95ad9d400cbedfd2d65ffbfb3cea7c0b2fa3b47431a0a5" +hash = "a632c77975e5aedff6322b0072f8b0db3f5d4bf914df6bdcc87d1aea4d5f55f4" diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml index 6f1060e..15e6fa3 100644 --- a/mods/jei.pw.toml +++ b/mods/jei.pw.toml @@ -1,8 +1,8 @@ name = "jei" -filename = "jei-1.20.1-forge-15.20.0.134.jar" +filename = "jei-1.20.1-forge-15.21.0.138.jar" side = "both" [download] -url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/jei-1.20.1-forge-15.20.0.134.jar" +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/jei-1.20.1-forge-15.21.0.138.jar" hash-format = "sha256" -hash = "7cc9f12b02e5ab625933c67dac819ff873a7508728b66e6077b13704e98c478e" +hash = "cfa04f1b86d6f3a1aaa417747b0cc31fe47b386ef727244c69f46f666662856c" diff --git a/mods/mct-immersivetechnology.pw.toml b/mods/mct-immersivetechnology.pw.toml index d1c661e..b39465e 100644 --- a/mods/mct-immersivetechnology.pw.toml +++ b/mods/mct-immersivetechnology.pw.toml @@ -1,8 +1,8 @@ name = "MCT-ImmersiveTechnology" -filename = "MCT-ImmersiveTechnology-1.20.1-2.1.0-b7037-release.jar" +filename = "MCT-ImmersiveTechnology-1.20.1-2.1.0-b7105-release.jar" side = "both" [download] -url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/MCT-ImmersiveTechnology-1.20.1-2.1.0-b7037-release.jar" +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/MCT-ImmersiveTechnology-1.20.1-2.1.0-b7105-release.jar" hash-format = "sha256" -hash = "0398f0809c913e869ac32501ec5422536e5b709f6e5e93d793ada2475354304a" +hash = "43f50359f59b7c5f430d9e2167a2f19ec0283cc049006302074443b21e9623b4" diff --git a/mods/mintlib.pw.toml b/mods/mintlib.pw.toml new file mode 100644 index 0000000..30b8c53 --- /dev/null +++ b/mods/mintlib.pw.toml @@ -0,0 +1,8 @@ +name = "MintLib" +filename = "mint-lib-0.4.0.jar" +side = "both" + +[download] +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/mint-lib-0.4.0.jar" +hash-format = "sha256" +hash = "89abc7a7b8b29c127693b0e317270d355cf4ba38ab67bb9e20571f6baa4a7978" diff --git a/mods/polyeng.pw.toml b/mods/polyeng.pw.toml new file mode 100644 index 0000000..b44067f --- /dev/null +++ b/mods/polyeng.pw.toml @@ -0,0 +1,8 @@ +name = "PolyEng" +filename = "polyeng-forge-0.1.1-1.20.1.jar" +side = "both" + +[download] +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/polyeng-forge-0.1.1-1.20.1.jar" +hash-format = "sha256" +hash = "595eeacf80632633967c1a21b751a6d981b2ac12c16416ec3993b26f26df3af0" diff --git a/mods/realisticnameplates.pw.toml b/mods/realisticnameplates.pw.toml new file mode 100644 index 0000000..dd2f8b8 --- /dev/null +++ b/mods/realisticnameplates.pw.toml @@ -0,0 +1,8 @@ +name = "Realistic Nameplates" +filename = "RealisticNametag-forge-1.20.1-1.3.1.jar" +side = "both" + +[download] +url = "https://git.zombiebytes.net/mad-sqwad/imr6-patches-testing/raw/branch/main/temphost/RealisticNametag-forge-1.20.1-1.3.1.jar" +hash-format = "sha256" +hash = "559eacac3fa118c409b3bc9163b5f7171db609a6b19d55078f05e87ed682040c" diff --git a/pack.toml b/pack.toml index 6fc056b..f750d41 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 = "9dcc2ec1ec38e411ad7550b6fd2b0c9b9379da4ea1fd3613a65f313cd2476a77" +hash = "19f79a8b486ec0a168972d074d5c9f042decf8a7756c0666bdf53b1ee1e4e49b" [versions] forge = "47.4.12"