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

11 lines
168 B
Go

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