9 lines
128 B
Go
9 lines
128 B
Go
package block
|
|
|
|
type PottedOakSapling struct {
|
|
}
|
|
|
|
func (PottedOakSapling) ID() string {
|
|
return "minecraft:potted_oak_sapling"
|
|
}
|