修改方块生成范围集中的问题
This commit is contained in:
@@ -7,6 +7,8 @@ blocks:
|
||||
amount: 5
|
||||
# 方块生成范围(以玩家为中心的正方形边长的一半)
|
||||
spread: 5
|
||||
# 方块生成最小范围(方块之间最小距离,单位:格)
|
||||
min-distance: 10
|
||||
# 方块埋藏深度(0为地面,负数为地下)
|
||||
depth: -1
|
||||
# 方块材质类型
|
||||
@@ -41,8 +43,10 @@ game:
|
||||
skin:
|
||||
# 是否启用皮肤系统
|
||||
enabled: true
|
||||
# 皮肤来源 (player_profile, local_cache)
|
||||
# 皮肤来源 (player_profile, local_cache, skinsrestorer)
|
||||
source: player_profile
|
||||
# 是否使用SkinsRestorer插件皮肤(如果服务器有此插件)
|
||||
use-skinsrestorer: false
|
||||
|
||||
# 缓存设置
|
||||
cache:
|
||||
|
||||
Reference in New Issue
Block a user