9 lines
134 B
Go
9 lines
134 B
Go
package block
|
|
|
|
type PottedBirchSapling struct {
|
|
}
|
|
|
|
func (PottedBirchSapling) ID() string {
|
|
return "minecraft:potted_birch_sapling"
|
|
}
|