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