Posted January 26, 201510 yr Hey all, I want to make a simple mod which adds a configurable custom world provider for all Vanilla dimensions. I've done a bit of poking around the web, but I haven't been able to find any good starting places. So my question is, if you were building a custom world provider, where would you start? (aside from setup and whatnot) Thanks in advance Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 27, 201510 yr Author Bump Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 28, 201510 yr I know how to do that, but i'm afraid that the mod would not be compatible with my mod.:-( .. (sorry for nonsense) Anyway I can help on that issue. Do you really want a custom world provider for vanilla dimensions? I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP) II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.
January 30, 201510 yr Author Yes, my goal is to make a custom world type that will generate the overworld, nether, and end based on certain values in my configuration file. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 30, 201510 yr Hmm then you should not use custom world provider, since you are only changing World Generation. You have to look into the WorldType class, which is involved in World Generation on default dimensions. PS. In this way, you can make your mod compatible with mine :-) 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.