blocks codegen
This commit is contained in:
11
level/block/purple_bed.go
Normal file
11
level/block/purple_bed.go
Normal file
@ -0,0 +1,11 @@
|
||||
package block
|
||||
|
||||
type PurpleBed struct {
|
||||
Facing string
|
||||
Occupied string
|
||||
Part string
|
||||
}
|
||||
|
||||
func (PurpleBed) ID() string {
|
||||
return "minecraft:purple_bed"
|
||||
}
|
Reference in New Issue
Block a user