Port OreSpawn 4.0.16 to Forge 1.15.2 - #293
Merged
SkyBlade1978 merged 7 commits intoSep 7, 2026
Merged
Conversation
SkyBlade1978
merged commit Sep 7, 2026
552c636
into
MinecraftModDevelopmentMods:master-1.15.2
5 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ports the accepted OreSpawn 4.0.16 campaign to Forge 1.15.2, finishing at
4.0.16.115021while preserving Forge 31.2.57, MCP snapshot20200514-1.15.1, Java 8 bytecode, pack format 5, API major 1, and schemas 4/6/5.This retains the already accepted 4.0.8 field-persistence/build work and 4.0.9 natural-host ordering, then adds the applicable 4.0.10-4.0.16 fixes:
top + 1while preserving buried/authored Snow and Ice;Forge 1.15 has a static biome registry, so the 4.0.11 dynamic-registry lifecycle change is intentionally inapplicable. It also has no server GameTest harness, so 4.0.16 records the shared release identity while retaining ordinary dedicated benchmark auto-stop.
Target-specific build and compatibility work
bin/maindiscovery contract;[4.0.6,5.0.0).Validation
The exact manually accepted head is
6a6276f786e7b005a1f59d314724a7e97127e857.This PR does not tag or publish a release and does not directly modify the MMD target branch.