Skip to content

1.6.2 (1.20.2)

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 18:23
· 398 commits to 1.20.2 since this release
  • Fixed a crash that would occur on certain versions.
  • Fixed the Experimental Settings config to actually disable the menu on 1.20.5.
  • Added the FrozenSpawnPlacementTypes class, containing ON_GROUND_OR_ON_LAVA_SURFACE currently.
  • Added Wind Disturbances.
    • Consists of an AABB for their effective area, an origin position, and a DisturbanceLogic to determine the Strength, Weight, and Vector of the Wind Disturbance.
    • Are cleared each tick.
    • Must have a registered WindDisturbanceLogic for use on both client and server.
  • Added FrozenRecipeProvider for easier recipe data generation.
  • Added Minecraft-version specific DataFixing to QuiltDataFixes.
    • This allows for a mod to both upgrade safely across versions while containing both Minecraft-version-specific datafixes and mod-version-specific datafixes, allowing for modders to add new content while not risking the loss of properly datafixing content for newer versions.
  • Added FrozenByteBufCodecs, containing a codec for Vec3.
  • Removed Quilt from supported mod loaders on Modrinth.