Releases: Minecraft-AMS/Carpet-AMS-Addition
Carpet-AMS-Addition v2.10.0
新增规则
可掉落蛋糕 (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
Carpet-AMS-Addition v2.9.2
更新
-
使用 MixinExtras 解决与其他模组的兼容性问题。
-
重新引入了更新抑制防崩溃规则
amsUpdateSuppressionCrashFix
。 -
一些代码上的调整。
Update
-
Using MixinExtras Resolve compatibility issues with other mods.
-
The rule
amsUpdateSuppressCrashFix
has been reintroduced. -
Some code modify.
@1024-byteeeee
Carpet-AMS-Addition v2.9.1
优化
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
Carpet-AMS-Addition v2.9.0
新增规则
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
Carpet-AMS-Addition v2.8.3
修复
- 修复了
[创造模式潜影盒无掉落(creativeShulkerBoxDropsDisabled)
规则破坏潜影盒会触发两次音效的bug。
Fix
- Fixed a bug in the
creativeShulkerBoxDropsDisabled
rule when player break Shulker Box triggers two instances of damaging sound effects.
@1024-byteeeee
Carpet-AMS-Addition v2.8.2
修复
- 修复了在启动服务器时发出的警告。
Fix
- Fixed warnings when starting the server.
Carpet-AMS-Addition v2.8.1
新增
禁用铁砧交互 (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
Carpet-AMS-Addition v2.8.0
新增规则
禁用铁砧交互 (anvilInteractionDisabled)
开启后,玩家无法打开铁砧的UI界面。
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
修复
- 修正了一处文本错误。
New Rules
anvilInteractionDisabled
When enabled, Players cannot open the UI of the Anvil.
- Type:
boolean
- Default:
false
- Suggested options:
false
,true
- Categroies:
AMS
,FEATURE
,SURVIVAL
Fix
- Fixed a text error.
@1024-byteeeee
Carpet-AMS-Addition v2.7.1
更新
- 移除了
amsUpdateSuppressionCrashFix
规则,因为它会和Carpet产生冲突,导致无法进入游戏。 - 现在使用
boneBlockUpdateSuppressor
时建议启用Carpet的updateSuppressCrashFix
规则防止游戏崩溃。
Renew
- Removed
amsUpdateSuppressionCrashFix
rule because it clash with carpet, Causing inability to enter the game. - When using
boneBlockUpdateSuppressor
now, it is recommended to enable theupdateSuppressCrashFix
rule of Carpet to prevent game crashes.
@1024-byteeeee
Carpet-AMS-Addition v2.7.0
新增规则
轻松掉落凋零骷髅头 (easyWitherSkeletonSkullDrop)
开启后,击杀凋零骷髅会百分百掉落凋零骷髅头。
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
New Rules
easyWitherSkeletonSkullDrop
When enabled, 100% Wither Skeleton Skull Drop.
- Type:
boolean
- Default:
false
- Suggested options:
false
,true
- Categroies:
AMS
,FEATURE
,SURVIVAL
@1024-byteeeee