Waiting Block. Please help me. I really need it!

Started by _RedLine_ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Waiting Block. Please help me. I really need it!

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?

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Although I used to make mods…
Wed, 04/02/2025 - 15:02

Although I used to make mods before, and it worked!

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Look up how to make a potion…
Wed, 04/02/2025 - 15:03

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.

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I also wanted to say that I…
Wed, 04/02/2025 - 15:03

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.