Skip to content

Fix relief rendering on Minecraft 1.18.2 - #151

Merged
SkyBlade1978 merged 2 commits into
MinecraftModDevelopmentMods:master-1.18.2from
SkyBlade1978:master-1.18.2
Sep 2, 2026
Merged

Fix relief rendering on Minecraft 1.18.2#151
SkyBlade1978 merged 2 commits into
MinecraftModDevelopmentMods:master-1.18.2from
SkyBlade1978:master-1.18.2

Conversation

@SkyBlade1978

Copy link
Copy Markdown
Collaborator

Summary

  • fix Mineralogy relief rendering so the intentionally open centre shows the supporting block face instead of sky/void
  • bump the Minecraft 1.18.2 release identity from 6.1.0.118021 to 6.1.1.118021
  • update release checks, CI artifact names, README, changelog, version guide, and regression contracts

Cause and fix

RockRelief already returned an empty visual shape, but its thin full-face shape remained the occlusion shape. Minecraft 1.18 therefore culled the supporting block face behind the open model centre. The block now also returns Shapes.empty() from getOcclusionShape.

This changes no registry IDs, NBT, recipes, world generation, OreSpawn integration, or existing-world identities.

Validation

  • manually verified in Minecraft 1.18.2 that reliefs now render correctly
  • 54 JUnit tests pass
  • clean check build javadoc verifyReleaseConfiguration verifyReleaseDependencies verifyReleaseArtifacts writeReleaseChecksums
  • genEclipseRuns eclipse isolateEclipseProductionRuns verifyEclipseProductionClasspath
  • git diff --check
  • candidate main-jar SHA-256: 5C98B010DF8DEFF2CB9AABCF68974D1D6F38F45A45F09FBE771AC8EF8DC79447

No tag or publication is included in this PR.

@SkyBlade1978
SkyBlade1978 merged commit 2f10be0 into MinecraftModDevelopmentMods:master-1.18.2 Sep 2, 2026
4 checks passed
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 participant