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

Inheriting multiple segments/rooms prefers only the final specified #202

Closed srwaggon closed 4 months ago

srwaggon commented 4 years ago

Create two separate and distinct dungeon settings that are only for segments. Let's call them foo and bar respectively. Create a dungeon setting which inherits from both foo and bar in that order. We expect this dungeon to contain both foo segments and bar segments, randomly mixed.

Spawn that dungeon to see that it only contains bar segments.

This issue also applies to inheriting from multiple room settings.