minecraft-roguelike icon indicating copy to clipboard operation
minecraft-roguelike copied to clipboard

added dimension blacklist/whitelist to dungeon main settings

Open SanAndreaP opened this issue 4 years ago • 0 comments

added dimension blacklist/whitelist to dungeon main settings (spawn criteria), also fixed some settings issues:

  • prevent loading of other custom settings during spawn, even if the "main" file with its inherits has criteria filters
  • getCustom() should return null if it can't find a fitting custom setting
  • SpawnCriteria biome lists are now checked if they're empty instead of checking for a null instance, as these should not be null, ever

SanAndreaP avatar Mar 03 '21 23:03 SanAndreaP