package cz.jzitnik.game.crafting.recipes; import cz.jzitnik.game.annotations.CraftingRecipeRegistry; @CraftingRecipeRegistry( recipe = { "oak_planks", "oak_planks", "_", "oak_planks", "oak_planks", "_", "_", "_", "_" }, result = "crafting_table", amount = 1 ) public class CraftingTableRecipe {}