Topic category: Help with Minecraft modding (Java Edition)
Hey guys.
I have next problem...
1. I want to make some block which can rotate like a wood, chest... I want my blocks to be place in 4 or 8 directions along the x-axis.
2. I'm making crops... When I place crops to farmland, the farmland changes to dirt. What should I do to keep the farmland there?
3. I want the crops to be destroyed when I destroy block under them. If I destroyed farmland, the crops would be destroyed too.
I know I ha to do something with event "When neighbour block changes" but I don't know how to determinate the right block.
4. I want set TickRate for crops but when I set it in a block option, it will overwrite it to 10. When I overwrite it in code, nothing will happen. In code is number 1600 but in game is still 10 ticks.
I read it's a bug but I'm not sure is it true.
Can you help me again please?
1- see the nuparo's tutorial
2-i think you can make a tick rate event: add block j, k-1, i farmaland (condition :is block at j, k-1,i =! air)
3-tick rate event : destroy block with drop j, k, i (condition:is block at j, k, u= air)
4- try to edit it in the code. Search for "tick rate" or something similar and edit the value.
Where is nuparo's tutorial?