Files
go-mc/level/block/large_amethyst_bud.go
2022-03-09 10:47:46 +08:00

11 lines
168 B
Go

package block
type LargeAmethystBud struct {
Facing string
Waterlogged string
}
func (LargeAmethystBud) ID() string {
return "minecraft:large_amethyst_bud"
}