Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Spigot/Paper 1.21.3 #4164

Open
wants to merge 3 commits into
base: v3.0
Choose a base branch
from
Open

Support Spigot/Paper 1.21.3 #4164

wants to merge 3 commits into from

Commits on Nov 10, 2024

  1. Spigot / Paper 1.21.3 support

    jacob1 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    4e409a8 View commit details
    Browse the repository at this point in the history
  2. Spigot 1.21.3 Support: Fix block states

    Leaves fix was applied to 1.21 as well. getMaterial() was removed in 1.20 so has been removed from that version onwards as well.
    jacob1 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    67e6423 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Fix nether roof renders on Spigot 1.21.3

    DynmapWorld.worldheight is reporting as 255 in 1.21.3, instead of 256 like it did before. (Overworld is now 319 -> 320). Unsure if this is a bug, since it seems right ...
    
    Either way, do a Math.ceil to ensure there's enough sections even when the amount of blocks doesn't evenly line up with a 16 block section.
    jacob1 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    33c1b20 View commit details
    Browse the repository at this point in the history