maruohon / justenoughdimensions

A simple Minecraft mod to register custom dimensions to the game
GNU General Public License v3.0
12 stars 7 forks source link

jed time command [1.10.2] #23

Closed vin0m closed 6 years ago

vin0m commented 6 years ago

When I use the "/jed time set" command it responds saying the time is set but it doesn't change the time. Any ideas what might be going on here?

maruohon commented 6 years ago

If you do this in a non-overworld dimension, so a custom dimension or the nether or the end for example, this will only work if you have WorldInfo overrides enabled for that dimension. Otherwise it's not possible for that dimension to have a time separate from the overworld, and the time command basically does nothing in that case.

I should probably add warning messages to these commands in case the WorldInfo of that dimension is DerivedWorldInfo, meaning that the command didn't work...

vin0m commented 6 years ago

Yea, I went back and read the mod page and noticed a note requiring the worldinfo override and got it to work. Thanks for the awesome mod btw. Good work.