Procedure Help

Started by LolplePlays on

Topic category: Help with modding (Java Edition)

Last seen on 16:33, 2. Jun 2023
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure Help

How do i make like a forever loop in procedures because i have ideas for loads of fun things but it needs a forever thing.

Last seen on 18:08, 19. Apr 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
use global trigger on world…
Fri, 06/02/2023 - 12:24

use global trigger on world tick update, or on loaded entity tick update, or create a custom block, item, or entity and use a tick-based trigger, that will run 20 times a second.

 

Don't use while true as that will crash your game.