Skip to content

Commit

Permalink
more readme xd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-1F committed Feb 25, 2021
1 parent 6993b8c commit 5f37e24
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 2 deletions.
54 changes: 53 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Use with carpet mod in the same Minecraft version. Use newer carpet mod versions
- [villageChunkLoading](#villageChunkLoading)
- [mendableIronGolem](#mendableIronGolem)
- [mendableSnowGolem](#mendableSnowGolem)
- [spongeDryInNether](#spongeDryInNether)
- [magmaBlockDamageItem](#magmaBlockDamageItem)
- [functionalSpongeItem](#functionalSpongeItem)
- [fakePlayerPrefixCheck](#fakePlayerPrefixCheck)
- [fakePlayerSuffixCheck](#fakePlayerSuffixCheck)

## Rule List

Expand Down Expand Up @@ -218,4 +223,51 @@ Right click a snow golem with the snowball or hit it with the snowball to mend i
- Type: `boolean`
- Default value: `false`
- Suggested options: `true`, `false`
- Categories: `ICA`, `FEATURE`, `EXPERIMENTAL`
- Categories: `ICA`, `FEATURE`, `EXPERIMENTAL`

### spongeDryInNether

Wet sponge will dry in nether

- Type: `boolean`
- Default value:
- 1.14: `false`
- 1.15+: `true`
- Suggested options: `true`, `false`
- Categories: `ICA`, `FEATURE`

### magmaBlockDamageItem

Items on magma block get damage

- Type: `boolean`
- Default value: `false`
- Suggested options: `true`, `false`
- Categories: `ICA`, `FEATURE`, `EXPERIMENTAL`

### functionalSpongeItem

Sponge item do water clearance and dry in the nether

- Type: `boolean`
- Default value: `false`
- Suggested options: `true`, `false`
- Categories: `ICA`, `FEATURE`, `EXPERIMENTAL`

### fakePlayerPrefixCheck

Check the prefix of fake players when using player command

- Type: `String`
- Default value: `#none`
- Suggested options: `#none`, `bot_`
- Categories: `ICA`, `SURVIVAL`, `CREATIVE`

### fakePlayerSuffixCheck

Check the suffix of fake players when using player command

- Type: `String`
- Default value: `#none`
- Suggested options: `#none`, `_fake`
- Categories: `ICA`, `SURVIVAL`, `CREATIVE`
54 changes: 53 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
- [村庄加载区块](#村庄加载区块-villageChunkLoading)
- [可修复铁傀儡](#可修复铁傀儡-mendableIronGolem)
- [可修复雪傀儡](#可修复雪傀儡-mendableSnowGolem)
- [湿海绵在地狱蒸发](#湿海绵在地狱蒸发-spongeDryInNether)
- [岩浆块伤害物品](#岩浆块伤害物品-magmaBlockDamageItem)
- [功能性海绵物品](#功能性海绵物品-functionalSpongeItem)
- [假人名称前缀检查](#假人名称前缀检查-fakePlayerPrefixCheck)
- [假人名称后缀检查](#假人名称后缀检查-fakePlayerSuffixCheck)

## 规则列表

Expand Down Expand Up @@ -218,4 +223,51 @@
- 类型: `boolean`
- 默认值: `false`
- 参考选项: `true`, `false`
- 分类: `ICA`, `FEATURE` `EXPERIMENTAL`
- 分类: `ICA`, `FEATURE` `EXPERIMENTAL`

### 湿海绵在地狱蒸发 (spongeDryInNether)

湿海绵放置在地狱中时会立即转变为海绵

- 类型: `boolean`
- 默认值:
- 1.14: `false`
- 1.15+: `true`
- 参考选项: `true`, `false`
- 分类: `ICA`, `FEATURE`

### 岩浆块伤害物品 (magmaBlockDamageItem)

岩浆块会对物品实体造成伤害

- 类型: `boolean`
- 默认值: `false`
- 参考选项: `true`, `false`
- 分类: `ICA`, `FEATURE`, `EXPERIMENTAL`

### 功能性海绵物品 (functionalSpongeItem)

海绵的物品实体形态可以吸水,在地狱的物品实体形态的湿海绵会在 60gt 后转换为海绵

- 类型: `boolean`
- 默认值: `false`
- 参考选项: `true`, `false`
- 分类: `ICA`, `FEATURE`, `EXPERIMENTAL`

### 假人名称前缀检查 (fakePlayerPrefixCheck)

在召唤假人时检查名称前缀

- 类型: `String`
- 默认值: `#none`
- 参考选项: `#none`, `bot_`
- 分类: `ICA`, `SURVIVAL`, `CREATIVE`

### 假人名称后缀检查 (fakePlayerSuffixCheck)

在召唤假人时检查名称后缀

- 类型: `String`
- 默认值: `#none`
- 参考选项: `#none`, `_fake`
- 分类: `ICA`, `SURVIVAL`, `CREATIVE`

0 comments on commit 5f37e24

Please sign in to comment.