Posted December 18, 20168 yr Hey guys, i was wondering what i would need to do for a mod to make it always generate a select world With this mod i want it to just a regular flat world without any structures, just the standard 2-3layer dirt, 1 layer stone, and then bedrock.
December 18, 20168 yr You will need to register a custom WorldProvider with DimensionManager#registerDimension . The custom WorldProvider needs to reference a custom WorldType , a custom Chunkgenerator and possibly also a custom BiomeProvider . I have a config that pretty much sums up the "force specific worldgen no matter what you chose" quota, in my mod Underworld. Also previously known as eAndPi. "Pi, is there a station coming up where we can board your train of thought?" -Kronnn Published Mods: Underworld Handy links: Vic_'s Forge events Own WIP Tutorials.
December 18, 20168 yr Author Thanks! i got it working, but what method would i use for always day/day, night shifts
December 18, 20168 yr Thanks! i got it working, but what method would i use for always day/day, night shifts You would need to override the method calculateCelestialAngle in your custom WorldProvider. Also previously known as eAndPi. "Pi, is there a station coming up where we can board your train of thought?" -Kronnn Published Mods: Underworld Handy links: Vic_'s Forge events Own WIP Tutorials.
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.