How to code a planet?

BlesseNtumble

Member
Content developer
Galaxy Space
Space Ambient
Nov 1, 2014
314
70
28
26
α Centauri Bb
Hm... can you offer the idea of your world to us, the developers of the add-ons... We can implement your world =)
 

Glk

Member
Oct 7, 2018
12
0
1
31
I had a similiar idea as well but i meant that im gonna use it only for my singleplayer world.
 

QuadShot

Member
Jun 1, 2015
231
36
28
62
Sun City, AZ
The link I posted is to a mod that has a blank planet that you can customize to your liking, isn't that what you wanted?
EDIT: That's what I thought based on your crosspost.
 

Glk

Member
Oct 7, 2018
12
0
1
31
Yeah , after struggling 1 hour i finally changed a few things . I have a question : can i make a custom biome ? Or use a biome mod for the planet?
 

Glk

Member
Oct 7, 2018
12
0
1
31
Uhh nevermind , it doesnt even show up on the map.Can someone help , i cant even edit the config file like a normal person...
 

QuadShot

Member
Jun 1, 2015
231
36
28
62
Sun City, AZ
Ok, it's not as tough as it looks. First get a "good" text editor, Notepad will work, but it's a lousy editor, there are lots of free ones out there to choose from, like Notepad ++ or...
Then if you are running a launcher like the curse/twitch client, then right click on the profile and select open folder.
Look for the BlankPlanet.cfg file in the config folder

%AppData%/Roaming/.minecraft/Instances/<instance name>/config/BlankPlanet.cfg

NOTE! your file will look different cause I'm going to add comments to it to try to explain what the line does. Also if you edit this file ONLY change what is after the "=" sign and DO NOT add carriage returns or new lines!(unless you know what your doing)

BlankPlanet.cfg:
Code:
# Configuration file

"advanced spawn options" {
    S:"Number ID of Dimesnion for 'First/Everytime join world options'"=-99
This is pointing to the default new planet
    S:"Number ID of Dimesnion for 'Teleport Player on Death' option"=-99
    B:"Teleport Player on Death (skip bed spawns)"=false
Setting this to "true" will send you to world spawn on the new planet if you die.
    B:"Teleport Player on everytime they join world"=false
Setting this to "true" will put you on the planet when you join.
    B:"Teleport Player only when they first join the world"=false
}

"dimension options" {
    S:"Biome id"=199
You can edit the Biome, but I don't know the id's but there are tables so you can look them up.
    S:"Biome name"=BlankPlanet
    S:"Dimension id"=-99
I recommend you don't touch this one
    B:"Make Landing Platforms"=true
}
"world options" {
    B:"Always Day Time"=false

These are pretty straight forward...
    # WILL GET IGNORED IF 'Always Daytime' IS ENABLED
    B:"Always Night Time"=false
    B:"Breathable Atmosphere"=false
    S:"Day Length"=24000
    S:"Fall Damage Multiplier"=0.3
    S:"Fuel Usage Multiplier"=1.0
    S:Gravity=0.058
    S:"Rocket reqiured"=3
    S:"Solar Energy Multiplier"=8.0
    S:"Sound Vol Reduction"=10.0
    S:"Star Brightness"=1.0
    S:"Thermal Level Multiplier"=0.0
    S:"Wind Level"=0.0
}
 

Glk

Member
Oct 7, 2018
12
0
1
31
''net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from MrCrayfish's Vehicle Mod (vehicle)
Caused by: java.lang.VerifyError: (class: javax/vecmath/Tuple3d, method: scaleAdd signature: (DLjavax/vecmath/Tuple3f;)V) Incompatible argument to function''

I edited the config file and now this . Is it necessarily to remove vehicle mod?
 

Glk

Member
Oct 7, 2018
12
0
1
31
It worked .But is there a way i can add biomes to it ? Because now its just a tiny stone platform and nothing else.
 

Share this page