10 lines
150 B
Go
10 lines
150 B
Go
package block
|
|
|
|
type StrippedCrimsonStem struct {
|
|
Axis string
|
|
}
|
|
|
|
func (StrippedCrimsonStem) ID() string {
|
|
return "minecraft:stripped_crimson_stem"
|
|
}
|