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

10 lines
121 B
Go

package block
type FrostedIce struct {
Age string
}
func (FrostedIce) ID() string {
return "minecraft:frosted_ice"
}