Skip to content

Better Cooking Recipes, NMS Based Crafting System & More

Compare
Choose a tag to compare
@WolfyScript WolfyScript released this 23 Oct 17:06
· 738 commits to master since this release

Furnace CustomItem Checks

This is one major improvement in this update. All cooking recipes are based on NMS (net.minecraft.server) Recipes, and therefore allow for more custom behaviour. Finally, Cooking Recipes will support custom NBT checks and are faster.

NMS Based Crafting System

Similar to the cooking recipes above, this update introduces a new separate crafting system that loads the recipes directly into Minecraft, bypassing the Bukkit Recipe API.
This comes with various benefits, especially fixing a long-lasting duplication bug.
Caveats to this new system are that the priority configuration of recipes is not yet used, and possibly other unknown issues.
To use this new feature, stop the server, set the recipes.nms_based_crafting to true, then start the server again!

Changelog

  • #89 CustomItem checks for Furnace Recipes
  • #175 Keep Shaped Crafting Recipes As Is
  • #177 NMS Based Crafting System
  • #178 Updated/Improved CustomCraftEvent
  • #179 Update to latest CustomItem Data System

Full Changelog: v4.16.1.0...v4.16.2.0