10 lines
121 B
Go
10 lines
121 B
Go
package block
|
|
|
|
type FrostedIce struct {
|
|
Age string
|
|
}
|
|
|
|
func (FrostedIce) ID() string {
|
|
return "minecraft:frosted_ice"
|
|
}
|