新增规则
禁止潜影贝给予漂浮效果(shulkerHitLevitationDisable)
开启后,玩家被潜影贝击中时只会受到伤害而不会获得漂浮BUFF。
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
免疫潜影贝飞弹(immuneShulkerBullet)
开启后,玩家将完全免疫潜影贝发射的飞弹。
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
麒麟臂(kirinArm)
开启后,玩家可以徒手秒破除基岩外的任何方块。
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
New Rules
shulkerHitLevitationDisable
When enabled, When hit by a shulker, the player only takes damage and does not gain the levitation effect.
- Type
boolean
- Default:
false
- Suggested options:
false
,true
- Categroies:
AMS
,FEATURE
,SURVIVAL
immuneShulkerBullet
When enabled, Players are now completely immune to bullets fired by shulkers.
- Type
boolean
- Default:
false
- Suggested options:
false
,true
- Categroies:
AMS
,FEATURE
,SURVIVAL
kirinArm
When enabled, Players can instantly break any block except bedrock with bare hands.
- Type
boolean
- Default:
false
- Suggested options:
false
,true
- Categroies:
AMS
,FEATURE
,SURVIVAL
更新
- 更新自动构建 by @wendavid552 in https://github.com/Minecraft-AMS/Carpet-AMS-Addition/pull/29
- Specify game versions in gradle.properties by @wendavid552 in https://github.com/Minecraft-AMS/Carpet-AMS-Addition/pull/30
修复
- 修复了optimizedDragonRespawn在初次进入世界时崩溃问题.
Full Changelog: https://github.com/Minecraft-AMS/Carpet-AMS-Addition/compare/v2.0.1...v2.0.2