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

9 lines
87 B
Go

package block
type Ice struct {
}
func (Ice) ID() string {
return "minecraft:ice"
}