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

9 lines
106 B
Go

package block
type PackedIce struct {
}
func (PackedIce) ID() string {
return "minecraft:packed_ice"
}