aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/assets
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2025-04-25 16:25:27 -0400
committerGitHub <noreply@github.com>2025-04-25 16:25:27 -0400
commitbf18fb9b0054177b3dee145d681c8ff1dd60418e (patch)
treefe7bf2a801644045d75982c714d28964f0a6bad7 /src/test/resources/assets
parent723cfecdbed263d3acd834404033e6c7df28c1e0 (diff)
downloadSkyblocker-bf18fb9b0054177b3dee145d681c8ff1dd60418e.tar.gz
Skyblocker-bf18fb9b0054177b3dee145d681c8ff1dd60418e.tar.bz2
Skyblocker-bf18fb9b0054177b3dee145d681c8ff1dd60418e.zip
1.21.5 (#1256)
* 1.21.5 * Test fixes and clean up * Update test screenshot * Record patterns * Performance optimization * Reset ordered waypoint index on world change (and stop serializing it) * Waypoints clean up and fixes (#1257) * Small waypoints clean up * Fix waypoints test codec field order * Safe config updates Rather than updating the values directly and then calling save, the mod will now handle this behaviour itself to ensure update consistency/visibility with the upcoming thread split. Most usages of the old method were converted but there are some left. --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
Diffstat (limited to 'src/test/resources/assets')
-rw-r--r--src/test/resources/assets/skyblocker/config/skyblocker-v2.json4
-rw-r--r--src/test/resources/assets/skyblocker/config/skyblocker-v3.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/test/resources/assets/skyblocker/config/skyblocker-v2.json b/src/test/resources/assets/skyblocker/config/skyblocker-v2.json
index e8489a5d..6c666e4c 100644
--- a/src/test/resources/assets/skyblocker/config/skyblocker-v2.json
+++ b/src/test/resources/assets/skyblocker/config/skyblocker-v2.json
@@ -478,7 +478,7 @@
"item": {
"id": "leather_chestplate",
"count": 1,
- "components": "[minecraft:dyed_color\u003d{rgb:8991416}]"
+ "components": "[minecraft:dyed_color\u003d8991416]"
}
},
"button5": {
@@ -570,4 +570,4 @@
"customMessage": "Playing Skyblock"
}
}
-} \ No newline at end of file
+}
diff --git a/src/test/resources/assets/skyblocker/config/skyblocker-v3.json b/src/test/resources/assets/skyblocker/config/skyblocker-v3.json
index d298fff1..6f43da2f 100644
--- a/src/test/resources/assets/skyblocker/config/skyblocker-v3.json
+++ b/src/test/resources/assets/skyblocker/config/skyblocker-v3.json
@@ -477,7 +477,7 @@
"clickEvent": "/wardrobe",
"itemData": {
"count": 1,
- "components": "[minecraft:dyed_color\u003d{rgb:8991416}]",
+ "components": "[minecraft:dyed_color\u003d8991416]",
"item": "minecraft:leather_chestplate"
}
},
@@ -570,4 +570,4 @@
"customMessage": "Playing Skyblock"
}
}
-} \ No newline at end of file
+}