From d2cbd2f59656977dfc6969ce48fd38ba885bfc7a Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Wed, 1 Jul 2026 12:49:56 +0800 Subject: [PATCH] [Fix] (replay-trace) recapture normal-world Fabric mod fixtures --- .github/workflows/apk.yml | 20 +++++++++---------- tools/trace_replay/CMakeLists.txt | 20 +++++++++---------- tools/trace_replay/README.md | 10 +++++----- ...eymap-in-world-normal-world.0000641975.png | 3 +++ ...abric-journeymap-in-world-normal-world.tgz | 4 ++-- ...rnui-inventory-normal-world.0000727926.png | 3 +++ ...fabric-modernui-inventory-normal-world.tgz | 4 ++-- ...-rei-inventory-normal-world.0000734465.png | 3 +++ ...21.4-fabric-rei-inventory-normal-world.tgz | 4 ++-- ...nimap-in-world-normal-world.0000457190.png | 3 +++ ...ic-xaero-minimap-in-world-normal-world.tgz | 4 ++-- ...d-map-in-world-normal-world.0000573061.png | 3 +++ ...-xaero-world-map-in-world-normal-world.tgz | 4 ++-- .../trace_replay/run_android_retrace_local.py | 10 +++++----- 14 files changed, 55 insertions(+), 40 deletions(-) create mode 100644 tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.0000641975.png create mode 100644 tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.0000727926.png create mode 100644 tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.0000734465.png create mode 100644 tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.0000457190.png create mode 100644 tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.0000573061.png diff --git a/.github/workflows/apk.yml b/.github/workflows/apk.yml index a254ca9e..d7bc6b12 100644 --- a/.github/workflows/apk.yml +++ b/.github/workflows/apk.yml @@ -299,8 +299,8 @@ jobs: - name: minecraft-1.21.4-fabric-rei-inventory-normal-world trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.tgz trace_file: trace.trace - golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.0006599207.png - target_call: 6599207 + golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.0000734465.png + target_call: 734465 width: 854 height: 480 crop_x: 0 @@ -311,8 +311,8 @@ jobs: - name: minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.tgz trace_file: trace.trace - golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.0003893975.png - target_call: 3893975 + golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.0000457190.png + target_call: 457190 width: 854 height: 480 crop_x: 0 @@ -323,8 +323,8 @@ jobs: - name: minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.tgz trace_file: trace.trace - golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.0002099794.png - target_call: 2099794 + golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.0000573061.png + target_call: 573061 width: 854 height: 480 crop_x: 0 @@ -335,8 +335,8 @@ jobs: - name: minecraft-1.21.4-fabric-journeymap-in-world-normal-world trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.tgz trace_file: trace.trace - golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.0005099482.png - target_call: 5099482 + golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.0000641975.png + target_call: 641975 width: 854 height: 480 crop_x: 0 @@ -347,8 +347,8 @@ jobs: - name: minecraft-1.21.4-fabric-modernui-inventory-normal-world trace_archive: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.tgz trace_file: trace.trace - golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.0008585354.png - target_call: 8585354 + golden: tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.0000727926.png + target_call: 727926 width: 854 height: 480 crop_x: 0 diff --git a/tools/trace_replay/CMakeLists.txt b/tools/trace_replay/CMakeLists.txt index 20a4bd3b..4ae8c2c7 100644 --- a/tools/trace_replay/CMakeLists.txt +++ b/tools/trace_replay/CMakeLists.txt @@ -480,8 +480,8 @@ add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-modernui-inventory add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-rei-inventory-normal-world TRACE_ARCHIVE ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.tgz TRACE_FILE trace.trace - GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.0006599207.png - TARGET_CALL 6599207 + GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.0000734465.png + TARGET_CALL 734465 WIDTH 854 HEIGHT 480 ) @@ -489,8 +489,8 @@ add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-rei-inventory-normal- add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world TRACE_ARCHIVE ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.tgz TRACE_FILE trace.trace - GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.0003893975.png - TARGET_CALL 3893975 + GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.0000457190.png + TARGET_CALL 457190 WIDTH 854 HEIGHT 480 CROP_X 0 @@ -502,8 +502,8 @@ add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-xaero-minimap-in-worl add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world TRACE_ARCHIVE ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.tgz TRACE_FILE trace.trace - GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.0002099794.png - TARGET_CALL 2099794 + GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.0000573061.png + TARGET_CALL 573061 WIDTH 854 HEIGHT 480 ) @@ -511,8 +511,8 @@ add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-xaero-world-map-in-wo add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-journeymap-in-world-normal-world TRACE_ARCHIVE ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.tgz TRACE_FILE trace.trace - GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.0005099482.png - TARGET_CALL 5099482 + GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.0000641975.png + TARGET_CALL 641975 WIDTH 854 HEIGHT 480 ) @@ -520,8 +520,8 @@ add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-journeymap-in-world-n add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-modernui-inventory-normal-world TRACE_ARCHIVE ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.tgz TRACE_FILE trace.trace - GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.0008585354.png - TARGET_CALL 8585354 + GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.0000727926.png + TARGET_CALL 727926 WIDTH 854 HEIGHT 480 ) diff --git a/tools/trace_replay/README.md b/tools/trace_replay/README.md index be533540..ba40442b 100644 --- a/tools/trace_replay/README.md +++ b/tools/trace_replay/README.md @@ -39,19 +39,19 @@ The bundled fixtures cover: ![Minecraft 1.21.4 Fabric Modern UI inventory golden](fixtures/minecraft-1.21.4-fabric-modernui-inventory.0004907381.png) - minecraft-1.21.4-fabric-rei-inventory-normal-world: captured from Minecraft 1.21.4 Fabric with Sodium, Iris, and REI in a normal singleplayer world, with shader packs disabled and the creative inventory and REI item list open. - ![Minecraft 1.21.4 Fabric REI inventory normal-world golden](fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.0006599207.png) + ![Minecraft 1.21.4 Fabric REI inventory normal-world golden](fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.0000734465.png) - minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world: captured from Minecraft 1.21.4 Fabric with Sodium, Iris, and Xaero's Minimap after entering a normal singleplayer world with shader packs disabled. - ![Minecraft 1.21.4 Fabric Xaero's Minimap normal-world golden](fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.0003893975.png) + ![Minecraft 1.21.4 Fabric Xaero's Minimap normal-world golden](fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.0000457190.png) - minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world: captured from Minecraft 1.21.4 Fabric with Sodium, Iris, and Xaero's World Map in a normal singleplayer world, with shader packs disabled and the world map screen open. - ![Minecraft 1.21.4 Fabric Xaero's World Map normal-world golden](fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.0002099794.png) + ![Minecraft 1.21.4 Fabric Xaero's World Map normal-world golden](fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.0000573061.png) - minecraft-1.21.4-fabric-journeymap-in-world-normal-world: captured from Minecraft 1.21.4 Fabric with Sodium, Iris, and JourneyMap after entering a normal singleplayer world with shader packs disabled. - ![Minecraft 1.21.4 Fabric JourneyMap normal-world golden](fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.0005099482.png) + ![Minecraft 1.21.4 Fabric JourneyMap normal-world golden](fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.0000641975.png) - minecraft-1.21.4-fabric-modernui-inventory-normal-world: captured from Minecraft 1.21.4 Fabric with Sodium, Iris, and Modern UI in a normal singleplayer world, with shader packs disabled and the creative inventory open. - ![Minecraft 1.21.4 Fabric Modern UI inventory normal-world golden](fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.0008585354.png) + ![Minecraft 1.21.4 Fabric Modern UI inventory normal-world golden](fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.0000727926.png) - minecraft-1.21.4-fabric-iris-bsl-in-world: captured from Minecraft 1.21.4 Fabric with Sodium, Iris, and BSL Shaders after entering a singleplayer world. ![Minecraft 1.21.4 Fabric Iris BSL in-world golden](fixtures/minecraft-1.21.4-fabric-iris-bsl-in-world.0000110725.png) diff --git a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.0000641975.png b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.0000641975.png new file mode 100644 index 00000000..6eefedd7 --- /dev/null +++ b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.0000641975.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2775dc4a84287aa24eca3c8bfa221dd2c732fed2d947b646d189d0a5e41064e5 +size 129595 diff --git a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.tgz b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.tgz index eb80c002..b8c83f35 100644 --- a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.tgz +++ b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-journeymap-in-world-normal-world.tgz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc39bd7926ec635180be5ad832bb8824ddc0c521564cce75ee5fefe0b89e244c -size 144445305 +oid sha256:c2afd18fdd7c4be955222870e53c9cefe67e986f302577b6de7c6454fe0f1a18 +size 11845491 diff --git a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.0000727926.png b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.0000727926.png new file mode 100644 index 00000000..ecce384e --- /dev/null +++ b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.0000727926.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078ac50a250290c0be5ad080624e3db5a6b28143be915f3214bb0dec1ba0d90f +size 138346 diff --git a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.tgz b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.tgz index 0e5949ba..72013996 100644 --- a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.tgz +++ b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-modernui-inventory-normal-world.tgz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c667fa90addf1910652620ce87b7b4691806ae5c5ab60a67140d2c958833bae1 -size 275119166 +oid sha256:827f6076450f102f7694d97f8ecf06822240c2f683466601371f936eff40472f +size 13895540 diff --git a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.0000734465.png b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.0000734465.png new file mode 100644 index 00000000..1d9f5dae --- /dev/null +++ b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.0000734465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a2cc2e650cc840fd8c32ef7182d6137603cbd8a5c3ff40f40228137c73f4e1 +size 145114 diff --git a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.tgz b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.tgz index 747d7290..e30511b0 100644 --- a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.tgz +++ b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-rei-inventory-normal-world.tgz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27344169348ed1507b8ac96262abb32da2d4fbf84255943286d59fe57b821f1b -size 167039798 +oid sha256:f9b2ba774314899e095dc35ba255bcfea57777da159fb8b9ab409a59d174278f +size 13705780 diff --git a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.0000457190.png b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.0000457190.png new file mode 100644 index 00000000..5a75dc3e --- /dev/null +++ b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.0000457190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02d531a97f766f40db6d66447bfd9d0036c97d3f138fdcacd843b33131aa451 +size 111216 diff --git a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.tgz b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.tgz index 53c7a399..964325f8 100644 --- a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.tgz +++ b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.tgz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14ad80c13dfb54e223b3c758fc4ea19e96c6ebdca213d23efb293118dd66e2c1 -size 154704198 +oid sha256:814786d4c12c3392f91202aff24d6bde9878ba33cf877f0825daf6c4f3509e1d +size 9314018 diff --git a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.0000573061.png b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.0000573061.png new file mode 100644 index 00000000..84704f4d --- /dev/null +++ b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.0000573061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb97e0cc012138c94f38e8f43b54acb9431252f4a52c5d9de1ced61ed6a4adf5 +size 131881 diff --git a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.tgz b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.tgz index 3e418141..7b688604 100644 --- a/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.tgz +++ b/tools/trace_replay/fixtures/minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.tgz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14640ac0944bee609a352c55552756f861deb70b43b3961c763382dd6c20855f -size 41131109 +oid sha256:635e704ce3950f16f682583f55a947268f649d7d76eec0908482e2d3f398cbac +size 11656316 diff --git a/tools/trace_replay/run_android_retrace_local.py b/tools/trace_replay/run_android_retrace_local.py index 8a281a69..2dca2e22 100644 --- a/tools/trace_replay/run_android_retrace_local.py +++ b/tools/trace_replay/run_android_retrace_local.py @@ -55,11 +55,11 @@ CASES = [ {"name": "minecraft-1.21.4-fabric-xaero-world-map-in-world", "golden": "minecraft-1.21.4-fabric-xaero-world-map-in-world.0001598209.png", "target_call": 1598209, "timeout_seconds": 1800}, {"name": "minecraft-1.21.4-fabric-journeymap-in-world", "golden": "minecraft-1.21.4-fabric-journeymap-in-world.0002632392.png", "target_call": 2632392, "timeout_seconds": 1800}, {"name": "minecraft-1.21.4-fabric-modernui-inventory", "golden": "minecraft-1.21.4-fabric-modernui-inventory.0004907381.png", "target_call": 4907381, "timeout_seconds": 1800}, - {"name": "minecraft-1.21.4-fabric-rei-inventory-normal-world", "golden": "minecraft-1.21.4-fabric-rei-inventory-normal-world.0006599207.png", "target_call": 6599207, "timeout_seconds": 1800}, - {"name": "minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world", "golden": "minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.0003893975.png", "target_call": 3893975, "crop_y": 10, "crop_width": 140, "crop_height": 158, "timeout_seconds": 1800}, - {"name": "minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world", "golden": "minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.0002099794.png", "target_call": 2099794, "timeout_seconds": 1800}, - {"name": "minecraft-1.21.4-fabric-journeymap-in-world-normal-world", "golden": "minecraft-1.21.4-fabric-journeymap-in-world-normal-world.0005099482.png", "target_call": 5099482, "timeout_seconds": 1800}, - {"name": "minecraft-1.21.4-fabric-modernui-inventory-normal-world", "golden": "minecraft-1.21.4-fabric-modernui-inventory-normal-world.0008585354.png", "target_call": 8585354, "timeout_seconds": 1800}, + {"name": "minecraft-1.21.4-fabric-rei-inventory-normal-world", "golden": "minecraft-1.21.4-fabric-rei-inventory-normal-world.0000734465.png", "target_call": 734465, "timeout_seconds": 1800}, + {"name": "minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world", "golden": "minecraft-1.21.4-fabric-xaero-minimap-in-world-normal-world.0000457190.png", "target_call": 457190, "crop_y": 10, "crop_width": 140, "crop_height": 158, "timeout_seconds": 1800}, + {"name": "minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world", "golden": "minecraft-1.21.4-fabric-xaero-world-map-in-world-normal-world.0000573061.png", "target_call": 573061, "timeout_seconds": 1800}, + {"name": "minecraft-1.21.4-fabric-journeymap-in-world-normal-world", "golden": "minecraft-1.21.4-fabric-journeymap-in-world-normal-world.0000641975.png", "target_call": 641975, "timeout_seconds": 1800}, + {"name": "minecraft-1.21.4-fabric-modernui-inventory-normal-world", "golden": "minecraft-1.21.4-fabric-modernui-inventory-normal-world.0000727926.png", "target_call": 727926, "timeout_seconds": 1800}, {"name": "minecraft-1.21.4-fabric-iris-bsl-in-world", "golden": "minecraft-1.21.4-fabric-iris-bsl-in-world.0000110725.png", "alternate_golden": "minecraft-1.21.4-fabric-iris-bsl-in-world.0000110725-mali.png", "target_call": 110725, "timeout_seconds": 900}, {"name": "minecraft-1.21.4-fabric-iris-makeup-ultrafast-in-world", "golden": "minecraft-1.21.4-fabric-iris-makeup-ultrafast-in-world.0000095322.png", "target_call": 95322, "timeout_seconds": 900}, {"name": "minecraft-1.21.4-fabric-iris-super-duper-vanilla-in-world", "golden": "minecraft-1.21.4-fabric-iris-super-duper-vanilla-in-world.0000141559.png", "target_call": 141559, "timeout_seconds": 900},