更新
-
使用 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.
v2.7.0
新增
禁用铁砧交互 (anvilInteractionDisabled)
开启后,玩家无法打开铁砧的UI界面。 命令:/anvilInteractionDisabledSwitch
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
现在该功能开启后需要使用/anvilInteractionDisabledSwitch
命令来控制是否能与铁砧交互。
News
anvilInteractionDisabled
When enabled, Players cannot open the UI of the Anvil. Command: /anvilInteractionDisabledSwitch
- Type:
boolean
- Default:
false
- Suggested options:
false
,true
- Categroies:
AMS
,FEATURE
,SURVIVAL
Now when this feature is enabled, you need to use the /anvilInteractionDisabledSwitch
command to control whether or not you can interact with the anvil.
@1024-byteeeee