You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not exactly sure what is going on but it seems like GenLayerRiverMixWrapper is calling the superconstructor for GenLayerRiverMix with the two generator chain parameters set to null. I have no idea why this only causes a problem in rftools dimensions but to me it seems suspicious that you are passing null here since many functions in GenLayerRiverMix depend on these values being set. Like for example GenLayerRiverMix:initWorldgenSeed.
Advice wanted. Thanks
The text was updated successfully, but these errors were encountered:
Short answer: GenLayerRiverMixWrapper is not a GenLayerRiverMix; it's a completely different routine. It has to masquerade as GenLayerRiverMix to be handed to vanilla routines. I could stuff dummy routines in the parent but they wouldn't be connected to what's going on.
What is it you need to do with the vanilla parameters?
This was reported on the RFTools issue tracker by @ReikaKalseki :
McJtyMods/RFTools#441
I'm not exactly sure what is going on but it seems like GenLayerRiverMixWrapper is calling the superconstructor for GenLayerRiverMix with the two generator chain parameters set to null. I have no idea why this only causes a problem in rftools dimensions but to me it seems suspicious that you are passing null here since many functions in GenLayerRiverMix depend on these values being set. Like for example GenLayerRiverMix:initWorldgenSeed.
Advice wanted. Thanks
The text was updated successfully, but these errors were encountered: