Skip to content

2.0.0-pre3

Choose a tag to compare

@KasumiNova KasumiNova released this 12 Apr 07:55
· 173 commits to master since this release

Changes:

  • Preview 2D panning (Specially thanks Doogle007 provides algorithm)
  • Added warning when VBO is not enabled.
  • Allows automatic assembly of machines containing dynamic patterns.
  • Optimize the arrangement rule of items in JEI.
  • Adjust the addModifier method of MachineUpgradeBuilder.
  • Preview's ShowUpgrades button will now be displayed by default.
  • Allow to modify controller block bounding box (#78).
  • Provided selective slot updates for MEItemBus and MEFluidBus.
  • Added partial checks to prevent certain boundary cases from causing product loss issues with recipes.
  • Selective redstone signaling update.

Fixes:

  • Fixed issue where JEIComponentIngredientArray was not displaying input prompts.
  • Fix brackets in NBTJsonSerializer.

Internal:

  • Mouse.getDWheel -> Mouse.getEventDWheel.
  • More task executor threads.
  • Texture update.
  • Remove unused textures.
  • Netty#IntObjectHashMap -> FastUtils#Int2ObjectOpenHashMap.