##########################################################################################################
# world gen世界生成修改
#--------------------------------------------------------------------------------------------------------#
# World gen variables世界生成变量
##########################################################################################################
"world gen" {
# Choose a number between 1 and 255 to choose the max arlemite height [range: 1 ~ 255, default: 16]
# 从1-255中选择一个数字作为阿勒米特矿生成的最高高度
I:arlemiteMaxHeight=16
# Choose a number between 1 and 255 to choose the min arlemite height [range: 1 ~ 255, default: 1]
# 从1-255中选择一个数字作为阿勒米特矿生成的最低高度
I:arlemiteMinHeight=1
# Choose a number between 1 and 50 to choose the amount of times the arlemite tries to spawn [range: 1 ~ 50, default: 5]
# 从1-50中选择一个数字作为阿勒米特矿尝试生成的次数
I:arlemiteTries=5
# Choose a number between 1 and 50 to tweak the vein size [range: 1 ~ 50, default: 4]
# 从1-50中选择一个数字作为阿勒米特矿矿脉的大小
I:arlemiteVeinSize=4
# Generate livestock merchant huts in the overworld [default: true]
# 在主世界生成家畜商人
B:generateHuts=true
# Generate tar lakes in the overworld [default: true]
# 在主世界生成湖
B:generateTar=true
# Generate divine trees in the overworld [default: true]
# 在主世界生成神圣树
B:generateTrees=true
# Choose a number between 1 and 255 to choose the max netherOres height [range: 1 ~ 255, default: 256]
# 从1-255中选择一个数字作为熔岩矿生成的最高高度
I:netherOresMaxHeight=256
# Choose a number between 1 and 255 to choose the min netherOres height [range: 1 ~ 255, default: 1]
# 从1-255中选择一个数字作为熔岩矿生成的最低高度
I:netherOresMinHeight=1
# Choose a number between 1 and 50 to choose the amount of times the netherOres tries to spawn [range: 1 ~ 50, default: 10]
# 从1-50中选择一个数字作为熔岩矿尝试生成的次数
I:netherOresTries=10
# Choose a number between 1 and 50 to tweak the vein size [range: 1 ~ 50, default: 4]
# 从1-50中选择一个数字作为熔岩矿矿脉的大小
I:netherOresVeinSize=4
# Choose a number between 1 and 255 to choose the max realmite height [range: 1 ~ 255, default: 48]
# 从1-255中选择一个数字作为诺米特矿生成的最高高度
I:realmiteMaxHeight=48
# Choose a number between 1 and 255 to choose the min realmite height [range: 1 ~ 255, default: 1]
# 从1-255中选择一个数字作为诺米特矿生成的最低高度
I:realmiteMinHeight=1
# Choose a number between 1 and 50 to choose the amount of times the realmite tries to spawn [range: 1 ~ 50, default: 5]
# 从1-50中选择一个数字作为诺米特矿尝试生成的次数
I:realmiteTries=5
# Choose a number between 1 and 50 to tweak the vein size [range: 1 ~ 50, default: 8]
# 从1-50中选择一个数字作为诺米特矿矿脉的大小
I:realmiteVeinSize=8
# Choose a number between 1 and 255 to choose the max rupee height [range: 1 ~ 255, default: 16]
# 从1-255中选择一个数字作为卢比矿生成的最高高度
I:rupeeMaxHeight=16
# Choose a number between 1 and 255 to choose the min rupee height [range: 1 ~ 255, default: 1]
# 从1-255中选择一个数字作为卢比矿生成的最低高度
I:rupeeMinHeight=1
# Choose a number between 1 and 50 to choose the amount of times the rupee tries to spawn [range: 1 ~ 50, default: 5]
# 从1-50中选择一个数字作为卢比矿尝试生成的次数
I:rupeeTries=5
# Choose a number between 1 and 50 to tweak the vein size [range: 1 ~ 50, default: 4]
# 从1-50中选择一个数字作为卢比矿矿脉的大小
I:rupeeVeinSize=4
# Choose a number between 1 and 255 to choose the max twilightOres height [range: 1 ~ 255, default: 100]
# 从1-255中选择一个数字作为暮光矿生成的最高高度
I:twilightOresMaxHeight=100
# Choose a number between 1 and 255 to choose the min twilightOres height [range: 1 ~ 255, default: 15]
# 从1-255中选择一个数字作为暮光矿生成的最高高度
I:twilightOresMinHeight=15
# Choose a number between 1 and 50 to choose the amount of times the twilightOres tries to spawn [range: 1 ~ 50, default: 10]
# 从1-50中选择一个数字作为暮光矿尝试生成的次数
I:twilightOresTries=10
# Choose a number between 1 and 50 to tweak the vein size [range: 1 ~ 50, default: 4]
# 从1-50中选择一个数字作为暮光矿矿脉的大小
I:twilightOresVeinSize=4
}