Files
imr6-patches-testing/config/integrated_lucky_blocks-common.toml
T
2026-07-26 13:21:37 +01:00

13 lines
737 B
TOML

#Enables the Lucky Temple structure spawn in the overworld
luckyTemples = true
#Whether breaking a Lucky Block in creative mode should activate its effect
creativeDestroy = false
#Whether the experimental Luck System should be enabled (Enabling this will cause lucky drops to be generally less variant)
enableLuck = false
#A list of loot tables to add Lucky Blocks to
loot_tables = ["minecraft:chests/end_city_treasure", "minecraft:chests/ancient_city", "minecraft:chests/desert_pyramid", "minecraft:chests/jungle_temple", "minecraft:chests/bastion_treasure", "minecraft:gameplay/fishing/treasure"]
#The weight of Lucky Blocks in the loot tables specified above (higher weight = more likely to generate)
#Range: > 0
lootTableWeight = 3