#how do i make block ticking
1 messages · Page 1 of 1 (latest)
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:
{
"minecraft:tick" {
"interval_range": [100, 100],
"looping": true
}
}
u mean this to my block.json file?
Is it for making custom crops or trees?
You can do that with custom components
I'm sorry but I don't know what custom components to use to make a custom tree. Do you happen to know any information about it?
I don't know about custom crops. I'd go through the tutorials I sent first ti get a handle for things
Ah, I found a crop template here too. Again, go through the other tutorials first though, or it probably won't make sense: #1242269494869627004 message
ok last question "interval_range": [100, 100],
if i want it to start after 5 min do i need to replace it like this
"interval_range": [6000, 6000],
Yep