Started by
LolplePlays
on
Topic category: Help with Minecraft modding (Java Edition)
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.
Topic category: Help with Minecraft modding (Java Edition)
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.
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.