新增规则
可掉落蛋糕 (cakeBlockDropOnBreak)
开启后,蛋糕在被破坏时可以掉落蛋糕(蛋糕是完整的情况下才会掉落)。
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
不准吃蛋糕 (noCakeEating)
开启后,玩家不可以吃蛋糕。
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
红石元件音效 (redstoneComponentSound)
开启后,玩家右键红石元件时会播放声音。 影响的元件:阳光传感器、红石粉、中继器。
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
修复
- 修复了因
amsUpdateSuppressionCrashFix
导致的物品掉落运动轨迹不正常的问题。
补充说明
- 由于英文水平有限,目前所有翻译均来自 Chat-GPT (除了很久很久以前 nirvanaxiao6 撰写的第一篇英文文档)。:)
New Rules
cakeBlockDropOnBreak
When enabled, When the cake is destroyed, it can drop cake (the cake will only drop when it is intact).
- Type:
boolean
- Default:
false
- Suggested options:
false
,true
- Categroies:
AMS
,FEATURE
,SURVIVAL
noCakeEating
When enabled, Players are not allowed to consume cake.
- Type:
boolean
- Default:
false
- Suggested options:
false
,true
- Categroies:
AMS
,FEATURE
,SURVIVAL
redstoneComponentSound
When enabled, When players right-click on the redstone component, it will emit a sound. Affected components: daylight detector, redstone dust, repeater.
- Type:
boolean
- Default:
false
- Suggested options:
false
,true
- Categroies:
AMS
,FEATURE
Fix
- The issue with the abnormal trajectory of dropped items caused by
amsUpdateSuppressionCrashFix
has been fixed.
Additional clarification
- Due to my limited proficiency in English, all English document translations are currently provided by Chat-GPT, including this sentence (
Apart from the very first English document authored by nirvanaxiao6 a long, long time ago) :)
@1024-byteeeee
更新
-
使用 MixinExtras 解决与其他模组的兼容性问题。
-
重新引入了更新抑制防崩溃规则
amsUpdateSuppressionCrashFix
。 -
一些代码上的调整。
Update
-
Using MixinExtras Resolve compatibility issues with other mods.
-
The rule
amsUpdateSuppressCrashFix
has been reintroduced. -
Some code modify.
优化
softDeepslate
规则代码优化。softObsidian
规则代码优化。weakObsidian
规则代码优化。weakCryingObsidian
规则代码优化。weakReinforcedDeepslate
规则代码优化。weakBedRock
规则代码优化。enhancedWorldEater
规则代码优化。largeEnderChest
规则代码优化。
修复
- 修复了
optimizedDragonRespawn
的一个bug。 - 现在
softDeepslate
规则不会在1.16.5版本出现。
Optimize
softDeepslate
rule code optimization.softObsidian
rule code optimization.weakObsidian
rule code optimization.weakCryingObsidian
rule code optimization.weakReinforcedDeepslate
rule code optimization.weakBedRock
rule code optimization.enhancedWorldEater
rule code optimization.largeEnderChest
rule code optimization.
Fix
- Fixed a bug with the
optimizedDragonRespawn
rule. - The
softDeepslate
rule now does not show in Minecraft-1.16.5.
@1024-byteeeee
新增规则
op玩家不准作弊拓展 (opPlayerNoCheatExtra)
开启后,禁用部分指令以避免op玩家意外地作弊, 建议与 Carpet TIS Addition 的opPlayerNoCheat一同使用。
影响的指令列表: /difficulty, /kill, /time, /weather
(Carpet TIS Addition)影响的指令列表:/gamemode, /tp, /teleport, /give, /setblock, /summon
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
,COMMAND
NewRules
opPlayerNoCheatExtra
When enabled, Disable some command to prevent accidentally cheating, It is recommended to use it with opPlayerNoCheat from Carpet TIS Addition .
Affects command list: /difficulty, /kill, /time, /weather
(Carpet TIS Addition)Affects command list: /gamemode, /tp, /teleport, /give, /setblock, /summon
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
,COMMAND
@1024-byteeeee
修复
- 修复了
[创造模式潜影盒无掉落(creativeShulkerBoxDropsDisabled)
规则破坏潜影盒会触发两次音效的bug。
Fix
- Fixed a bug in the
creativeShulkerBoxDropsDisabled
rule when player break Shulker Box triggers two instances of damaging sound effects.
@1024-byteeeee
修复
- 修复了在启动服务器时发出的警告。
Fix
- Fixed warnings when starting the server.