fnar / minecraft-roguelike

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

House Tower stair is 1 block too high #69

Closed fnar closed 1 year ago

fnar commented 1 year ago

again, reported by @shivaxi

fnar commented 1 year ago

Resolved in https://github.com/fnar/minecraft-roguelike/commit/593e086812d434b1dad7b4b79282a415d91e23be. This was caused by dungeon generation considering plants (grass & tall grass, etc) as ground blocks. This was fixed by not considering plants to be full blocks, allowing the dungeon generation to detect the dirt, grass, sand, rocks, or whatever opaque block underneath as the ground.