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