Hello I'm creating a furnace recipe using config but it doesn't load the amount and ItemStack's ItemMeta Code (Java): MadMax: Input: ==: org.bukkit.inventory.ItemStack type: LOG amount: 4 Product: ==: org.bukkit.inventory.ItemStack type: STONE Enabled: true Type: Furnace // @onEnable(); Code (Java): FurnaceRecipe recipe = new FurnaceRecipe(ca.getConfig().getItemStack(cs + ".Product"), ca.getConfig().getItemStack(cs + ".Input").getData());