Temp sync for WIP mod changes
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|||||||
+17
-5
@@ -2,7 +2,7 @@ hash-format = "sha256"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "README.md"
|
file = "README.md"
|
||||||
hash = "106dab17c69017c65de1c370cc15c8fd172d96bb988493c04ff8dbf4c3aad3fc"
|
hash = "80603dcc7c0a89e0fd899ad335304e9572d129d283e0a8f8aede1819e6aa9a11"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "build.sh"
|
file = "build.sh"
|
||||||
@@ -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"
|
||||||
@@ -2238,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"
|
||||||
@@ -2300,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"
|
||||||
@@ -3222,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"
|
||||||
@@ -3230,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"
|
||||||
@@ -3246,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"
|
||||||
|
|||||||
@@ -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 = "9dcc2ec1ec38e411ad7550b6fd2b0c9b9379da4ea1fd3613a65f313cd2476a77"
|
hash = "618428e6be8d65617870cd36cec02fa410733992d2e4a33f05142cd7704eb3e7"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.4.12"
|
forge = "47.4.12"
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user