Dungeon Tweaks

config dungeons

File Details

DungeonTweaks-1.2.4.jar

  • B
  • Mar 15, 2018
  • 503.34 KB
  • 190
  • 1.12.2

File Name

DungeonTweaks-1.2.4.jar

Supported Versions

  • 1.12.2

 

ChangeLog DungeonTweaks 1.2.4:
fixed comments again this time should be no issues
optimized config writing to only occur if the line array has been modified you can disable this don't know why you would ever do it besides to always alphabitize your custom entries
added manual support for battle towers so they are not initially blank

ChangeLog LineLibrary 1.107:
fixed indside comment dissapearing
fixed not detecting what is and isn't end of header init comments properly again this time for sure
optimized comment detection by skipping whitespaced lines before checking to parse
fixed comment parsing for regular since now I can detect whether or not it's passed init comment headers
patched getString() in base and line itemstack for changes
patched parseloosly in linebase now trims the whitespacing while saving the chars of whitespacing inbetween
patched linebase to support no : seperation for legacy support of entities in 1.7.10 and below that don't respect resource locations
fixed LineItemStackBase not respecting java inheritence for getString()
fixed comments equals() comparing nearest line when the nearest line might be null but, indexes to the nearest line might be the same so index comparison is good enough