Biomes O' Plenty

Biomes O' Plenty

151M Downloads

BoP world type to list

MelanX opened this issue ยท 1 comments

commented

Feature Request

What feature are you suggesting?

Adding your world type to the world type list in BiomeGeneratorTypeScreens. The field is: field_239068_c_

Why should it be added?

All the world types should be added to the list. If a mod uses this list to get world type related stuff it would be useful if the world type is added there.

commented

This is already done here

BiomeGeneratorTypeScreens.PRESETS.add(biomeGeneratorTypeScreenBOP);
. Also if we didn't do this our worldtype wouldn't actually show up on the screen in the first place.