OakPlanksRecipe

class OakPlanksRecipe : MinecraftRecipe

Recipe to craft oak planks

Author

Interfiber

Constructors

OakPlanksRecipe
Link copied to clipboard
fun OakPlanksRecipe()

Functions

canCraftInPortableCrafting
Link copied to clipboard
open override fun canCraftInPortableCrafting(): Boolean

Properties

items
Link copied to clipboard
var items: List<ItemStack>? = null
List of items used to craft the item in the crafting table
portableItems
Link copied to clipboard
var portableItems: List<ItemStack>? = null
List of items used to craft the item in the portable table
recipeID
Link copied to clipboard
var recipeID: String? = null
A unique id to represent the recipe
result
Link copied to clipboard
var result: ItemStack? = null
The output of the crafting recipe