mcutils:frosted_ice
Vanilla frosted ice block behavior.
Component
Options
Name | Type | Default | Description |
---|---|---|---|
age_state | string | mcutils:age | |
max_age | number | 7 | |
converts_to | string | water |
Examples
Frosted Ice
json
{
"format_version": "1.21.100",
"minecraft:block": {
"description": {
"identifier": "wiki:custom_frosted_ice",
"states": {
"mcutils:age": [0, 1, 2, 3]
}
},
"components": {
"mcutils:frosted_ice": {
"age_state": "mcutils:age",
"max_age": 3,
"converts_to": "water"
}
}
}
}