Started by
_RedLine_
on
Topic category: Help with Minecraft modding (Java Edition)
I am making my mod for Minecraft version 1.12.2, and I am using MCreator 2021.1. Of course, I am using the generator. My waiting block is not working. It says it will be skipped because the generator does not support it. I have tried all the generators available for 1.12.2, and nothing. None of them allowed me to use the waiting block. What should I do if I need a mod for 1.12.2? How can I create a wait/delay between actions?
Although I used to make mods before, and it worked!
Look up how to make a potion timer, a global variable timer, or an nbt data timer. That should work, it usually works even better than the wait block anyways.
I also wanted to say that I want to create something. I want my item to create a room made of blocks around the user. And after 15 seconds, it should remove it, like a cancellation.