Port OreSpawn 4.0.16 to Forge 1.10.2 - #300
Merged
SkyBlade1978 merged 6 commits intoSep 9, 2026
Merged
Conversation
SkyBlade1978
merged commit Sep 9, 2026
7482042
into
MinecraftModDevelopmentMods:master-1.10.2
5 checks passed
This was referenced Sep 9, 2026
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 Minecraft 1.10.2 / Forge 12.18.3.2511 as
4.0.16.110021.Changes
top + 1while preserving buried/authored Snow and Ice;noguiserver argument in generated and hosted launches.Forge 1.10's biome registry and lookup are static/two-dimensional, so the 4.0.11 dynamic-registry, 4.0.12 sampler-height and 4.0.15 3D-attribution repairs are target-inapplicable. Forge 12 has no server GameTest harness, so 4.0.16 retains ordinary benchmark auto-stop without introducing a compatibility hook. The later 4.0.17 Cleanroom Codec repair is intentionally not included; the confirmed collision is specific to the Forge 1.12.2/Cleanroom environment.
Compatibility
Preserves API major 1, schemas 4/6/5, registry IDs, provider meanings, profile filenames, Mineralogy/OS1/OS3 migration behaviour, existing chunks and
[4.0.6,5.0.0)compatibility. The changelog and all release identities are updated through4.0.16.110021.Validation
nogui;a4c8c93a5e2f114ef0bdb586ff1e0d21a16de1demanually accepted before publication.This PR does not create a tag, publish artifacts, update issues, or directly modify the MMD target branch.