feat(hub-return): rotating-needle recovery compass texture (32 frames)

Replaces vanilla blue right-pointing-triangle with a red/white compass
needle on a lodestone face, rotating through 32 angular positions
(11.25° per frame). RP bumped 1.0.1 → 1.0.2.

Earlier 16-frame attempt caused GPU sampling beyond the texture buffer
(flashing diagonal-line corruption); Bedrock's recovery_compass_atlas
expects 32 frames at 16×16 each = 512×16 total.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-27 23:14:40 +01:00
parent 17a9faf206
commit cc57662468
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"version": [
1,
0,
1
2
],
"min_engine_version": [
1,
@@ -22,7 +22,7 @@
"version": [
1,
0,
1
2
]
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB