This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Note: this is a cheat sheet for a code-walkthrough | |
| * found on https://www.spigotmc.org/threads/custom-crafting-from-config-help-needed.165001/ | |
| * (gist will make a lot more sense if you read the thread. link above ^^^) | |
| */ | |
| package com.jessible.elytrarecipe; | |
| import org.bukkit.Material; | |
| import org.bukkit.inventory.ItemStack; |