#custom seed
1 messages · Page 1 of 1 (latest)
Block events have been removed
HCF Removal and Custom Components
The Holiday Creator Features experimental toggle has been removed. Along with it includes JSON block and item events. This functionality has been replaced with custom components.
Please take a look at the following links to learn more about custom components:
we can't do that anymore?
"minecraft:queued_ticking": {
"looping": true,
"interval_range": [20, 40],
"on_tick": {
"event": "rm:grow",
"target": "self"
}
}
Thats been renamed to tick. Its the same except tgeres no on_tick key
"minecraft:on_tick": {
"looping": true,
"interval_range": [20, 40],
"event": "rm:grow",
"target": "self"
}
?
how can we do it
@orchid hearth