diff --git a/minecraft/config/betterfishtanks-common.toml b/minecraft/config/betterfishtanks-common.toml new file mode 100644 index 0000000..568fc08 --- /dev/null +++ b/minecraft/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/minecraft/config/blasttravel-common.toml b/minecraft/config/blasttravel-common.toml new file mode 100644 index 0000000..4c8b14b --- /dev/null +++ b/minecraft/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/minecraft/config/everycomp-entries.toml b/minecraft/config/everycomp-entries.toml index 113d334..98faee3 100644 --- a/minecraft/config/everycomp-entries.toml +++ b/minecraft/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/minecraft/config/face_of_horror-client.toml b/minecraft/config/face_of_horror-client.toml new file mode 100644 index 0000000..d773402 --- /dev/null +++ b/minecraft/config/face_of_horror-client.toml @@ -0,0 +1,61 @@ + +[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/face2.png" = true + "face_of_horror:external/clob01.png" = true + "face_of_horror:textures/entity/jumpscare/face6.png" = false + "face_of_horror:textures/entity/jumpscare/face8.png" = false + "face_of_horror:external/morg01.png" = true + "face_of_horror:textures/entity/jumpscare/face11.png" = true + "face_of_horror:textures/entity/jumpscare/face3.png" = true + "face_of_horror:external/ad01.png" = true + "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/face7.png" = false + "face_of_horror:external/morg02.png" = true + +[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/minecraft/config/jei/ingredient-list-mod-sort-order.ini b/minecraft/config/jei/ingredient-list-mod-sort-order.ini index 083420c..f4fd7b6 100644 --- a/minecraft/config/jei/ingredient-list-mod-sort-order.ini +++ b/minecraft/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/minecraft/config/jei/jei-client.ini b/minecraft/config/jei/jei-client.ini index 31c3694..091bae0 100644 --- a/minecraft/config/jei/jei-client.ini +++ b/minecraft/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/minecraft/config/jei/recipe-category-sort-order.ini b/minecraft/config/jei/recipe-category-sort-order.ini index d51a074..4802503 100644 --- a/minecraft/config/jei/recipe-category-sort-order.ini +++ b/minecraft/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/minecraft/face-of-horror/custom_faces/README.txt b/minecraft/face-of-horror/custom_faces/README.txt new file mode 100644 index 0000000..051901a --- /dev/null +++ b/minecraft/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/minecraft/face-of-horror/custom_faces/ad01.png b/minecraft/face-of-horror/custom_faces/ad01.png new file mode 100644 index 0000000..a806bf4 Binary files /dev/null and b/minecraft/face-of-horror/custom_faces/ad01.png differ diff --git a/minecraft/face-of-horror/custom_faces/clob01.png b/minecraft/face-of-horror/custom_faces/clob01.png new file mode 100644 index 0000000..dc4a102 Binary files /dev/null and b/minecraft/face-of-horror/custom_faces/clob01.png differ diff --git a/minecraft/face-of-horror/custom_faces/morg01.png b/minecraft/face-of-horror/custom_faces/morg01.png new file mode 100644 index 0000000..df991d7 Binary files /dev/null and b/minecraft/face-of-horror/custom_faces/morg01.png differ diff --git a/minecraft/face-of-horror/custom_faces/morg02.png b/minecraft/face-of-horror/custom_faces/morg02.png new file mode 100644 index 0000000..cd45859 Binary files /dev/null and b/minecraft/face-of-horror/custom_faces/morg02.png differ diff --git a/minecraft/face-of-horror/custom_sounds/README.txt b/minecraft/face-of-horror/custom_sounds/README.txt new file mode 100644 index 0000000..d220903 --- /dev/null +++ b/minecraft/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/minecraft/mods/BlastTravel-Forge-1.20.1-v1.0.2.jar b/minecraft/mods/BlastTravel-Forge-1.20.1-v1.0.3.jar similarity index 87% rename from minecraft/mods/BlastTravel-Forge-1.20.1-v1.0.2.jar rename to minecraft/mods/BlastTravel-Forge-1.20.1-v1.0.3.jar index 55d4532..2e49829 100644 Binary files a/minecraft/mods/BlastTravel-Forge-1.20.1-v1.0.2.jar and b/minecraft/mods/BlastTravel-Forge-1.20.1-v1.0.3.jar differ diff --git a/minecraft/mods/ChaosMoon-1.20.1-1.0.1.jar b/minecraft/mods/ChaosMoon-1.20.1-1.0.1.jar new file mode 100644 index 0000000..c47f2f1 Binary files /dev/null and b/minecraft/mods/ChaosMoon-1.20.1-1.0.1.jar differ diff --git a/minecraft/mods/CodeChickenLib-1.20.1-4.4.0.516-universal.jar b/minecraft/mods/CodeChickenLib-1.20.1-4.4.0.528-universal.jar similarity index 76% rename from minecraft/mods/CodeChickenLib-1.20.1-4.4.0.516-universal.jar rename to minecraft/mods/CodeChickenLib-1.20.1-4.4.0.528-universal.jar index 196a873..a374e04 100644 Binary files a/minecraft/mods/CodeChickenLib-1.20.1-4.4.0.516-universal.jar and b/minecraft/mods/CodeChickenLib-1.20.1-4.4.0.528-universal.jar differ diff --git a/minecraft/mods/Data_Anchor-forge-1.20.1-1.0.0.20.jar b/minecraft/mods/Data_Anchor-forge-1.20.1-1.0.0.20.jar new file mode 100644 index 0000000..34b36c4 Binary files /dev/null and b/minecraft/mods/Data_Anchor-forge-1.20.1-1.0.0.20.jar differ diff --git a/minecraft/mods/Enhanced-Celestials-forge-1.20.1-5.0.3.2.jar b/minecraft/mods/Enhanced-Celestials-forge-1.20.1-5.0.3.2.jar new file mode 100644 index 0000000..2c8a276 Binary files /dev/null and b/minecraft/mods/Enhanced-Celestials-forge-1.20.1-5.0.3.2.jar differ diff --git a/minecraft/mods/ImmersivePetroleum-1.20.1-4.3.1-36.jar b/minecraft/mods/ImmersivePetroleum-1.20.1-4.3.1-36b.jar similarity index 89% rename from minecraft/mods/ImmersivePetroleum-1.20.1-4.3.1-36.jar rename to minecraft/mods/ImmersivePetroleum-1.20.1-4.3.1-36b.jar index e5da2fd..f074ea9 100644 Binary files a/minecraft/mods/ImmersivePetroleum-1.20.1-4.3.1-36.jar and b/minecraft/mods/ImmersivePetroleum-1.20.1-4.3.1-36b.jar differ diff --git a/minecraft/mods/Jade-1.20.1-Forge-11.13.2.jar b/minecraft/mods/Jade-1.20.1-Forge-11.13.3.jar similarity index 77% rename from minecraft/mods/Jade-1.20.1-Forge-11.13.2.jar rename to minecraft/mods/Jade-1.20.1-Forge-11.13.3.jar index 4393b0c..99fc910 100644 Binary files a/minecraft/mods/Jade-1.20.1-Forge-11.13.2.jar and b/minecraft/mods/Jade-1.20.1-Forge-11.13.3.jar differ diff --git a/minecraft/mods/MCT-ImmersiveTechnology-1.20.1-2.1.0-b7037-release.jar b/minecraft/mods/MCT-ImmersiveTechnology-1.20.1-2.1.0-b7105-release.jar similarity index 59% rename from minecraft/mods/MCT-ImmersiveTechnology-1.20.1-2.1.0-b7037-release.jar rename to minecraft/mods/MCT-ImmersiveTechnology-1.20.1-2.1.0-b7105-release.jar index 7897805..abe35f3 100644 Binary files a/minecraft/mods/MCT-ImmersiveTechnology-1.20.1-2.1.0-b7037-release.jar and b/minecraft/mods/MCT-ImmersiveTechnology-1.20.1-2.1.0-b7105-release.jar differ diff --git a/minecraft/mods/RealisticNametag-forge-1.20.1-1.3.1.jar b/minecraft/mods/RealisticNametag-forge-1.20.1-1.3.1.jar new file mode 100644 index 0000000..8bd7b63 Binary files /dev/null and b/minecraft/mods/RealisticNametag-forge-1.20.1-1.3.1.jar differ diff --git a/minecraft/mods/astral_dimension-forge-1.20.1-2.3.jar b/minecraft/mods/astral_dimension-forge-1.20.1-2.3.jar new file mode 100644 index 0000000..36fa2cf Binary files /dev/null and b/minecraft/mods/astral_dimension-forge-1.20.1-2.3.jar differ diff --git a/minecraft/mods/betterfishtanks-1.3.0-1.20.1-Forge.jar b/minecraft/mods/betterfishtanks-1.3.0-1.20.1-Forge.jar new file mode 100644 index 0000000..4399424 Binary files /dev/null and b/minecraft/mods/betterfishtanks-1.3.0-1.20.1-Forge.jar differ diff --git a/minecraft/mods/born_in_chaos_[Forge]1.20.1_1.7.5.jar b/minecraft/mods/born_in_chaos_[Forge]1.20.1_1.7.5.jar new file mode 100644 index 0000000..4d363fb Binary files /dev/null and b/minecraft/mods/born_in_chaos_[Forge]1.20.1_1.7.5.jar differ diff --git a/minecraft/mods/chat_heads-0.15.2-forge-1.20.jar b/minecraft/mods/chat_heads-0.15.3-forge-1.20.jar similarity index 94% rename from minecraft/mods/chat_heads-0.15.2-forge-1.20.jar rename to minecraft/mods/chat_heads-0.15.3-forge-1.20.jar index e00b3b8..0eff755 100644 Binary files a/minecraft/mods/chat_heads-0.15.2-forge-1.20.jar and b/minecraft/mods/chat_heads-0.15.3-forge-1.20.jar differ diff --git a/minecraft/mods/hface-3.1-forge-1.20.1.jar b/minecraft/mods/hface-3.1-forge-1.20.1.jar new file mode 100644 index 0000000..91fb768 Binary files /dev/null and b/minecraft/mods/hface-3.1-forge-1.20.1.jar differ diff --git a/minecraft/mods/immersivefixes-1.6.0.jar b/minecraft/mods/immersivefixes-1.6.1.jar similarity index 70% rename from minecraft/mods/immersivefixes-1.6.0.jar rename to minecraft/mods/immersivefixes-1.6.1.jar index 4429526..02678c4 100644 Binary files a/minecraft/mods/immersivefixes-1.6.0.jar and b/minecraft/mods/immersivefixes-1.6.1.jar differ diff --git a/minecraft/mods/jei-1.20.1-forge-15.20.0.134.jar b/minecraft/mods/jei-1.20.1-forge-15.21.0.138.jar similarity index 86% rename from minecraft/mods/jei-1.20.1-forge-15.20.0.134.jar rename to minecraft/mods/jei-1.20.1-forge-15.21.0.138.jar index 18307f7..0e4605d 100644 Binary files a/minecraft/mods/jei-1.20.1-forge-15.20.0.134.jar and b/minecraft/mods/jei-1.20.1-forge-15.21.0.138.jar differ diff --git a/minecraft/mods/mint-lib-0.4.0.jar b/minecraft/mods/mint-lib-0.4.0.jar new file mode 100644 index 0000000..45ae36e Binary files /dev/null and b/minecraft/mods/mint-lib-0.4.0.jar differ diff --git a/minecraft/mods/polyeng-forge-0.1.1-1.20.1.jar b/minecraft/mods/polyeng-forge-0.1.1-1.20.1.jar new file mode 100644 index 0000000..196a793 Binary files /dev/null and b/minecraft/mods/polyeng-forge-0.1.1-1.20.1.jar differ