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

11 lines
171 B
Go

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