File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
* Added exclusive quest branching, where starting one quest makes certain other quests unavailable
11
11
* New "Max Completable Dependents" integer property for quests
12
12
* When that number of dependent quests is completed, other uncompleted dependents of that quest become unavailable to the player/team
13
+ * Improved importing of legacy quest data (from quest book data in 1.20.1 and earlier)
14
+ * Item SNBT data is now imported, other than custom NBT data, which can't reliably be auto-converted to 1.21 item component data
15
+ * Added ja_jp translation (thanks @twister716 )
16
+ * Task Screens now show related quest names along with task names (and can search on those)
17
+ * New hotkeys when hovering chapters (same as 2101.1.6 changes made to quests):
18
+ * Left-Alt & Left-Mouse opens directly to chapter properties
19
+ * Right-Alt & Left-Mouse copies the chapter ID
20
+
21
+ ### Fixed
22
+ * Add extra defensive null-checking to avoid crashes by mods incorrectly calling ` Entity#die ` with a null damage source
13
23
14
24
## [ 2101.1.6]
15
25
You can’t perform that action at this time.
0 commit comments