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