Greymerk / minecraft-roguelike

This is a mod for minecraft that adds randomly generated dungeon complexes.
GNU General Public License v3.0
129 stars 53 forks source link

Lava Take over on lowest level #161

Closed taylor1324 closed 4 months ago

taylor1324 commented 6 years ago

1.12.2 version. Lowest level (nether level) sometimes has rooms and/or hallways that are filled with lava for no reason. this occurs with other mods as well as with only RLD installed. This seems to cause rooms like the super chest room (the one with the stairs and 8 chests) to not spawn chests.

Hallway: 2018-06-04_18 36 42

The super chest room: 2018-06-04_19 24 46

ghost commented 5 years ago

Well I see I'm not the only one with this problem. I'm guessing either air is not being saved as air, or that the dungeons are generating before the lava.

ghost commented 5 years ago

Adding onto this, dungeons mess up a LOT, even on upper levels. I think there's an order of operations issue, and caves are generating AFTER dungeons (and other things are too). Maybe putting generation later in the chunk generation operations would be a good idea.