Skip to content

feat(mod): Support 1.21.6#81

Merged
okafke merged 8 commits intomainfrom
80-1216
Nov 12, 2025
Merged

feat(mod): Support 1.21.6#81
okafke merged 8 commits intomainfrom
80-1216

Conversation

@3arthqu4ke
Copy link
Member

No description provided.

@3arthqu4ke 3arthqu4ke linked an issue Jun 26, 2025 that may be closed by this pull request
@3arthqu4ke
Copy link
Member Author

This requires a change in headlessmc-lwjgl to fix a division by zero:

at java.base/java.lang.Math.floorDiv(Math.java:1472) ~[?:?] {}
	at TRANSFORMER/minecraft@1.21.6/net.minecraft.util.Mth.positiveCeilDiv(Mth.java:659) ~[client-1.21.6-20250617.151856-srg.jar%23204!/:?] {re:classloading}
	at TRANSFORMER/minecraft@1.21.6/net.minecraft.util.Mth.roundToward(Mth.java:655) ~[client-1.21.6-20250617.151856-srg.jar%23204!/:?] {re:classloading}
	at TRANSFORMER/minecraft@1.21.6/net.minecraft.client.renderer.DynamicUniformStorage.<init>(DynamicUniformStorage.java:31) ~[client-1.21.6-20250617.151856-srg.jar%23204!/:?] {re:classloading,pl:runtimedistcleaner:A}

@okafke
Copy link
Member

okafke commented Nov 10, 2025

Currently blocked because we cannot update to 1.21.10, because unimined does not work for that version

@okafke
Copy link
Member

okafke commented Nov 11, 2025

@okafke okafke mentioned this pull request Nov 12, 2025
@okafke okafke merged commit fef5a7f into main Nov 12, 2025
77 of 78 checks passed
@okafke okafke deleted the 80-1216 branch November 12, 2025 15:39
This was referenced Nov 12, 2025
null2264 added a commit to null2264/mc-runtime-test that referenced this pull request Dec 10, 2025
* chore(mod): 1.21.5 (headlesshq#64)

* chore(deps): update googleapis/release-please-action digest to a02a34c (headlesshq#62)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(deps): support 1.21.5 and update to HeadlessMc 2.5.1

* chore(main): release 3.1.0 (headlesshq#68)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore(docs): escape characters in README (headlesshq#69)

* fix(action): Change cache keys to prevent prefix fallback to cache of incorrect version (headlesshq#71)

* chore(main): release 3.1.1 (headlesshq#72)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore(deps): update useblacksmith/setup-gradle digest to 7f7b355 (headlesshq#75)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/download-artifact digest to d3f86a1 (headlesshq#65)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update useblacksmith/setup-java digest to 4ef8123 (headlesshq#63)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/upload-artifact digest to ea165f8 (headlesshq#55)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency net.fabricmc.fabric-api:fabric-gametest-api-v1 to v1.3.16+1172e8970d (headlesshq#76)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat!: Default to github cache, blacksmith or no cache are configurable, extensive 1.7.10 logging (headlesshq#74)

Co-authored-by: Chip Wolf ‮ <hello@chipwolf.uk>
Co-authored-by: Chip Wolf ‮ <chipukyt@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore(main): release 4.0.0 (headlesshq#78)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore(ci): automatic PR when new Mc version is available (headlesshq#85)

* chore(ci): add requirements.txt

* chore(ci): fix new mc version workflow (headlesshq#88)

* chore(ci): fix reviewers and syntax in new mc version workflow (headlesshq#90)

* chore(ci): run matrix based on PR message (headlesshq#92)

* chore(ci): use find-comment action to find PR comment (headlesshq#94)

* chore(ci): use pull_request.body

* chore(ci): log PR comment body matching

* chore(ci): Fixed regex for PR comment body matching

* chore(ci): Fixed regex for PR comments not matching zeros

* chore(ci): modify README in new mc version workflow (headlesshq#103)

* feat(mod): Support 1.21.6 (headlesshq#81)

Co-authored-by: okafke <65917827+okafke@users.noreply.github.com>

* fix(action): switch from wget to curl to support windows (headlesshq#104)

* chore(main): release 4.1.0 (headlesshq#106)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore(docs): add supported versions to README

* chore(ci): read build & run data from file (headlesshq#111)

* chore(ci): improve README modification

* chore(deps): update dependency urllib3 to v2.6.0 [security] (headlesshq#113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: 1.21.10 already handled by 1_21_9

* ci: null2264

* ci: Use github cache

* ci: Use github cache

* refactor: Switching to uv

---------

Co-authored-by: 3arthqu4ke <56741599+3arthqu4ke@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chip Wolf ‮ <hello@chipwolf.uk>
Co-authored-by: Chip Wolf ‮ <chipukyt@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: okafke <65917827+okafke@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1.21.6

2 participants