forked from AllTheMods/ATM-10
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmysticalagriculture-common.toml
46 lines (45 loc) · 1.95 KB
/
mysticalagriculture-common.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#General configuration options.
[General]
#The percentage chance that a passive or hostile mob will drop an Inferium Essence when killed.
#Range: 0.0 ~ 1.0
inferiumDropChance = 0.0
#The amount of uses the basic Infusion Crystal should have.
#Range: > 10
infusionCrystalUses = 500
#The amount of time in seconds between each Growth Accelerator growth tick.
#Range: > 1
growthAcceleratorCooldown = 10
#The percentage chance that harvesting a Resource Crop will drop a Fertilized Essence.
#Range: 0.0 ~ 1.0
fertilizedEssenceChance = 0.1
#Should crops have a chance of dropping a second seed when harvested?
secondarySeedDrops = false
#Should the Wither drop essence when killed with an essence weapon?
witherDropsEssence = false
#Should the Wither drop Cognizant Dust when killed with a Mystical Enlightenment enchanted essence weapon?
witherDropsCognizant = true
#Should the Ender Dragon drop essence when killed with an essence weapon?
dragonDropsEssence = false
#Should the Ender Dragon drop Cognizant Dust when killed with a Mystical Enlightenment enchanted essence weapon?
dragonDropsCognizant = true
#Should right clicking on Farmland with an Essence create Essence Farmland?
essenceFarmlandConversion = true
#Should vanilla crafting recipes for seeds be generated?
seedCraftingRecipes = false
#Should Supremium Tools be enchantable in an Enchanting Table?
enchantableSupremiumTools = true
#Should fake players be able to use watering cans?
fakePlayerWatering = false
#Should wearing a full set of Awakened Supremium armor grant the Plant Growth AOE set bonus?
awakenedSupremiumSetBonus = true
#World generation options.
[World]
#Should Prosperity Ore generate in the world?
generateProsperityOre = true
#Should Inferium Ore generate in the world?
generateInferiumOre = true
#Should Soulstone generate in the world?
generateSoulstone = true
#The percentage chance a Soulium Ore spawns in a Soulstone cluster.
#Range: 0.0 ~ 1.0
souliumOreChance = 0.05