9 lines
137 B
Go
9 lines
137 B
Go
package block
|
|
|
|
type PottedSpruceSapling struct {
|
|
}
|
|
|
|
func (PottedSpruceSapling) ID() string {
|
|
return "minecraft:potted_spruce_sapling"
|
|
}
|