This is my celestial.config.patch file: [ { "op": "add", "path": "/terrestrialHorizonGraphics/icyworld", "value": { "baseImages" : "/celestial/system/terrestrial/horizon/textures/icyworld_<selector>.png", "maskTextures" : "/celestial/system/terrestrial/horizon/masks/temperate/<mask>_<selector>.png", "maskRange" : [1, 25], "maskPerPlanetRange" : [1, 1] // 3, 3 } }, { "op": "add", "path": "/terrestrialGraphics/icyworld", "value": { "baseImages": "/celestial/system/terrestrial/biomes/icyworld/maskie<num>.png", "dynamicsImages": "/celestial/system/terrestrial/dynamics/arid/<num>.png", "dynamicsRange": [1, 30] } }, { "op": "add", "path": "/planetaryTypes/Tier6/baseParameters/terrestrialType/-", "value": "icyworld" }, { "op": "add", "path": "/satelliteTypes/Tier6/baseParameters/terrestrialType/-", "value": "icyworld" }, { "op": "add", "path": "/terrestrialHorizonGraphics/wasteland", "value": { "baseImages" : "/celestial/system/terrestrial/horizon/textures/wasteland_<selector>.png", "maskTextures" : "/celestial/system/terrestrial/horizon/masks/temperate/<mask>_<selector>.png", //"maskRange" : [1, 25], "maskPerPlanetRange" : [0, 0] // 3, 3 } }, { "op": "add", "path": "/terrestrialGraphics/wasteland", "value": { "baseImages": "/celestial/system/terrestrial/biomes/wasteland/maskie<num>.png", "dynamicsImages": "/celestial/system/terrestrial/dynamics/arid/<num>.png", "dynamicsRange": [1, 5] // 1, 30 } }, { "op": "add", "path": "/planetaryTypes/Tier6/baseParameters/terrestrialType/-", "value": "wasteland" }, { "op": "add", "path": "/satelliteTypes/Tier6/baseParameters/terrestrialType/-", "value": "wasteland" } ] Both of those biomes spawn in fiery stars. I want icy planet to spawn in Frozen star and Wasteland in Temperate, how do I do that? I think the problem is, that I didn't specified star and in default it made fiery star, that's my thought at least.
Moved to Starbound modding. The support section is for technical issues with Starbound and not for modding questions.
Yeah, sorry. I found out how to change in which star it spawns. (For people who are wondering, it's celestial.config.patch file, change tiers in that file)
There is no way to answer things from mobile, so I'd have to wait til I get home to answer this properly. That said I'm pretty sure you are asking for a mod conflict with names like "wasteland". In fact I think a mod already would be. Go with "VC_wasteland" etc instead. That's very unlikely to be used by another mod so you should not have any conflicts. Better to go with that sort of naming convention all around.
based on the post, I think these r vanilla planets he's wanting to spawn places other than fiery stars