Compare commits
9 Commits
9e113fc37d
...
1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7d09c3039 | ||
|
|
a3cb82c1b7 | ||
|
|
c9035d488c | ||
|
|
e3b46b6946 | ||
|
|
f92fdb40c6 | ||
|
|
dd6c570fa7 | ||
|
|
68fadf4e1a | ||
|
|
1e6b0cb19e | ||
|
|
e588ca9866 |
Binary file not shown.
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'com.playerblocklife'
|
||||
version = '1.0.0'
|
||||
version = '1.0.1-1.20.4'
|
||||
|
||||
sourceCompatibility = 17
|
||||
targetCompatibility = 17
|
||||
|
||||
@@ -5,5 +5,5 @@ org.gradle.caching=true
|
||||
org.gradle.daemon=true
|
||||
|
||||
# ????
|
||||
pluginVersion=1.0.0
|
||||
pluginVersion=1.0.1-1.20.4
|
||||
mcVersion=1.20.4
|
||||
@@ -1,5 +1,5 @@
|
||||
# PlayerBlockLife 配置文件
|
||||
# 版本: 1.0.0
|
||||
# 版本: 1.0.1-1.20.4
|
||||
|
||||
# 方块设置
|
||||
blocks:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
name: PlayerBlockLife
|
||||
version: 1.0.1-1.20.4
|
||||
main: com.playerblocklife.PlayerBlockLife
|
||||
api-version: 1.20
|
||||
author: xiaobai
|
||||
description: 玩家生命方块系统 - 方块被挖光则死亡
|
||||
commands:
|
||||
setlifeblocks:
|
||||
description: 设置你的生命方块(使用你的皮肤)
|
||||
|
||||
Reference in New Issue
Block a user