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