Posted July 25, 20169 yr Hey guys. Can someone help me with register / unregister provider type in DimensionManager (Forge 12.18.1.2026). How can i do in this version of forge? thx
July 25, 20169 yr Use DimensionType.register to create a new DimensionType that uses the specified WorldProvider class. You can't unregister a DimensionType , but you can unregister individual dimensions. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
July 25, 20169 yr Author Thank you for your reply. I try to update mod from 1.7.10 to 1.10.2. originaly code is here can you see WorldProviderOverworld class and provide any suggestion for fix register/unregister. thank you. sorry for my bad english.
July 25, 20169 yr Thank you for your reply. I try to update mod from 1.7.10 to 1.10.2. originaly code is here can you see WorldProviderOverworld class and provide any suggestion for fix register/unregister. thank you. sorry for my bad english. The mod was using one of the worst ways for that, which has high possibility of incompatibility. ( It wouldn't have had to hardcode BoP case, If it had been using other way ) Just wrap the worldprovider on 'WorldEvent.Load', with reflection. I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP) II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.
July 26, 20169 yr Author That is no way to fix it? It is impossible? I'll try to add the missing methods in the forge from forge 1.7.10.
July 26, 20169 yr I just said that you should wrap it, not anything related with impossibility. And the methods are still there, but it should not be used for these purpose. I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP) II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.