oo3server/config/lootbag-common.toml

16 lines
397 B
TOML
Raw Normal View History

2024-02-09 10:42:53 +00:00
#General settings
[general]
#Drop chance of Loot Bag
#Range: 0 ~ 100
Chance = 4
#Only drop Loot Bag by natural entity
onlyDropByNaturalEntity = true
#Spawn different Loot Bag in different biomes
BiomeMode = true
#(Experimental) Make Loot Bag have slots so you can choose which rewards you want
SlotMode = false
#Disable some items from Loot Bag
BlackList = ["minecraft:example_item"]