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

9 lines
109 B
Go

package block
type CyanCarpet struct {
}
func (CyanCarpet) ID() string {
return "minecraft:cyan_carpet"
}