加入
常規
- 增加一些新的進度。
- 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,
- 最佳化配方手冊。
方塊
- 在地圖上有特殊的顏色。
生物
- 失明效果只在區域難易度是3或以上時才會釋放。
指令
/advancement:- 現在有五個目標選擇器:"everything", "from", "until", "through", "only"
- 例如:
/advancement grant dinnerbone until story/elytra
/advancement revoke dinnerbone everything
"Both [...] have: everything from <advancement> until <advancement> through <advancement> only <advancement> [criterion]"
everything = "all achievements", no specification required
from = "this one & its children & their children etc"
until = "this one & its parent & its parent etc"
through = both of the above
only = "this one"
修復
參考
Template:Computer versions
