Page 1 of 1

[Mapgen] How make the mapgen in a subgame only makes jungles

PostPosted: Thu Apr 07, 2016 23:58
by MineYoshi
i need to know how i can make a mod that makes that only jungles be generated, or then how i do a mapgen of only jungles then?

Re: [Mapgen] How make the mapgen in a subgame only makes jun

PostPosted: Fri Apr 08, 2016 00:09
by qwertymine3
Not an expert, but I think that there are two options:
a) Make a mod to clear the registered biomes and register a jungle biome, so it is the only biome (v5, v7)

b) Edit the heat and humidity maps for the world, to scale 0, offeset to the value for junglebiome (all)

IDK about the new valleys mapgen though

Re: [Mapgen] How make the mapgen in a subgame only makes jun

PostPosted: Fri Apr 08, 2016 19:44
by MineYoshi
qwertymine3 wrote:Not an expert, but I think that there are two options:
a) Make a mod to clear the registered biomes and register a jungle biome, so it is the only biome (v5, v7)

b) Edit the heat and humidity maps for the world, to scale 0, offeset to the value for junglebiome (all)

IDK about the new valleys mapgen though



I know that i need to do that, i mean how i do it?
(What code i need to use)