加入
常規
- 增加一些新的進度。
- 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
