Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Updates for 1.18.x #60

Open
wants to merge 10 commits into
base: 1.17.x
Choose a base branch
from
Open

Updates for 1.18.x #60

wants to merge 10 commits into from

Commits on Nov 18, 2021

  1. Update to Gradle 7.3 (for Java 17 compat)

    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    64ea3d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Update Loom and gradle.properties for MC1.18-rc1

    Mappings are compatible between pre4..rc1
    
    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    ef3de8d View commit details
    Browse the repository at this point in the history
  2. disable databreaker, not updated for 1.18 yet

    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    c283e52 View commit details
    Browse the repository at this point in the history
  3. missing overrides in immutableHashMap

    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    de8afc8 View commit details
    Browse the repository at this point in the history
  4. Remove ChunkSerializer optimization (free nbt holding lambdas from co…

    …mmit 0fd8b03)
    
    A similar idea has been implemented in Minecraft in  ChunkSerializer::getEntityLoadingCallback
    
    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    920301c View commit details
    Browse the repository at this point in the history
  5. Update MixinWorldChunk for the new constructor signature

    Change the way we access protected sectionArray from the mixinWorldChunk
    
    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    6cfa544 View commit details
    Browse the repository at this point in the history
  6. Disable (temporarily?) the sectionArray mixin because it is currently…

    … broken
    
    This is done by deleting mixinWorldChunk altogether
    
    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    b3c72f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. update metadata for 1.18 release

    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    157680c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. databreaker has been updated, restore the functionality

    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    700cfd4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Update to 1.18.1

    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    d0b5118 View commit details
    Browse the repository at this point in the history