blocks codegen
This commit is contained in:
13
level/block/spruce_door.go
Normal file
13
level/block/spruce_door.go
Normal file
@ -0,0 +1,13 @@
|
||||
package block
|
||||
|
||||
type SpruceDoor struct {
|
||||
Facing string
|
||||
Half string
|
||||
Hinge string
|
||||
Open string
|
||||
Powered string
|
||||
}
|
||||
|
||||
func (SpruceDoor) ID() string {
|
||||
return "minecraft:spruce_door"
|
||||
}
|
Reference in New Issue
Block a user