Files
mechanical-smp-v1/web/pack/config/createfisheryindustry-common.toml
2025-07-26 15:09:57 +02:00

39 lines
1.7 KiB
TOML

#Frame Trap entity capture settings
[frameTrap]
#List of entity registry names to always allow catching (whitelist). Example: 'minecraft:squid'
whitelist = ["minecraft:phantom", "minecraft:squid", "minecraft:spider", "minecraft:cave_spider", "minecraft:silverfish"]
#List of entity registry names to never catch (blacklist). Example: 'minecraft:dolphin'
blacklist = ["minecraft:dolphin", "minecraft:axolotl", "minecraft:cat", "minecraft:allay"]
#Frame Trap fishing settings
[fishing]
#Enable fishing functionality for Frame Trap
enableFishing = true
#Enable lava fishing functionality for Frame Trap (requires lava environment)
enableLavaFishing = true
#Use Nether Depths Upgrade loot tables for lava fishing when available
#If false or NDU is not installed, will fall back to default fishing loot table
useNDULootTables = true
#Multiplier for normal (water) fishing cooldown time
#Lower values = faster fishing, higher values = slower fishing
#Default: 1.0 (normal speed), 0.5 = twice as fast, 2.0 = twice as slow
# Default: 1.0
# Range: 0.1 ~ 10.0
fishingCooldownMultiplier = 1.0
#Multiplier for lava fishing cooldown time
#Lower values = faster fishing, higher values = slower fishing
#Default: 1.5 (slower than water fishing), 0.5 = twice as fast, 2.0 = twice as slow
# Default: 1.5
# Range: 0.1 ~ 10.0
lavaFishingCooldownMultiplier = 1.5
#Base success rate for normal (water) fishing attempts (0.0 to 1.0)
#Default: 0.4 (40% chance), 1.0 = always succeed, 0.0 = never succeed
# Default: 0.4
# Range: 0.0 ~ 1.0
fishingSuccessRate = 0.4
#Base success rate for lava fishing attempts (0.0 to 1.0)
#Default: 0.3 (30% chance, harder than water fishing)
# Default: 0.3
# Range: 0.0 ~ 1.0
lavaFishingSuccessRate = 0.3