11 lines
168 B
Go
11 lines
168 B
Go
package block
|
|
|
|
type LargeAmethystBud struct {
|
|
Facing string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (LargeAmethystBud) ID() string {
|
|
return "minecraft:large_amethyst_bud"
|
|
}
|