-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmysticalagriculture-common.toml
84 lines (81 loc) · 3.1 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#General configuration options.
[General]
#The amount of uses the basic Infusion Crystal should have.
#Range: > 10
infusionCrystalUses = 250
#The amount of time in seconds between each Growth Accelerator growth tick.
#Range: > 1
growthAcceleratorCooldown = 50
#Should vanilla crafting recipes for seeds be generated?
seedCraftingRecipes = false
#Should fake players be able to use watering cans?
fakePlayerWatering = false
#Should the Ender Dragon drop essence when killed with an essence weapon?
dragonDropsEssence = false
#Should right clicking on Farmland with an Essence create Essence Farmland?
essenceFarmlandConversion = true
#Should the Wither drop essence when killed with an essence weapon?
witherDropsEssence = false
#Should crops have a chance of dropping a second seed when harvested?
secondarySeedDrops = false
#The percentage chance that harvesting a Resource Crop will drop a Fertilized Essence.
#Range: 0.0 ~ 1.0
fertilizedEssenceChance = 0.1
#The percentage chance that a passive or hostile mob will drop an Inferium Essence when killed.
#Range: 0.0 ~ 1.0
inferiumDropChance = 0.0
#Should Supremium Tools be enchantable in an Enchanting Table?
enchantableSupremiumTools = false
#World generation options.
[World]
#The percentage chance a Soulium Ore spawns in a Soulstone cluster.
#Range: 0.0 ~ 1.0
souliumOreChance = 0.05
#The minimum Y level that Prosperity Ore veins can spawn.
#Range: -64 ~ 319
prosperitySpawnMinY = -60
#The list of biome IDs that Prosperity Ore veins can spawn in.
prosperityBiomeWhitelist = []
#The maximum Y level that Inferium Ore veins can spawn.
#Range: -64 ~ 319
inferiumSpawnMaxY = 64
#Should Inferium Ore generate in the world?
generateInferiumOre = true
#The maximum amount of Soulstone blocks that can spawn in a vein.
#Range: 0 ~ 64
soulstoneSpawnSize = 64
#How many Soulstone veins should spawn in a chunk.
generateSoulstone = true
#How many Soulstone veins should spawn in a chunk.
#Range: 0 ~ 128
soulstoneSpawnRate = 3
#The list of biome IDs that Inferium Ore veins can spawn in.
inferiumBiomeWhitelist = []
#The maximum amount of Prosperity Ore blocks that can spawn in a vein.
#Range: 0 ~ 64
prosperitySpawnSize = 4
#How many Inferium Ore veins should spawn in a chunk.
#Range: 0 ~ 128
inferiumSpawnRate = 4
#The maximum amount of Inferium Ore blocks that can spawn in a vein.
#Range: 0 ~ 64
inferiumSpawnSize = 8
#The minimum Y level that Soulstone veins can spawn.
#Range: 0 ~ 128
soulstoneSpawnMinY = 0
#How many Prosperity Ore veins should spawn in a chunk.
#Range: 0 ~ 128
prosperitySpawnRate = 6
#The maximum Y level that Inferium Ore veins can spawn.
#Range: -64 ~ 319
inferiumSpawnMinY = -32
#The maximum Y level that Prosperity Ore veins can spawn.
#Range: -64 ~ 319
prosperitySpawnMaxY = 24
#The maximum Y level that Soulstone veins can spawn.
#Range: 0 ~ 128
soulstoneSpawnMaxY = 128
#Should Prosperity Ore generate in the world?
generateProsperityOre = true
#The list of biome IDs that Soulstone veins can spawn in.
soulstoneBiomeWhitelist = []