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

11 lines
164 B
Go

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