MCDSL
0.1.0-SNAPSHOT
jvm
MCDSL
/
com.zacklukem.mcdsl.data
/
Smithing
Smithing
@
Serializable
data
class
Smithing
(
val
type
:
String
=
"minecraft:smithing"
,
val
group
:
String
?
=
null
,
val
base
:
Item
,
val
addition
:
Item
,
val
result
:
Item
)
:
Recipe
(
source
)
Members
Constructors
Smithing
Link copied to clipboard
constructor
(
type
:
String
=
"minecraft:smithing"
,
group
:
String
?
=
null
,
base
:
Item
,
addition
:
Item
,
result
:
Item
)
Properties
addition
Link copied to clipboard
val
addition
:
Item
base
Link copied to clipboard
val
base
:
Item
group
Link copied to clipboard
val
group
:
String
?
=
null
result
Link copied to clipboard
val
result
:
Item
type
Link copied to clipboard
val
type
:
String