Compare commits
11 Commits
PatchFramework
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d7da9cbe4 | |||
| d373b32a98 | |||
| f359d09929 | |||
| e328ec0194 | |||
| e2cfe5d768 | |||
| bc1f8c2793 | |||
| 97f052f05f | |||
| 52b9a3d4eb | |||
| 3b936678dc | |||
| e606c635a2 | |||
| 6f4f407da5 |
@@ -0,0 +1,97 @@
|
|||||||
|
|
||||||
|
[Spawning]
|
||||||
|
#This controls whether all boss versions will require specific weather conditions to spawn. Without this, they will appear much more frequently.
|
||||||
|
"Bosses require weather?" = true
|
||||||
|
#Do you want the boss and clone versions to spawn naturally, or only from summoning structures?
|
||||||
|
"Boss natural spawning" = true
|
||||||
|
#Bosses and variant spawns are rare by default. 1=twice as common. 2=default rarity. 3=twice as rare. 4=three times rarer. Avoid decimal and negative numbers.
|
||||||
|
"Boss rarity" = 2.0
|
||||||
|
#This controls whether the stalker bosses (spider moth, scorpioid bloodluster, draconic voidlasher, tormentor) are included in general. Set to false if you only want the other mobs, and the bosses will become unable to be spawned in any way.
|
||||||
|
"Boss inclusion" = true
|
||||||
|
#Controls the vanilla biome-specific spawnrates of ALL non-boss mobs in this mod, including minibosses and all regular arthropods. Default multiplier value is 5. You could more than double the ArPhEx spawnrates by setting it to 2 or 1. Lower values = more spawns (minimum value is 1). No maximum rarity. Avoid decimal and negative numbers.
|
||||||
|
"Non-boss global spawnrates (biome-specific)" = 5.0
|
||||||
|
#ArPhEx has an additional spawning system that gives a 1 in (10) chance to spawn a random ArPhEx mob each time the natural spawn triggers. This system allows ArPhEx mobs to spawn in any non-vanilla overworld biomes, while still accounting for mob rarity. Default number is 5, meaning it has a 1 in 5 chance to spawn each time. Setting it to 0 disables the additional spawning system entirely. Avoid decimal and negative numbers.
|
||||||
|
"Random-system spawnrates (not biome-specific)" = 5.0
|
||||||
|
#This value controls whether ArPhEx entities are included in general. Setting to false makes it impossible to spawn ArPhEx mobs, while keeping the items as usual.
|
||||||
|
"All entities enabled/disabled" = true
|
||||||
|
#Maximum colony tamed ants per player (furthest ants despawn, 20 default)
|
||||||
|
"Max tamed ants per player" = 20.0
|
||||||
|
#Option to limit all natural ArPhEx spawning to the Crawling dimension. Note that you won't be able to craft a crawling compass, so a mod like traveller's compass is recommended
|
||||||
|
"Crawling-restrict all mobs" = false
|
||||||
|
#Specifically disables the Tormentor boss entirely. It will be unable to be spawned in any form if this is enabled.
|
||||||
|
"Disable Tormentor" = false
|
||||||
|
#Disabled by default. If enabled, most mobs will become able to spawn in any dimension, including dimensions from other mods - may cause issues with some mod dimensions. Note, however, that the mobs will have a low spawn weight in other dimensions.
|
||||||
|
"Spawn in other dimensions" = false
|
||||||
|
#By default, the Tormentor can spawn naturally once you defeat the first three bosses. At this point, you probably won't be ready yet to fight it, and so will be forced to seal it and locate a crawling portal (all intentional). Set to false to prevent this, and ensure the Tormentor can only spawn from being summoned. The earlier - Boss natural spawning - config option has the same effect, but also controls other bosses.
|
||||||
|
"Tormentor initial natural spawning" = true
|
||||||
|
#Enabling this will significantly amplfy random-system overworld spawns from the mod, and even add crawling dimension mobs like the spider ambusher into the overworld. Even the non-overworld bosses will spawn rarely in the overworld, except for the Tormentor (this must be summoned manually). Minibosses will spawn commonly. Perfect for fast-paced, intense gameplay!
|
||||||
|
"Insanity Mode" = false
|
||||||
|
#List IDs of any mobs you'd like to disable from the mod, separated by commas. You can find a mob's ID with the /summon command, but note that the arphex: part is not needed, and that this disables mobs completely from being spawned in any way, including existing mobs on world reload. Works on virtually all types of entities from the mod
|
||||||
|
"Disable Specific Mobs" = ["mob_id", "mob_id", "mob_id (add as many as needed, e.g. spider_snatcher)"]
|
||||||
|
#Enabled by default - controls whether non-boss hallucinations (like the spider ones) can spawn. Boss hallucinations are controlled by boss spawning.
|
||||||
|
"Enable non-boss hallucination spawning" = true
|
||||||
|
#If you're not getting enough spawns from the other spawn settings, you can boost them even further with this mode at the cost of reducing vanilla mob spawns on solid ground (potential performance impact). Replaces X in 10 vanilla mobs with a random arphex mob. If insanity mode is enabled, it will replace them with random insanity mode mobs (can include crawling dimension mobs). Therefore, if you set this value to 10.0, it will replace 10/10 (100%) of vanilla mobs with random arphex equivalents. 1.0 by default
|
||||||
|
"Vanilla Replacement Mode" = 1.0
|
||||||
|
#Will only work if Vanilla Replacement Mode has a value above 0. If you enable this as well, even vanilla animal mobs have a chance to be replaced.
|
||||||
|
"Vanilla Animal Replacements" = false
|
||||||
|
|
||||||
|
[Difficulty]
|
||||||
|
#By default, the stalker bosses have hundreds of health points. Choose true to decrease their maximum to just 60 health. Avoid decimal and negative numbers.
|
||||||
|
"Boss easy-mode" = false
|
||||||
|
#Can increase damage for most ArPhEx mob, miniboss, and boss attacks. Affects their ranged projectiles too. Default value is 0. Positive values will give that level of strength to all arphex mobs. Avoid decimal and negative numbers, upper limit is 256. Does not affect Tormentor fight significantly.
|
||||||
|
"Extra Difficulty Control" = 0.0
|
||||||
|
#Can lower damage for most ArPhEx mob, miniboss, and boss attacks. Affects their ranged projectiles too. Default value is 0. Positive values will give that level of weakness to all arphex mobs. Avoid decimal and negative numbers, upper limit is 256. Does not affect Tormentor fight significantly.
|
||||||
|
"Lower Difficulty Control" = 0.0
|
||||||
|
#Option to make the TORMENTOR weaker by lowering its max heath to any specific value. Default and maximum value is 1024.
|
||||||
|
"Tormentor Max Health" = 1024.0
|
||||||
|
#Value is in ticks. Since 20 ticks equate to a second, the default 25 ticks gives the Tormentor 1.25 seconds of immunity after each time it takes damage.
|
||||||
|
"Tormentor Damage Speed Limit" = 20.0
|
||||||
|
#With this mode enabled, all mobs from the mod become unable to target players for attack! For more peaceful gameplay, this is valuable. Full bosses such as the Tormentor and Voidlasher may not follow this setting entirely, so you may want to disable them if using this setting
|
||||||
|
"Friendly Mode" = false
|
||||||
|
#The Tormentor is an omnipresent eldritch god, so it follows you fast. However, you can change the percentage distance of teleportations to target here. 25% of the distance to target per teleportation by default, choose any percentage from 0-100% here
|
||||||
|
"Tormentor Follow Speed" = 25.0
|
||||||
|
#Set to false to disable gateways that lead to the end from the crawling (33% of exit portals).
|
||||||
|
"Include End Access from Crawling" = true
|
||||||
|
#This control enables you to give a resistance potion effect to all arphex mobs. None by default, resistance 5+ would mean mobs are invincible
|
||||||
|
"ArPhEx resistance effects" = 0.0
|
||||||
|
|
||||||
|
[Other]
|
||||||
|
#When you join a world for the first time with ArPhEx installed, it shows a welcome message, informing you about the wiki and showing that the mod is active. Set to false to disable.
|
||||||
|
"Welcome message" = false
|
||||||
|
#Allow structure generations? Without them you will need to cheat to access the lower Crawling dimension layers or get ant colonies and termite-related items. Some tiny elements may still generate.
|
||||||
|
"Structure generation toggle" = true
|
||||||
|
#Keep enabled if you want to use the bonus rendering system for the Tormentor, featuring modified fog distance and a giant portal over the top of the entity
|
||||||
|
"Special Tormentor rendering" = true
|
||||||
|
#The Tormented Wrath is an explosive post-Tormentor weapon that can shoot more and more powerful explosives the more times its user has killed the final Tormentor boss. You can limit the charge level here (default is 200, matching with the maximum amount of Tormentor kills that can be registered)
|
||||||
|
"Limit Tormented Wrath Power" = 100.0
|
||||||
|
#Disable to limit the staff's ability to walk through walls if it breaks something in your map or modpack
|
||||||
|
"Allow Ethereal Staff wall bypassing" = true
|
||||||
|
#To encourage players to build a den for their ant queens, the queens are required to be under a roof, or take damage otherwise. Set to false to disable the damage
|
||||||
|
"Ant Queen outside damage" = true
|
||||||
|
#Set to false to disable the Tormentor's cloud of particles. These can have a significant performance hit for some users.
|
||||||
|
"Tormentor Particles" = true
|
||||||
|
#Enable Tormentor's ability to add blurring and desaturation shaders when Tormenting
|
||||||
|
"Tormentor Shaders" = true
|
||||||
|
#The Tormentor can occasionally respond to chat messages that mention its name, using a random threatening line. There are 32 built-in messages. You can add your own below, one per line. Each custom entry you add reduces the chance of using a built-in line. If you list 32 or more custom messages, only your custom responses will ever be used.
|
||||||
|
"Bonus Tormentor Chat Messages" = ["I am here, mortal", "Your torment is inevitable"]
|
||||||
|
#When the tormentor responds to a chat message, it has a 50% chance to cooldown. This config option lets you choose how many seconds it would cooldown for
|
||||||
|
"Tormentor Response Cooldown" = 2400.0
|
||||||
|
#Set to false to disable mobs like locusts from breaking crops, and minibosses/bosses from breaking leaves. Does not affect tamed ant commands, or the Tormentor's attacks
|
||||||
|
"ArPhEx Griefing" = true
|
||||||
|
#Set to false to disable explosions from the final Tormentor boss' attacks - note that it only attacks if attacked first, and won't target players who died within the last minute, so its terrain damage can be localised to specific areas or avoided entirely with flight.
|
||||||
|
"Tormentor Griefing" = true
|
||||||
|
#Enables the Crawling Castle to generate on the world surface if enabled - otherwise generates underground
|
||||||
|
"Crawling Castle Surface" = true
|
||||||
|
#Option to disable destructive block breaking from destructive weapons like the Tormented Wrath and Genesis Rifle
|
||||||
|
"Arphex Item Griefing" = true
|
||||||
|
#Set to false to disable the Temporospatial Transmitter item's mass block placing abilities - an endgame tool that lets you place up to 64 blocks at once from whatever blocks you have in off-hand. May cause issues in some servers or maps
|
||||||
|
"Arphex Block Griefing" = true
|
||||||
|
#Set to false to disable (may cause nausea for some, especially in VR)
|
||||||
|
"Spacetime Flight View Tilt" = true
|
||||||
|
#Toggle to false to disable the flash popups of bosses that appear when they spawn nearby or kill any entity.
|
||||||
|
"Show Boss Scare Popups" = true
|
||||||
|
#Set to false to disable mob kill milestone trophies from dropping
|
||||||
|
"Drop Trophies Naturally" = true
|
||||||
|
#By default, the Tormentor can render itself at night during full moons, high in the sky as a bonus scare. Set to false to disable
|
||||||
|
"Enable Tormentor Sky Hallucination" = true
|
||||||
|
|
||||||
@@ -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 = []
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
#Common configs
|
||||||
|
[common]
|
||||||
|
|
||||||
|
#Compat configs
|
||||||
|
[common.compat]
|
||||||
|
#If curios compat should be enabled
|
||||||
|
curios_compat = true
|
||||||
|
|
||||||
@@ -124,6 +124,17 @@
|
|||||||
shyre = true
|
shyre = true
|
||||||
stranglewood = 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]
|
||||||
|
|
||||||
[types.leaves_type.tconstruct]
|
[types.leaves_type.tconstruct]
|
||||||
@@ -270,6 +281,13 @@
|
|||||||
shyre = true
|
shyre = true
|
||||||
vein = true
|
vein = true
|
||||||
|
|
||||||
|
[types.leaves_type.astral_dimension]
|
||||||
|
fiery = true
|
||||||
|
soggy = true
|
||||||
|
wisteria = true
|
||||||
|
fiery_birch = true
|
||||||
|
soul = true
|
||||||
|
|
||||||
#Disables specific entries
|
#Disables specific entries
|
||||||
[entries]
|
[entries]
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
@@ -35,7 +35,6 @@ XP Tome
|
|||||||
[Let's Do] Beachparty
|
[Let's Do] Beachparty
|
||||||
[Let's Do] BloomingNature
|
[Let's Do] BloomingNature
|
||||||
[Let's Do] Brewery
|
[Let's Do] Brewery
|
||||||
[Let's Do] Camping
|
|
||||||
[Let's Do] Candlelight
|
[Let's Do] Candlelight
|
||||||
[Let's Do] Farm & Charm
|
[Let's Do] Farm & Charm
|
||||||
[Let's Do] Furniture
|
[Let's Do] Furniture
|
||||||
@@ -94,7 +93,6 @@ ProjectRed Integration
|
|||||||
ProjectRed Transmission
|
ProjectRed Transmission
|
||||||
The Midnight
|
The Midnight
|
||||||
The Undergarden
|
The Undergarden
|
||||||
goat_man
|
|
||||||
I Wanna Skate
|
I Wanna Skate
|
||||||
Just Outdoor Stuffs
|
Just Outdoor Stuffs
|
||||||
Measurements
|
Measurements
|
||||||
@@ -151,3 +149,8 @@ Aesthetic Stairs
|
|||||||
More Slabs Stairs & Walls
|
More Slabs Stairs & Walls
|
||||||
VinURL
|
VinURL
|
||||||
Crafting Station
|
Crafting Station
|
||||||
|
Camping
|
||||||
|
Chargers
|
||||||
|
Astral Dimension
|
||||||
|
Better Fishtanks
|
||||||
|
Born in Chaos
|
||||||
|
|||||||
@@ -183,6 +183,11 @@
|
|||||||
# Default Value: true
|
# Default Value: true
|
||||||
SearchModIds = 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.
|
# Description: Search by the shorthand first letters of a mod's name.
|
||||||
# Valid Values: [true, false]
|
# Valid Values: [true, false]
|
||||||
# Default Value: true
|
# Default Value: true
|
||||||
|
|||||||
@@ -202,3 +202,7 @@ aoa3:imbuing
|
|||||||
aoa3:infusion
|
aoa3:infusion
|
||||||
aoa3:upgrade_kit
|
aoa3:upgrade_kit
|
||||||
aoa3:whitewashing
|
aoa3:whitewashing
|
||||||
|
betterfishtanks:aquarist_deco_crafting
|
||||||
|
betterfishtanks:aquarist_egg_crafting
|
||||||
|
betterfishtanks:aquarist_egg_obtaining
|
||||||
|
betterfishtanks:aquarist_food_crafting
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||||
#Sun Jul 19 16:06:37 GMT 2026
|
#Mon Jul 20 13:06:17 GMT 2026
|
||||||
colorSpace=SRGB
|
colorSpace=SRGB
|
||||||
disableUpdateMessage=true
|
disableUpdateMessage=true
|
||||||
enableDebugOptions=false
|
enableDebugOptions=false
|
||||||
enableShaders=false
|
enableShaders=true
|
||||||
maxShadowRenderDistance=32
|
maxShadowRenderDistance=32
|
||||||
shaderPack=Fantasy Shaders Unbound v1.1.zip
|
shaderPack=Fantasy Shaders Unbound v1.1.zip
|
||||||
|
|||||||
@@ -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.
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 215 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 160 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 308 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 231 KiB |
@@ -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.
|
||||||
+144
-24
@@ -1,9 +1,5 @@
|
|||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "README.md"
|
|
||||||
hash = "106dab17c69017c65de1c370cc15c8fd172d96bb988493c04ff8dbf4c3aad3fc"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "build.sh"
|
file = "build.sh"
|
||||||
hash = "2d074d1534656f87e314e36ee00ad08fa4c90f20e43978cb4341f2b84c4f4046"
|
hash = "2d074d1534656f87e314e36ee00ad08fa4c90f20e43978cb4341f2b84c4f4046"
|
||||||
@@ -16,6 +12,10 @@ hash = "0ccf7084062f696c9c2c8255dc74994327a71512cb290f9e2e2b7ff502850b5e"
|
|||||||
file = "config/AdvancedBackups.properties"
|
file = "config/AdvancedBackups.properties"
|
||||||
hash = "db154f73880c88d89fd212b0caa6db2aa4dbfb032c3a7841bd43ec3524a75fa4"
|
hash = "db154f73880c88d89fd212b0caa6db2aa4dbfb032c3a7841bd43ec3524a75fa4"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/ArPhEx Configurations.toml"
|
||||||
|
hash = "49b31afcd6f0b6003e0e784c00816542d12bb577ea608295a92096c26e417a77"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/CustomNpcs.cfg"
|
file = "config/CustomNpcs.cfg"
|
||||||
hash = "6c653794c8e1d87b8bc9af443c7df6453565b82eeb4e2b98dcb180d0b118d46d"
|
hash = "6c653794c8e1d87b8bc9af443c7df6453565b82eeb4e2b98dcb180d0b118d46d"
|
||||||
@@ -1328,6 +1328,10 @@ hash = "ce07dcc8f1e6d751f1c79f03ea7132ad06cac0d21e2a5cfd01eb3a7dc265cb80"
|
|||||||
file = "config/betterf3.toml"
|
file = "config/betterf3.toml"
|
||||||
hash = "d017c4fb4b31f558bb9439194471fc9928ac01ca03dbaa1f11b27cd765923115"
|
hash = "d017c4fb4b31f558bb9439194471fc9928ac01ca03dbaa1f11b27cd765923115"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/betterfishtanks-common.toml"
|
||||||
|
hash = "4eeca1a9bd5ef9c13503eb9b95408e1a67bfe68bd93c16cb99b83f266f644b13"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/betterfortresses-forge-1_20.toml"
|
file = "config/betterfortresses-forge-1_20.toml"
|
||||||
hash = "f2f62d4aeb0accb643062ecd12a24e5697e99a50bb8a258bb31d1b82e60636bb"
|
hash = "f2f62d4aeb0accb643062ecd12a24e5697e99a50bb8a258bb31d1b82e60636bb"
|
||||||
@@ -1440,6 +1444,10 @@ hash = "4d2c61e691eb5e07dbea9c8dd3b03073911d01558ff741073561b5b4328f87fd"
|
|||||||
file = "config/biomesoplenty/generation.toml"
|
file = "config/biomesoplenty/generation.toml"
|
||||||
hash = "9f6f4e0b8cebc8210273e49a9b436c3e6a5bfb5695c2b44ce346d56b96ef9996"
|
hash = "9f6f4e0b8cebc8210273e49a9b436c3e6a5bfb5695c2b44ce346d56b96ef9996"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/blasttravel-common.toml"
|
||||||
|
hash = "9f262f3db34a2d62842a5f0dac8d840fabda55d242d9491a0b0241cb77b6b713"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/bloodmagic-client.toml"
|
file = "config/bloodmagic-client.toml"
|
||||||
hash = "797d06917505ea9abaa843524f885960f5d182c20932a7c2e958f13925395d35"
|
hash = "797d06917505ea9abaa843524f885960f5d182c20932a7c2e958f13925395d35"
|
||||||
@@ -1652,6 +1660,10 @@ hash = "ce3f311460e4198f74c6a9f8bb8ad0ddcb12f00d20760f3edff929d666815392"
|
|||||||
file = "config/chalk-common.toml"
|
file = "config/chalk-common.toml"
|
||||||
hash = "ccdfe30e89e460a8ee440a3b2c19e1cf3b4292c0691e9689db32b680c2c9366d"
|
hash = "ccdfe30e89e460a8ee440a3b2c19e1cf3b4292c0691e9689db32b680c2c9366d"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/chargers-common.toml"
|
||||||
|
hash = "044ea28d8cf32389a5dd32c1646e9550c1996d1e67f2dcf5bbf1863f2f1bd27d"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/charmofundying-server.toml"
|
file = "config/charmofundying-server.toml"
|
||||||
hash = "e4c5841a10d5024f4ee31cf46b201233a385aaf9badf314d9ebded3feb12d356"
|
hash = "e4c5841a10d5024f4ee31cf46b201233a385aaf9badf314d9ebded3feb12d356"
|
||||||
@@ -2234,7 +2246,7 @@ hash = "6f6d67e493c8ff573df151015640bad166cebf9603b74a4eb978a30942ec6780"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/everycomp-entries.toml"
|
file = "config/everycomp-entries.toml"
|
||||||
hash = "e718e803130f29fac6c54088c2fb7f568674cdd712c0b8abaff6895d3d7b28cd"
|
hash = "2e2e1eb86f91ae733481af436132ac88be1ce25f5a2fa86bc13526bc6368b0ff"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/everycomp-hazardous.toml"
|
file = "config/everycomp-hazardous.toml"
|
||||||
@@ -2296,6 +2308,10 @@ hash = "f472b618479f33e6a508742d79af88428b0225a703bda52de27d1c4774a77e43"
|
|||||||
file = "config/fabric_loader_dependencies.json"
|
file = "config/fabric_loader_dependencies.json"
|
||||||
hash = "e9b9af324a1536cd1e6b77e8ec33fa43aa03972947ca73306897b89f39c2f0cb"
|
hash = "e9b9af324a1536cd1e6b77e8ec33fa43aa03972947ca73306897b89f39c2f0cb"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/face_of_horror-client.toml"
|
||||||
|
hash = "1bb6ef493bc3756eb61e4fd6fa101ccb24695f04af589845b2c88b164f1e9b17"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/fallingleaves-client.toml"
|
file = "config/fallingleaves-client.toml"
|
||||||
hash = "2cd017af6632239398b694fadf8191d6073cf39585549876cc682843f521ecb3"
|
hash = "2cd017af6632239398b694fadf8191d6073cf39585549876cc682843f521ecb3"
|
||||||
@@ -3218,7 +3234,7 @@ hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/ingredient-list-mod-sort-order.ini"
|
file = "config/jei/ingredient-list-mod-sort-order.ini"
|
||||||
hash = "c1dcd488c180438bead0896c3adf68ce3c12b17258b92c2427280c56d3065c12"
|
hash = "7faed14f02b6e148c8aaa6711360e3b503fdb4b38bb3f94acd877be088dafe1b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/ingredient-list-type-sort-order.ini"
|
file = "config/jei/ingredient-list-type-sort-order.ini"
|
||||||
@@ -3226,7 +3242,7 @@ hash = "39f4ea314660784f7aea9016518456bdd4d9dd1e3650150157fca6a5c839ac14"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/jei-client.ini"
|
file = "config/jei/jei-client.ini"
|
||||||
hash = "34588df52d85317d1678a70c5bcfd905833cc7eb3b6077c500789fd2248998d5"
|
hash = "54db1dc84f7241ee41596afaf198355afb9493d865547ba6446abc4cba9fb969"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/jei-colors.ini"
|
file = "config/jei/jei-colors.ini"
|
||||||
@@ -3242,7 +3258,7 @@ hash = "07052785400b48d3757dbbcfff0b50899fbaed1ac54ea09bc9024ea7f73b7644"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/recipe-category-sort-order.ini"
|
file = "config/jei/recipe-category-sort-order.ini"
|
||||||
hash = "ff09801d2b4f887101e030958dfb18cf83751eb36e62ec67489338963d74fed4"
|
hash = "41dae79d77a8754d1cc933a09988ecace6de4b02e1cd5d269f277b961e7ff76a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/world/local/New_World/lookupHistory.ini"
|
file = "config/jei/world/local/New_World/lookupHistory.ini"
|
||||||
@@ -3746,7 +3762,7 @@ hash = "2da918542d7e57dad43c0b0614f5d79ddf67989016a71ef2d61344163edd7f1e"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/oculus.properties"
|
file = "config/oculus.properties"
|
||||||
hash = "06b11e527b6413b25ad001407e8c41c10c1617a51e7146f03e570de1156d21ff"
|
hash = "667687af27332a127d53f0427f519717bd746984131d802e6fdffe8dfc6dc6a2"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/oculus_shader_bypass-client.toml"
|
file = "config/oculus_shader_bypass-client.toml"
|
||||||
@@ -4908,6 +4924,30 @@ hash = "eb04fc4a04127245960a731ed41abefc228b3943ec0ebb0a843fa4148e959c86"
|
|||||||
file = "defaultconfigs/voltaic.txt"
|
file = "defaultconfigs/voltaic.txt"
|
||||||
hash = "0a6a23e10c72a7a5bad173d3a8b2e4d5169d4c27548bad02bc16a3ff22ec9ed7"
|
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]]
|
[[files]]
|
||||||
file = "mods/accessories.pw.toml"
|
file = "mods/accessories.pw.toml"
|
||||||
hash = "dbf33f21250d9021ee1477fa6a32813f3dfad8f2277455176e13b9186d802e6b"
|
hash = "dbf33f21250d9021ee1477fa6a32813f3dfad8f2277455176e13b9186d802e6b"
|
||||||
@@ -5003,6 +5043,11 @@ file = "mods/architectury.pw.toml"
|
|||||||
hash = "c3db679a833850d44764bcc265d30f86d4ff06b0451d1a1e8711fbddde9610ed"
|
hash = "c3db679a833850d44764bcc265d30f86d4ff06b0451d1a1e8711fbddde9610ed"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/arphex.pw.toml"
|
||||||
|
hash = "61f695966363434f0e17e7013d4f85d4774d8288c2147ff66848bd04cd90ec65"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ars-additions.pw.toml"
|
file = "mods/ars-additions.pw.toml"
|
||||||
hash = "bb10002c5935d8d0fe157b3fcc63767e43a1657c8d5c8276c18b48c2a7774b16"
|
hash = "bb10002c5935d8d0fe157b3fcc63767e43a1657c8d5c8276c18b48c2a7774b16"
|
||||||
@@ -5043,6 +5088,11 @@ file = "mods/assemblylin.pw.toml"
|
|||||||
hash = "1b92051fdebd33774675e5201eb5a374aca1e3b0ae7a6ec1db56f2403cf42b1a"
|
hash = "1b92051fdebd33774675e5201eb5a374aca1e3b0ae7a6ec1db56f2403cf42b1a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/astraldim.pw.toml"
|
||||||
|
hash = "0976f6c0c8817768357d7d99983dc5ae400fc370baa5bb90643e26f52580a46f"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/athena.pw.toml"
|
file = "mods/athena.pw.toml"
|
||||||
hash = "59d7bb8ff601cb57e82032673c7f8f139584dc97ff02b264f8e654f36a04dec3"
|
hash = "59d7bb8ff601cb57e82032673c7f8f139584dc97ff02b264f8e654f36a04dec3"
|
||||||
@@ -5070,12 +5120,12 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ballistix.pw.toml"
|
file = "mods/ballistix.pw.toml"
|
||||||
hash = "ce5347a561bf076e2f645592be702fc77a3f95ebd5e9046902ed97a995297ad8"
|
hash = "c71b467f2110b0fffdf6cf3bbca9ea0007b367544fbbc9dc0bb5e6699ab8c516"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/balm.pw.toml"
|
file = "mods/balm.pw.toml"
|
||||||
hash = "ac5b6a9a3a711ba60565bc82c0f2017a4deeb1dd713f2506cedad6ab0630253b"
|
hash = "f0441052719e1960098026eb98b4fa80d28d6784abb78acfdf9eeef531bc60f3"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -5098,6 +5148,11 @@ file = "mods/betterf3.pw.toml"
|
|||||||
hash = "06e370ea8f8ce35b90ffc563ee81ef9e54f0f4300b43728372772ed6cca07bf4"
|
hash = "06e370ea8f8ce35b90ffc563ee81ef9e54f0f4300b43728372772ed6cca07bf4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/betterfishtanks.pw.toml"
|
||||||
|
hash = "1b5bbef47c208ae60bcf1b6eea5e602ba7092c3f88c41488fdb6ad109733866a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/betterthirdperson.pw.toml"
|
file = "mods/betterthirdperson.pw.toml"
|
||||||
hash = "44f73ebe95ace26b1f18dfe9965aa4f3c86b87d660c90f0787c95d23b17a1978"
|
hash = "44f73ebe95ace26b1f18dfe9965aa4f3c86b87d660c90f0787c95d23b17a1978"
|
||||||
@@ -5125,7 +5180,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/blasttravel.pw.toml"
|
file = "mods/blasttravel.pw.toml"
|
||||||
hash = "a1ab3b968490c4f44c52b10801a3f29aa497c9e893b98ba47aea6e0f32022ba9"
|
hash = "261dc0bcf4c7ce3f4769c04a59a7ac47cc7c873c4b66f35778f49fca24464bf6"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -5143,6 +5198,11 @@ file = "mods/bookshelf.pw.toml"
|
|||||||
hash = "30ecfcbb1310a0cb28f6caf8dfc5101e3ba5a7e61f91207b8f6f1f67597f7a00"
|
hash = "30ecfcbb1310a0cb28f6caf8dfc5101e3ba5a7e61f91207b8f6f1f67597f7a00"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/borninchaos.pw.toml"
|
||||||
|
hash = "090e8ea3233b294fe1abff9e7bd6fa2c3690a5c4a080de9fbbf2c59e60c03fda"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/botarium.pw.toml"
|
file = "mods/botarium.pw.toml"
|
||||||
hash = "7659a7d4e861fdca00a653fee05eff8caacac64f848475fbcd6a7d5b484601db"
|
hash = "7659a7d4e861fdca00a653fee05eff8caacac64f848475fbcd6a7d5b484601db"
|
||||||
@@ -5203,9 +5263,24 @@ file = "mods/cbmultipart.pw.toml"
|
|||||||
hash = "a9d42c396ad56f43d2b97078863084629b9d71e6b78e9b3ef279e021fe07e46c"
|
hash = "a9d42c396ad56f43d2b97078863084629b9d71e6b78e9b3ef279e021fe07e46c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/celestials.pw.toml"
|
||||||
|
hash = "b25b6cd906b21919020fe6e79815efaf09207c0b0c7374c55c660bac47fb37da"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/chaosmoon.pw.toml"
|
||||||
|
hash = "448f112b108152241831eebfe8af47b02b05f72ccf4e0a6217bcdd6a5bb7952b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/chargers.pw.toml"
|
||||||
|
hash = "58a4bce85dba308e1302a3ca98c1b416a5d5e7074b8ca35379c307abb9f4f419"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/chat-heads.pw.toml"
|
file = "mods/chat-heads.pw.toml"
|
||||||
hash = "621db45fa1a68d0ccc181b5b69d1e1d2ebf2c705f5434af31ef15bc774d6a391"
|
hash = "3ab62f27f8c120291e2ab7d972120e2bc37a60ad3322a2bf5a2d72f0cb394809"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -5240,7 +5315,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/codechickenlib.pw.toml"
|
file = "mods/codechickenlib.pw.toml"
|
||||||
hash = "3f8058f5efca60f8bb000c08807276b17a8e2c81530fb5d4e4fb1d9d5de1d616"
|
hash = "f323051e5c8d87418a1d67375a28f18af7dc0e81637897f5f29a55f7da50087b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -5268,6 +5343,11 @@ file = "mods/configured.pw.toml"
|
|||||||
hash = "7055fa307f87d5256586d063bd8f3ba362c040c99805087916e48b158a200422"
|
hash = "7055fa307f87d5256586d063bd8f3ba362c040c99805087916e48b158a200422"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/connectiblechains.pw.toml"
|
||||||
|
hash = "128cd50fcde7791da9a4986ac9509db908a4c4b8d178b71a7862dcb0d16738cd"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/connector.pw.toml"
|
file = "mods/connector.pw.toml"
|
||||||
hash = "93ef90a5df70b470f00019a327fa59a19ff219f4811c732e8825b236a255dfff"
|
hash = "93ef90a5df70b470f00019a327fa59a19ff219f4811c732e8825b236a255dfff"
|
||||||
@@ -5338,6 +5418,11 @@ file = "mods/curios.pw.toml"
|
|||||||
hash = "c61139fc9d8357ed3eef9d20c380f540bf0ca247097853ee820598afaaa0411a"
|
hash = "c61139fc9d8357ed3eef9d20c380f540bf0ca247097853ee820598afaaa0411a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/dataanchorlib.pw.toml"
|
||||||
|
hash = "d0c22b594e3875b99f034531a7560b24078ff81cefc954313f5f8a4b3ca8567a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/deeperdarker.pw.toml"
|
file = "mods/deeperdarker.pw.toml"
|
||||||
hash = "fba9caa327ea400e0eeaff9b464a452a5f1024839c9f706439a4abe109ea11b3"
|
hash = "fba9caa327ea400e0eeaff9b464a452a5f1024839c9f706439a4abe109ea11b3"
|
||||||
@@ -5385,7 +5470,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/drippyloadingscreen.pw.toml"
|
file = "mods/drippyloadingscreen.pw.toml"
|
||||||
hash = "04ed26e649b66086c47dad7efd69da6b0972e5f4b0a0fe846f2537ba145c968f"
|
hash = "500f4ea5e67ef6f278f9b461219e9d606796be5ebaa0760fb804ccfa0c7c6652"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -5515,7 +5600,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/extendedtools.pw.toml"
|
file = "mods/extendedtools.pw.toml"
|
||||||
hash = "d6e3ed45c9bf93da5fc85441ae1698b5ca10e1ec5e5393df0ef5c171fa1f1c0e"
|
hash = "48cb8e77c3582514365b18d758746b34167feeb080d1182b894d658ac179b8a1"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -5530,7 +5615,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fancymenu.pw.toml"
|
file = "mods/fancymenu.pw.toml"
|
||||||
hash = "8e1632b28977415448939dd72b271c2fa8fe72cbdeb4619cf2bade117eba5ded"
|
hash = "ea96b2e11e7ce7d6d8cb6e93894e5001ea3b7cd4c32ba0b5f9cf8b66170d6f54"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -5640,7 +5725,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/horseman.pw.toml"
|
file = "mods/horseman.pw.toml"
|
||||||
hash = "669429dedfde4a194b38d1ab522cf1fffcae5a3dece6df9c9043919aaeff627c"
|
hash = "f71afc53030d70a2f7745edeeec772a5ba06ffad3e768d2645eef1701c860c34"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -5690,7 +5775,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/immersivefixes.pw.toml"
|
file = "mods/immersivefixes.pw.toml"
|
||||||
hash = "8d90a88bab2ecae001a02cdee81497dcada5b85cacc5f3d0f9342f27808e7cd7"
|
hash = "6e30c2d6dd68e3c8f03c53b1f5f92e00c88fd825a3a7d7f8ce789c69110f4f08"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -5700,7 +5785,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/immersivepetroleum.pw.toml"
|
file = "mods/immersivepetroleum.pw.toml"
|
||||||
hash = "8fd214365582eaa2e9419ca358461bacd95aaa52a374ed73c8a35ef8b9995501"
|
hash = "3344034cba0d93e86e25756b21684de97f7ff52e54dcc68085e3e68f2b7a205e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -5718,6 +5803,11 @@ file = "mods/infinitybuttons.pw.toml"
|
|||||||
hash = "9184695268c864ae44e081cf4e5d2c1a6d75ec0b83b6df568df0588443942f21"
|
hash = "9184695268c864ae44e081cf4e5d2c1a6d75ec0b83b6df568df0588443942f21"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/invtweaks.pw.toml"
|
||||||
|
hash = "d55bb152f0283ff91c84ece82e3dfde4a1ac62b310b164139cf96a600f63c3e4"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/inwitched-forge-release.pw.toml"
|
file = "mods/inwitched-forge-release.pw.toml"
|
||||||
hash = "f6f5ddf64b1bbf72091c5f4f350a45c5c81316a52fa1fb37d441038e3bb51537"
|
hash = "f6f5ddf64b1bbf72091c5f4f350a45c5c81316a52fa1fb37d441038e3bb51537"
|
||||||
@@ -5735,7 +5825,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/jade.pw.toml"
|
file = "mods/jade.pw.toml"
|
||||||
hash = "c5388d7a45b2f9632778a02779c8472923b7771a07c5f8927bf7a0bce25187ca"
|
hash = "51780308d7e01da4a108dfc5d8f949c07f2dfacef0333acb43b9fa89ed7c30d6"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -5950,7 +6040,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mct-immersivetechnology.pw.toml"
|
file = "mods/mct-immersivetechnology.pw.toml"
|
||||||
hash = "55c1be4972c9e09e44fdf87edcd0b4758afabfd85373b24f4e33fffadbff94f9"
|
hash = "e58c740ec978f8dc94ea91dfcc7219cd67742e4269bc9c5f16ed44f38a797c7d"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -5993,6 +6083,11 @@ file = "mods/miners-delight.pw.toml"
|
|||||||
hash = "ee124af1ed9c9b66935140105d3516907026e7c2c6faa195d9b006917274f778"
|
hash = "ee124af1ed9c9b66935140105d3516907026e7c2c6faa195d9b006917274f778"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/mintlib.pw.toml"
|
||||||
|
hash = "8f573e7196f0be1a8e7ec1a5628b70acae5df371b0e5fba70360bd41bfc5c7f6"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mobcompack.pw.toml"
|
file = "mods/mobcompack.pw.toml"
|
||||||
hash = "d17f0f2c19a500d2ff451a78a1ffb764671bf0061e0ac7e352ef054f4ec878eb"
|
hash = "d17f0f2c19a500d2ff451a78a1ffb764671bf0061e0ac7e352ef054f4ec878eb"
|
||||||
@@ -6003,6 +6098,11 @@ file = "mods/mobsofsins.pw.toml"
|
|||||||
hash = "36eac0f44d214e48bde37fdcd1af9b562293fe3301b1fd27bb6fa4c827ea0271"
|
hash = "36eac0f44d214e48bde37fdcd1af9b562293fe3301b1fd27bb6fa4c827ea0271"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/mocreatures.pw.toml"
|
||||||
|
hash = "54e0404ed19d9d806c6a47c3de789c6741e645dd1359555989681ed7312b447c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mods-optimizer.pw.toml"
|
file = "mods/mods-optimizer.pw.toml"
|
||||||
hash = "6dcbfbdf5cef34a48e94d47c20b23958a54f671e002fb054c78936abeb03137d"
|
hash = "6dcbfbdf5cef34a48e94d47c20b23958a54f671e002fb054c78936abeb03137d"
|
||||||
@@ -6125,7 +6225,12 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/nuclearscience.pw.toml"
|
file = "mods/nuclearscience.pw.toml"
|
||||||
hash = "9c1bdde26940c3b7ab6db92de97b9d8dc9a1ed69a027451a44266cc38ee0437a"
|
hash = "a26704ff847ba1cba428e8686f279a2f2e372970a352be664054a59e1d588600"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/nyfsspiders.pw.toml"
|
||||||
|
hash = "65ceea9082f4c8e213e8a5f3d2cb15edf867d99d59bd9e11b44a8140a5a6c786"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -6203,6 +6308,11 @@ file = "mods/plushie-buddies.pw.toml"
|
|||||||
hash = "7aeb1a0ed2484cd01afdf3585d5913f2b91ffd5eb73a3a84ef9edc9112f0e712"
|
hash = "7aeb1a0ed2484cd01afdf3585d5913f2b91ffd5eb73a3a84ef9edc9112f0e712"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/polyeng.pw.toml"
|
||||||
|
hash = "4dfb5f909ce333a704cccbafa85a12bbc31b33c2b9a0ef156e5545e513f24f72"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/polymorph-forge.pw.toml"
|
file = "mods/polymorph-forge.pw.toml"
|
||||||
hash = "5c00c233b15fc455daa0a7230af4cb245c38d43043bfa6ef42a9b20cd1262197"
|
hash = "5c00c233b15fc455daa0a7230af4cb245c38d43043bfa6ef42a9b20cd1262197"
|
||||||
@@ -6248,11 +6358,21 @@ file = "mods/radium.pw.toml"
|
|||||||
hash = "43c03d82fe6f26ff8a378a2b5229cdae3768d0dce7dbba5b2cefcd2c2e14bd70"
|
hash = "43c03d82fe6f26ff8a378a2b5229cdae3768d0dce7dbba5b2cefcd2c2e14bd70"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/ratelimits.pw.toml"
|
||||||
|
hash = "0faf13145ade7ddcdcaefcf670d3d4bc0c45016e7c4c51403a5ee8efabb50775"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/realisticlanding.pw.toml"
|
file = "mods/realisticlanding.pw.toml"
|
||||||
hash = "7737d11aff22af9046fb4357a5854c947aeb1e4563d02ca1d57941c690cdd3f8"
|
hash = "7737d11aff22af9046fb4357a5854c947aeb1e4563d02ca1d57941c690cdd3f8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/realisticnameplates.pw.toml"
|
||||||
|
hash = "1bd1d9e45c7982f72dac8a2e9cab328bd0d54bbb95277251b216175a29edbed5"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/realmrpg-imps-and-demons.pw.toml"
|
file = "mods/realmrpg-imps-and-demons.pw.toml"
|
||||||
hash = "3ae4d0f77f043e56cbd4d01e2f00adea2a93633e10493a6db473188ab53acf03"
|
hash = "3ae4d0f77f043e56cbd4d01e2f00adea2a93633e10493a6db473188ab53acf03"
|
||||||
@@ -6385,7 +6505,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/supermartijn642corelib.pw.toml"
|
file = "mods/supermartijn642corelib.pw.toml"
|
||||||
hash = "51cae54441ba5dd666ff0fbb7afe4e1feaa1ea0b710cd8f2a918aee0f26dbb67"
|
hash = "950d9f8be62cd539e23627708b5453fd1de0cd7b3ba6badcc08e5f6b2e772d44"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
name = "Creepy Crawlers"
|
||||||
|
filename = "ArPhEx-5.0.2-forge-1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/ArPhEx-5.0.2-forge-1.20.1.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "4e60117d3c8e4c22d041d9c2524d5a5fd4b7f624afd9b495adcca68065e00fbc"
|
||||||
@@ -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/raw/branch/main/minecraft/mods/astral_dimension-forge-1.20.1-2.3.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "3f17be4f841e4c511ece9453a1435c0e92eeb047fb04863ab92590a58ec2074a"
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "Ballistix"
|
name = "Ballistix"
|
||||||
filename = "Ballistix-1.20.1-1.0.9.jar"
|
filename = "Ballistix-1.20.1-1.0.13.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/Ballistix-1.20.1-1.0.9.jar"
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/Ballistix-1.20.1-1.0.13.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "b7499331b019937b4acb8d5585012d6ac02446642a5087195530843dcf0458a9"
|
hash = "a2861694350f3840ce463a6a5ecdf41c96c4a9c8f6b675cfd780359fadadbdf2"
|
||||||
|
|||||||
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
name = "balm"
|
name = "balm"
|
||||||
filename = "balm-forge-1.20.1-7.3.41-all.jar"
|
filename = "balm-forge-1.20.1-7.3.42.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/balm-forge-1.20.1-7.3.41-all.jar"
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/balm-forge-1.20.1-7.3.42.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "053205e3dac0d19fcff4aa3d4f5e4df48d3398b54d446d65fb918c520429e11a"
|
hash = "1abe13b5de575af91ebc073b19e4e2cfedbe795b15f406e9516ed52cbd2de3a6"
|
||||||
|
|||||||
@@ -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/raw/branch/main/minecraft/mods/betterfishtanks-1.3.0-1.20.1-Forge.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "188b884e85d61e5106110c549752398350404725dd22fffef087ef46c3987230"
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "BlastTravel"
|
name = "BlastTravel"
|
||||||
filename = "BlastTravel-Forge-1.20.1-v1.0.2.jar"
|
filename = "BlastTravel-Forge-1.20.1-v1.0.3.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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/raw/branch/main/minecraft/mods/BlastTravel-Forge-1.20.1-v1.0.3.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "1f8012d5ba46f0aeee583d7f8c1a73b83bc22f93bd1af59efd1ff023b555f5ed"
|
hash = "ca9d1d44322e5e3f5e8947d46ec985603cdfef02c4aa46cdae7f32144c81f292"
|
||||||
|
|||||||
@@ -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/raw/branch/main/minecraft/mods/born_in_chaos_%5BForge%5D1.20.1_1.7.5.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "9f242f4f3330f3d0d985f5f3ce9a92fe09016ff9c6162252f201d17009b28d7d"
|
||||||
@@ -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/raw/branch/main/minecraft/mods/Enhanced-Celestials-forge-1.20.1-5.0.3.2.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "96d9cf46d8c77cf9e23a33b2273d8fca1456bd149a1bd979ed05adf37fc19e94"
|
||||||
@@ -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/raw/branch/main/minecraft/mods/ChaosMoon-1.20.1-1.0.1.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "4ab9cbd742d9a596bb2b9c243e3d4f6f46dbda3cd5034e3400579e556556c36d"
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
name = "chargers"
|
||||||
|
filename = "Chargers-1.20.1-6.1.0.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/Chargers-1.20.1-6.1.0.1.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "6dd9f0986d12f59667fe72dd161da199ee451e32cd1a5707b3428d56b9ef2b35"
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "chat_heads"
|
name = "chat_heads"
|
||||||
filename = "chat_heads-0.15.2-forge-1.20.jar"
|
filename = "chat_heads-0.15.4-forge-1.20.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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/raw/branch/main/minecraft/mods/chat_heads-0.15.4-forge-1.20.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "68bec6d15bc7fce18dcc1b98a3c0d943e6697fcfbf9d7259db5156a7ea324556"
|
hash = "5f21c192351dd8ef54772f0e27d8cece99dba5935d6b756eedd3d9303a00f9b0"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "CodeChickenLib"
|
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"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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/raw/branch/main/minecraft/mods/CodeChickenLib-1.20.1-4.4.0.528-universal.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "9037fc4bc73e4cec717501fc362f660f46c2a1ac34674da2106b4605b3e4d8db"
|
hash = "754240e1cd05caaf511a808ddf6fc74ece68a8fca7d94548d9ac967287f7960d"
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
name = "Connectible Chains"
|
||||||
|
filename = "connectiblechains-forge-1.20.1-2.2.5.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/connectiblechains-forge-1.20.1-2.2.5.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "4276304e30f6bacd4fa6f91b38333cef295c0c925ec780b0f342c69e1ff8ca10"
|
||||||
@@ -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/raw/branch/main/minecraft/mods/Data_Anchor-forge-1.20.1-1.0.0.20.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "fcbfd48ac170e044099492fb075a57039d806258559c1fb871925d40d1c6e396"
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "drippyloadingscreen"
|
name = "drippyloadingscreen"
|
||||||
filename = "drippyloadingscreen_forge_3.1.2_MC_1.20.1.jar"
|
filename = "drippyloadingscreen_forge_3.1.5_MC_1.20.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/drippyloadingscreen_forge_3.1.2_MC_1.20.1.jar"
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/drippyloadingscreen_forge_3.1.5_MC_1.20.1.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "fd548c4b9fd87f9389f74989ff5a41369d315b11826ad6637dafcf84abae50aa"
|
hash = "3213b0a5ae3b487360bc2cafd036a11f35c4e1465122e18e218968c0771ddc42"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "ExtendedTools"
|
name = "ExtendedTools"
|
||||||
filename = "Extended Tools-1.20.1-0.7.0-1.jar"
|
filename = "Extended Tools-1.20.1-0.7.3.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/Extended Tools-1.20.1-0.7.0-1.jar"
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/Extended%20Tools-1.20.1-0.7.3.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "ef97a6b5e9c76e285b49186f7e19589e727e5a47c027dcea62e380a467361ff0"
|
hash = "2a36264892eba88725827bda679221fe8cfd814abc4055b6c1a3046e8d433992"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "fancymenu"
|
name = "fancymenu"
|
||||||
filename = "fancymenu_forge_3.9.8_MC_1.20.1.jar"
|
filename = "fancymenu_forge_3.9.9_MC_1.20.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/fancymenu_forge_3.9.8_MC_1.20.1.jar"
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/fancymenu_forge_3.9.9_MC_1.20.1.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "70ed037969990c4cceeb0af80ed419d78e1c8f15189c80b5b5b520ca90dc6871"
|
hash = "686253f50d103e21cc04b8710ab9ba4ba788916ad852620040308f3f08512fab"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "horseman"
|
name = "horseman"
|
||||||
filename = "horseman-1.20.1-1.3.16-forge.jar"
|
filename = "horseman-1.20.1-1.3.17-forge.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/horseman-1.20.1-1.3.16-forge.jar"
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/horseman-1.20.1-1.3.17-forge.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "9ec528d05e9b56481770efb101cd06639b5ff794f0b69f0e0aeb3f9b68a1e000"
|
hash = "51ed74329bce5091bbb7969d08156190d590290d9caff2999ed167a146458af0"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "immersivefixes"
|
name = "immersivefixes"
|
||||||
filename = "immersivefixes-1.6.0.jar"
|
filename = "immersivefixes-1.6.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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/raw/branch/main/minecraft/mods/immersivefixes-1.6.1.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "ae79aeb56064ac1a8b01ee36ca5287619ee17448d1f0b9bf322874b1e616b7cd"
|
hash = "dde89f1e076c7b2af5458eda61c06c189199f3011cb1c21b8f40f981b35a37bf"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "ImmersivePetroleum"
|
name = "ImmersivePetroleum"
|
||||||
filename = "ImmersivePetroleum-1.20.1-4.3.1-36.jar"
|
filename = "ImmersivePetroleum-1.20.1-4.3.1-36b.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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/raw/branch/main/minecraft/mods/ImmersivePetroleum-1.20.1-4.3.1-36b.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "ccad486d6609b1d3df63bdc202a3b0b4d5e70b670b51f0ccfb63cb415b242049"
|
hash = "cec000b892ae56452c54471a6411ee8f7afcec9b37eb7a3fb0319cf015983173"
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
name = "Inventory Tweaks"
|
||||||
|
filename = "invtweaks-1.20.1-1.2.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/invtweaks-1.20.1-1.2.2.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "54ba6fd7d5e4b9a9dadf6876153b99a94b4997f8d4ee0e46c9c58ea5c8c95802"
|
||||||
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
name = "Jade"
|
name = "Jade"
|
||||||
filename = "Jade-1.20.1-Forge-11.13.2.jar"
|
filename = "Jade-1.20.1-Forge-11.13.3.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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/raw/branch/main/minecraft/mods/Jade-1.20.1-Forge-11.13.3.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "31949971a7a8d5a5bc95ad9d400cbedfd2d65ffbfb3cea7c0b2fa3b47431a0a5"
|
hash = "a632c77975e5aedff6322b0072f8b0db3f5d4bf914df6bdcc87d1aea4d5f55f4"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "MCT-ImmersiveTechnology"
|
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"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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/raw/branch/main/minecraft/mods/MCT-ImmersiveTechnology-1.20.1-2.1.0-b7105-release.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "0398f0809c913e869ac32501ec5422536e5b709f6e5e93d793ada2475354304a"
|
hash = "43f50359f59b7c5f430d9e2167a2f19ec0283cc049006302074443b21e9623b4"
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
name = "MintLib"
|
||||||
|
filename = "mint-lib-0.4.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/mint-lib-0.4.0.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "89abc7a7b8b29c127693b0e317270d355cf4ba38ab67bb9e20571f6baa4a7978"
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
name = "MoCreatures"
|
||||||
|
filename = "mocreatures-1.20.1-1.0.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/mocreatures-1.20.1-1.0.0.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "0aa0e33961dc011416c843d96cf2f41fadd685f07daa6968216e0eea70a658d3"
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "NuclearScience"
|
name = "NuclearScience"
|
||||||
filename = "Nuclear Science-1.20.1-0.8.8.jar"
|
filename = "Nuclear Science-1.20.1-0.8.10.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/Nuclear Science-1.20.1-0.8.8.jar"
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/Nuclear%20Science-1.20.1-0.8.10.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "d5fd78923edb5d0a6bd414e0beeaf42da13d26c02f28345f0f721a33610948c5"
|
hash = "9eb877bab31ed20a3b0a0be8a4445e8964f7f75b305e9137555aa88a5183c17f"
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
name = "Nyfs"
|
||||||
|
filename = "nyfsspiders-forge-1.20.1-2.1.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/nyfsspiders-forge-1.20.1-2.1.2.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "7d45140b47e1e0c3679ecca9838a8debcd5a41d35061832ac7e9d5e111e3040d"
|
||||||
@@ -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/raw/branch/main/minecraft/mods/polyeng-forge-0.1.1-1.20.1.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "595eeacf80632633967c1a21b751a6d981b2ac12c16416ec3993b26f26df3af0"
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
name = "Rate Limits"
|
||||||
|
filename = "customspeed-2.01-forge-mc_1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/customspeed-2.01-forge-mc_1.20.1.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "a9449b928b10989ef113018c0ea46f40902c9f5c36deca2064f73aaa96eb2a24"
|
||||||
@@ -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/raw/branch/main/minecraft/mods/RealisticNametag-forge-1.20.1-1.3.1.jar"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "559eacac3fa118c409b3bc9163b5f7171db609a6b19d55078f05e87ed682040c"
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "supermartijn642corelib"
|
name = "supermartijn642corelib"
|
||||||
filename = "supermartijn642corelib-1.1.21-forge-mc1.20.1.jar"
|
filename = "supermartijn642corelib-1.1.22-forge-mc1.20.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/supermartijn642corelib-1.1.21-forge-mc1.20.1.jar"
|
url = "https://git.zombiebytes.net/mad-sqwad/IMR6/raw/branch/main/minecraft/mods/supermartijn642corelib-1.1.22-forge-mc1.20.1.jar"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "6e4f3664aaa5f4138a43acb246c0d91672372acb78a02b89a0531c11596f2c1c"
|
hash = "a3479421dca11efb172d47df5f0e4ccc645ccca209bf9211992d03d92408fb33"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "5c1ca53d21ff535f1679ee9ec23362568024ef94c96f0ad8f194dcab622308e3"
|
hash = "d820c96c56e71367b348444d95954f6d1457801065f5e32444e1e777675bae6b"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.4.12"
|
forge = "47.4.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user