添加
常规
- 增加一些新的进度。
- New tabs: "The End" and "Nether"
- New
levitationtrigger, with the following conditions:duration- number of ticks the player is levitating fordistance- distance the player levitated so far- Both can be either a range (
minand / ormax) or a value (value)
- New
featurecondition added to thelocationtrigger- The value is a feature name as used in the
/locatecommand
- The value is a feature name as used in the
UpdateLastExecution(byte):- Defaults to
1b. If set to0b, loops can be created, where the same command block can run multiple times in one tick.
- Defaults to
LastExecution(long):- Stores the tick a chain command block was last executed in.
toBeDisplayed(list):- Added into the
recipeBookcompound of the player. - Within are recipe names that the player has unlocked but not viewed in the crafting helper yet
- Used for remembering to play the animation for new recipes
- Added into the
更改
游戏内容
- 移动了一些进度。
- 进度现在可以用命令获得。
- The command written in the rewards section of the advancement will be executed as the player (for example writing
/say @swould be equivalent to/execute <the player who obtained this advancement> ~ ~ ~ say @s)
- The command written in the rewards section of the advancement will be executed as the player (for example writing
- 进度图标现在可以使用数据值
- Specifically,
iconhas switched from being a string to an object- Within it are a required
itemstring (specifying the item ID) and an optionaldatainteger, specifying the metadata of the item
- Within it are a required
- Specifically,
- 优化配方书。
方块
- 在地图上有特殊的颜色。
- Each leg can now be textured individually
生物
- 失明效果只在区域难度是3或以上时才会释放。
命令
/advancement:- Added five modifiers to the
/advancement grantand/advancement revokecommands:- "everything" - all advancements, no specification required (same as "*")
- "from" - this advancement, its children, and their children, etc.
- "until" - this advancement, its parent, and its parent, etc.
- "through" - both of the above
- "only" - this advancement, and nothing else
- Examples:
- Added five modifiers to the
/advancement grant dinnerbone until story/elytra /advancement revoke dinnerbone everything
修复
参考
Template:Computer versions
