Skip to content

2.0.0-pre2

Choose a tag to compare

@KasumiNova KasumiNova released this 01 Mar 09:24
· 194 commits to master since this release

Fixes

  • Fix catalyst chance not working.
  • Fix structure previews causing occasional crashes.
  • Fix an issue that would cause a crash when the player had vbo turned off.
  • Attempted to fix some syntax issues when serializing NBT to JSON.

Changes

  • More CraftTweaker compatibility for Mekanism's IGasStack (e.g. addInput, addOutput, addGasInput, addGasOutput and enhanced addGasInputs, addGasOutputs).
  • The subitem chances of RequirementIngredientArray act only on the weights of the outputs, while the inputs play no role.
  • Added structure upgrade preview.
  • RecipeCheckEvent is now split into START, END phases, so it now fires twice.
  • Added enableDurationMultiplier option to the configuration file.
  • BlockArray supports configuring preview-tag when parsing JSON.
  • Limited GregTechCEu hatch compatibility available.

Internal Changes

  • Standardized item rendering (unified use of IngredientItemStackRenderer).
  • Deprecated RecipePrimer#addCheckHandler and replaced it with RecipePrimer#addPostCheckHandler.
  • Deprecated DynamicMachineUpgradeBuilder#addRecipeCheckHandler and replaced it with DynamicMachineUpgradeBuilder#addRecipePostTickHandler.