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