orphu / mcdungeon

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

Replace final chest in treasure hunt with Shulker Box when Locked #382

Open JiFish opened 7 years ago

JiFish commented 7 years ago

Replace final chest in treasure hunt with Shulker Box when Locked. To prevent players in survival mode mining the chest to loot it.

sshipway commented 6 years ago

This should also be done to any intermediate book chests (when the clues are split over multiple stages and books/keys)

sshipway commented 6 years ago

I now have this working; just need to push it up. I needed to add some shulker_box support to the tile_entity functions in utils.py to support this (a shulker box with a chest tile entity behaves oddly); however all now seems to work, including the locking.

sshipway commented 6 years ago

Fixed in merge #431