Add world conversion warning screen#210
Conversation
# Conflicts: # dependencies.gradle # src/main/java/com/fouristhenumber/utilitiesinexcess/UtilitiesInExcess.java # src/main/resources/assets/utilitiesinexcess/lang/en_US.lang
|
Activation logic for this needs to be discussed, not sure what was decided in the end |
Probably best to ask admins or poll in dev votes |
|
If we look into what NH does already, you'll see that we only expose a warning when there are unhandled missing mapping events fired. FPLib added another message when the id extenders have changed, copying the fml missing mapping screen. But if your goal is to do a seamless transition on NH, the screen should not be visible imo. Also, no matter what you end up chosing, i suggest to make it so that screen behaves the same as regular forge screen, so server admins can control it with |
|
I think disabling it in nh is likely fine, but we can config it on by default. |
|
Yeah, I agree with disabling it in nh but keeping the default on
It piggybacks off of the fml query system so those flags will already work for it too :) |
Depends on GTNewHorizons/GTNHLib#409, need to update deps when it's merged