修改方块生成范围集中的问题

This commit is contained in:
xiaobai
2026-02-13 22:45:17 +08:00
parent 2fbf5cfd7d
commit b268a74eeb
8 changed files with 118 additions and 20 deletions

View File

@@ -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:

View File

@@ -1,5 +1,5 @@
name: PlayerBlockLife
version: 2.0.0-1.20.4
version: 2.0.1-1.20.4
main: com.playerblocklife.PlayerBlockLife
api-version: 1.20
author: xiaobai