ForGeometry

@ConfigSerializable
data class ForGeometry(val item: ItemDesc = ItemDesc(ItemType.Keyed(Key.key("minecraft", "stone"))), val scale: FVec3 = FVec3.one)

Constructors

Link copied to clipboard
constructor(item: ItemDesc = ItemDesc(ItemType.Keyed(Key.key("minecraft", "stone"))), scale: FVec3 = FVec3.one)

Properties

Link copied to clipboard
val item: ItemDesc
Link copied to clipboard
val scale: FVec3