Started by
Mathew118
on
Topic category: Minecraft mod ideas exchange
Im working on a mod that can stop time for version 1.14.4 and everytthing is pretty much done i just need a string of custom code that "stops time", which i dont know how to do because i only took like one semester of computer programming, can anybody provide said code for me? if so this would help out BIG time, once im done ill make sure everything is good and release it to the public.
Idk
This effectively pauses the game for the number of ticks (4500). Change it to whatever you want.
Execute command:
try{Thread.sleep(4500);}catch(InterruptedException ex){Thread.currentThread().interrupt();}
It actually pauses the game, like lag, so.....
ill try it out
do you want to stop all mobs from moving aswell? if just block updates, you can change the tick speed. otherwise, not sure if you can implement this properly
I think he means something like the world from jojo's bizarre adventure where everything around you cannot move but you can.
Thats what I want to do, can you slide the code for that
You could just use the /tick command to set the tick speed to zero, then the entire game would be frozen but mobs and the player,
and if you want mobs to be frozen you can use the slowness potion effect or the NoAI NBT data
i finished it a while back but im trying to update it to 1.15.2 now, if you wanna try out my AbilityArrow mod i can send it to you through discord but rn its at 1.14.4