DutchJelly / CraftEnhance

A Minecraft Plugin that allows server owners to create custom recipes in-game
Apache License 2.0
13 stars 10 forks source link

2by2 crafting support #19

Closed DutchJelly closed 3 years ago

DutchJelly commented 3 years ago

The plugin now properly supports 2by2 crafting. In this pull request a rare-occuring bug that had to do with determining the offset of a recipe while comparing was found and fixed. The unit tests didn't uncover this bug, and still run succesfull after the fix.

Fixes #18