11 lines
171 B
Go
11 lines
171 B
Go
package block
|
|
|
|
type MediumAmethystBud struct {
|
|
Facing string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (MediumAmethystBud) ID() string {
|
|
return "minecraft:medium_amethyst_bud"
|
|
}
|