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/index.toml b/index.toml index 8ea3486..6285eec 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "README.md" -hash = "106dab17c69017c65de1c370cc15c8fd172d96bb988493c04ff8dbf4c3aad3fc" +hash = "80603dcc7c0a89e0fd899ad335304e9572d129d283e0a8f8aede1819e6aa9a11" [[files]] file = "build.sh" @@ -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" diff --git a/pack.toml b/pack.toml index 6fc056b..b1a6ea8 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 = "618428e6be8d65617870cd36cec02fa410733992d2e4a33f05142cd7704eb3e7" [versions] forge = "47.4.12" diff --git a/temphost/BlastTravel-Forge-1.20.1-v1.0.3.jar b/temphost/BlastTravel-Forge-1.20.1-v1.0.3.jar new file mode 100644 index 0000000..2e49829 Binary files /dev/null and b/temphost/BlastTravel-Forge-1.20.1-v1.0.3.jar differ diff --git a/temphost/ChaosMoon-1.20.1-1.0.1.jar b/temphost/ChaosMoon-1.20.1-1.0.1.jar new file mode 100644 index 0000000..c47f2f1 Binary files /dev/null and b/temphost/ChaosMoon-1.20.1-1.0.1.jar differ diff --git a/temphost/CodeChickenLib-1.20.1-4.4.0.528-universal.jar b/temphost/CodeChickenLib-1.20.1-4.4.0.528-universal.jar new file mode 100644 index 0000000..a374e04 Binary files /dev/null and b/temphost/CodeChickenLib-1.20.1-4.4.0.528-universal.jar differ diff --git a/temphost/Data_Anchor-forge-1.20.1-1.0.0.20.jar b/temphost/Data_Anchor-forge-1.20.1-1.0.0.20.jar new file mode 100644 index 0000000..34b36c4 Binary files /dev/null and b/temphost/Data_Anchor-forge-1.20.1-1.0.0.20.jar differ diff --git a/temphost/Enhanced-Celestials-forge-1.20.1-5.0.3.2.jar b/temphost/Enhanced-Celestials-forge-1.20.1-5.0.3.2.jar new file mode 100644 index 0000000..2c8a276 Binary files /dev/null and b/temphost/Enhanced-Celestials-forge-1.20.1-5.0.3.2.jar differ diff --git a/temphost/ImmersivePetroleum-1.20.1-4.3.1-36b.jar b/temphost/ImmersivePetroleum-1.20.1-4.3.1-36b.jar new file mode 100644 index 0000000..f074ea9 Binary files /dev/null and b/temphost/ImmersivePetroleum-1.20.1-4.3.1-36b.jar differ diff --git a/temphost/Jade-1.20.1-Forge-11.13.3.jar b/temphost/Jade-1.20.1-Forge-11.13.3.jar new file mode 100644 index 0000000..99fc910 Binary files /dev/null and b/temphost/Jade-1.20.1-Forge-11.13.3.jar differ diff --git a/temphost/MCT-ImmersiveTechnology-1.20.1-2.1.0-b7105-release.jar b/temphost/MCT-ImmersiveTechnology-1.20.1-2.1.0-b7105-release.jar new file mode 100644 index 0000000..abe35f3 Binary files /dev/null and b/temphost/MCT-ImmersiveTechnology-1.20.1-2.1.0-b7105-release.jar differ diff --git a/temphost/RealisticNametag-forge-1.20.1-1.3.1.jar b/temphost/RealisticNametag-forge-1.20.1-1.3.1.jar new file mode 100644 index 0000000..8bd7b63 Binary files /dev/null and b/temphost/RealisticNametag-forge-1.20.1-1.3.1.jar differ diff --git a/temphost/astral_dimension-forge-1.20.1-2.3.jar b/temphost/astral_dimension-forge-1.20.1-2.3.jar new file mode 100644 index 0000000..36fa2cf Binary files /dev/null and b/temphost/astral_dimension-forge-1.20.1-2.3.jar differ diff --git a/temphost/betterfishtanks-1.3.0-1.20.1-Forge.jar b/temphost/betterfishtanks-1.3.0-1.20.1-Forge.jar new file mode 100644 index 0000000..4399424 Binary files /dev/null and b/temphost/betterfishtanks-1.3.0-1.20.1-Forge.jar differ diff --git a/temphost/born_in_chaos_[Forge]1.20.1_1.7.5.jar b/temphost/born_in_chaos_[Forge]1.20.1_1.7.5.jar new file mode 100644 index 0000000..4d363fb Binary files /dev/null and b/temphost/born_in_chaos_[Forge]1.20.1_1.7.5.jar differ diff --git a/temphost/chat_heads-0.15.3-forge-1.20.jar b/temphost/chat_heads-0.15.3-forge-1.20.jar new file mode 100644 index 0000000..0eff755 Binary files /dev/null and b/temphost/chat_heads-0.15.3-forge-1.20.jar differ diff --git a/temphost/face_of_horror-3.1-forge-1.20.1.jar b/temphost/face_of_horror-3.1-forge-1.20.1.jar new file mode 100644 index 0000000..91fb768 Binary files /dev/null and b/temphost/face_of_horror-3.1-forge-1.20.1.jar differ diff --git a/temphost/immersivefixes-1.6.1.jar b/temphost/immersivefixes-1.6.1.jar new file mode 100644 index 0000000..02678c4 Binary files /dev/null and b/temphost/immersivefixes-1.6.1.jar differ diff --git a/temphost/jei-1.20.1-forge-15.21.0.138.jar b/temphost/jei-1.20.1-forge-15.21.0.138.jar new file mode 100644 index 0000000..0e4605d Binary files /dev/null and b/temphost/jei-1.20.1-forge-15.21.0.138.jar differ diff --git a/temphost/mint-lib-0.4.0.jar b/temphost/mint-lib-0.4.0.jar new file mode 100644 index 0000000..45ae36e Binary files /dev/null and b/temphost/mint-lib-0.4.0.jar differ diff --git a/temphost/polyeng-forge-0.1.1-1.20.1.jar b/temphost/polyeng-forge-0.1.1-1.20.1.jar new file mode 100644 index 0000000..196a793 Binary files /dev/null and b/temphost/polyeng-forge-0.1.1-1.20.1.jar differ