mcgrizzz / ProRecipes

It's up now.
GNU General Public License v2.0
11 stars 13 forks source link

Remove FastCraft API dependency. #4

Closed BenWoodworth closed 6 years ago

BenWoodworth commented 7 years ago

FastCraft used to open whenever a crafting inventory opened, which sometimes caused issues when other plugins wanted to open a normal crafting table. The API had a method to allow crafting inventories to open to prevent this issue. Now FastCraft opens when a player right clicks a crafting table. Because of this, those issues are gone, the FastCraft API is no longer needed.