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