Alsender / Earthworks

https://minecraft.curseforge.com/projects/earthworks
Other
16 stars 11 forks source link

Earthworks mod blocks spawn in "stone" superflat overworld. #41

Open Wissi opened 5 years ago

Wissi commented 5 years ago

Awesome mods we love it's extent and potential, but there is an issue we found that we would love if you could address. It seems like you used the oredict of minecraft:stone for your blocks? Could you change this please? We need the superlfat world settings of: 3;minecraft:bedrock,254*minecraft:stone,minecraft:bedrock to be respected and have only stone. While your mod can populate it's blocks in the other dimensions we have (f.e. mining dimension).

Using: Cavecolonies v2.0 Earthworks mod is somehow inserting it's blocks into the overworld even though the config (from VoidIslandControl) states:

     # VOID-NOT USED, OVERWORLD-NOT USED, SUPERFLAT-Use the string as used for normal flat worlds, WORLDTYPE-world type to be used (set like server level-types), CUSTOMIZED-NOT USED
    S:worldGenSpecialParameters=3;minecraft:bedrock,254*minecraft:stone,minecraft:bedrock

    # Overworld generation type
    # Valid values:
    # VOID
    # OVERWORLD
    # SUPERFLAT
    # WORLDTYPE
    # CUSTOMIZED
    S:worldGenType=SUPERFLAT

Clearly it should all be minecraft:stone , yet the mod Earthworks is inserting it's blocks as well. I also made a simple superflat world with settings: 3;minecraft:bedrock,254*minecraft:stone,minecraft:bedrock and the issue persists. Thank you.