blocks codegen
This commit is contained in:
14
level/block/nether_brick_wall.go
Normal file
14
level/block/nether_brick_wall.go
Normal file
@ -0,0 +1,14 @@
|
||||
package block
|
||||
|
||||
type NetherBrickWall struct {
|
||||
East string
|
||||
North string
|
||||
South string
|
||||
Up string
|
||||
Waterlogged string
|
||||
West string
|
||||
}
|
||||
|
||||
func (NetherBrickWall) ID() string {
|
||||
return "minecraft:nether_brick_wall"
|
||||
}
|
Reference in New Issue
Block a user