10 lines
147 B
Go
10 lines
147 B
Go
package block
|
|
|
|
type StrippedWarpedStem struct {
|
|
Axis string
|
|
}
|
|
|
|
func (StrippedWarpedStem) ID() string {
|
|
return "minecraft:stripped_warped_stem"
|
|
}
|