orphu / mcdungeon

A procedural dungeon generator for Minecraft
Other
84 stars 18 forks source link

Possible for a downwards ladder to appear in water #133

Open JiFish opened 11 years ago

JiFish commented 11 years ago

Possible for a downwards ladder to appear in water. Screenshot attached. 2013-03-07_20 32 42

This was in a hall with balcony.

orphu commented 11 years ago

hmmm.. again, like the arcane in lava rooms issue this is an example of multiple features in one room. It looks like river overlapping with a tower type stairwell. There must be a bug with features somewhere.

JiFish commented 11 years ago

Indeed that is the case. I can provide my configuration file, if needed. But the feature section is the same as the default.

orphu commented 11 years ago

How large was the room? 1x1, 2x2?

JiFish commented 11 years ago

It was a "GreatHall" type room. The one with an upper balcony section.

Now that I think about it, isn't stairwells switched off for this room type?

orphu commented 11 years ago

No, it's not, but that may be where the bug is. Any room can contain a feature and one "blank" feature that can cover the top half of a stairwell. Some features scale out to cover the whole room though, which is why I had to make things like farm and chapel look for these and avoid them. River, chasm, and lava chasm probably have this issue. Pool might too.

What happened here was that a great hall has a river, and the ladder is poking up from the floor below. Stairwell features are actually on the lower floor.

Doesn't explain the arcane+lava one though.