Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 597 Bytes

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 597 Bytes

What's New:

[world/crop_temperature]:

  • Bamboo, grass blocks and a few other modded plants are now supported.
  • Fixed broken expression support.
  • Updated format to be a little more sensible.
{
  "replace": false,
  "entries": {
    "minecraft:beetroots": [
      0.2, // abs min
      0.3, // min
      1.0, // max
      1.0  // abs max
    ],
  }
}

[blocks/incubator]:

  • The format now supports replace.

[general]:

  • Moved misc client data to a single JSON file.
  • Tried to fix a rare CME in MixinProcessor. (I have no idea if this works)
  • Updated Dark Matter.