WolfyScript / WolfyUtils-Spigot

The WolfyUtilities implementation for the Spigot platform
10 stars 4 forks source link

Fix error when crafting in 1.20.2 #65

Closed WolfyScript closed 11 months ago

WolfyScript commented 11 months ago

This fixes the invalid setCurrentRecipe type parameters.

Between 1.20.1 and 1.20.2 the Recipe interface was changed to a RecipeHolder record, the change was missing in the NMSInventoryUtils