this repo has no description
at main 64 lines 1.2 kB view raw
1 2[worldgen] 3 4 # 5 #Modify Create's impact on your terrain 6 [worldgen.v2] 7 # 8 #Prevents all worldgen added by Create from taking effect 9 disableWorldGen = false 10 11 [worldgen.v2.striated_ores_nether] 12 # 13 #Range: > 0 14 clusterSize = 32 15 # 16 #Amount of clusters generated per Chunk. 17 # >1 to spawn multiple. 18 # <1 to make it a chance. 19 # 0 to disable. 20 #Range: 0.0 ~ 512.0 21 frequency = 0.0833333358168602 22 # 23 #Range: > -2147483648 24 minHeight = 40 25 # 26 #Range: > -2147483648 27 maxHeight = 90 28 29 [worldgen.v2.striated_ores_overworld] 30 # 31 #Range: > 0 32 clusterSize = 32 33 # 34 #Amount of clusters generated per Chunk. 35 # >1 to spawn multiple. 36 # <1 to make it a chance. 37 # 0 to disable. 38 #Range: 0.0 ~ 512.0 39 frequency = 0.0833333358168602 40 # 41 #Range: > -2147483648 42 minHeight = -30 43 # 44 #Range: > -2147483648 45 maxHeight = 70 46 47 [worldgen.v2.zinc_ore] 48 # 49 #Range: > 0 50 clusterSize = 12 51 # 52 #Amount of clusters generated per Chunk. 53 # >1 to spawn multiple. 54 # <1 to make it a chance. 55 # 0 to disable. 56 #Range: 0.0 ~ 512.0 57 frequency = 8.0 58 # 59 #Range: > -2147483648 60 minHeight = -63 61 # 62 #Range: > -2147483648 63 maxHeight = 70 64