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