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