-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StellarSky does not work with JED dimensions #103
Comments
Would you please explain what is a JED dimension? |
Just enough dimensions lets players make their own dimensions like the overworld for example. You can change block colours, change the day or weather cycle and much more. You can also turn off dimensions like the nether or the end and even override them with the setting you set up. |
So when you override e.g. overworld, Stellar Sky does not work on Overworld? |
Yes and the same for making a new dimensions like overworld just with a different ID. |
I guess overworld with different ID is, actually, not a overworld - it's a copy of it. So that part isn't an issue. |
(Fixed typo for you) |
Posted it. I hope this is how you wanted me to post it. I'm still new to how github works. |
The problem with comparing the There are some other ways to check for the "dimension's type", such as |
So replacing DimensionType changes the instance as well? That sucks. |
Not sure what you mean? But basically when I'm registering custom dimension in JED, I need to also first register new So I'm not overriding the vanilla |
I see. I personally think changing WorldProvider field in World is better, but that's not a necessity. |
Changing the field "manually" after the fact would be more hacky, and it would break the assumptions other mods are making of how stuff is supposed to work in vanilla/Forge, and thus possibly cause more compatibility issues is some cases. |
I agree that it's hacky, but it caused less problems for me. And any case will break the assumption of how stuff is supposed to work as well. (Replacing DimensionType does not help with this problem) |
Minecraft Version 1.12.2
Forge Version 14.23.4.2705
JED Version 1.6.0-dev.20180619.124018.jar
StellarSky Version 1.12.2-0.5.3.2
When I make a new world Stellar dose not work with JED dimensions. The Time icon dose shows up on the top right hand side of the screen but it shows this error "INVALID"
The text was updated successfully, but these errors were encountered: