Dungeon Tweaks

config dungeons

File Details

DungeonTweaks-1.2.4.6.jar

  • R
  • Mar 20, 2018
  • 558.10 KB
  • 218
  • 1.12.2

File Name

DungeonTweaks-1.2.4.6.jar

Supported Versions

  • 1.12.2

LineLibrary 1.12.202:
added ConfigEnahnced basically only supports LineDynamicLogic not optimized for regular line parsings like base and itemstack

LineLibrary 1.12.201 ~ CleanUp and Optimizations:
optimized some stuffs with readFile() again a little bit more
made init have a new array list when reading the file not nessary a bug fix just a change in the workings
minor adjustments to addLineList() methods not instead of doing a bigger process calls addLine() when adding the line
slight optimization via alphabitize() new arraylists is called once for lines and checker but, checker refuses the new array if not equal to old one
opitization via alphabitize() now sorts array of lines without reparsing from the strings
fixed sorting issues with filtering in the quotes now sorts ignoring quotes
fixed line shuffling causing comment issues now after it reads the file while update CLines()
patched addLine() && addLineList() && addLineList(ArrayList<ILine>,int index) now has a boolean compareBase argument simplistic call would be true
added shuffle() methods
patched updateCLines() now both lines can deny they are equal
FIXED COMMENTS MOVING UP AND DOWN DUE TO INTEGERS BEING OUT OF ORDER
FIXED LINEBASE PARSING FREAKING GETTING QUOTE FROM NBT WHEN IT WAS AFTER INVALID PARSING CHARS
fixed line.getComparable() in LineBase removing firt two quotes when it was legacyParsed meaning it was just removing them from the nbt
Added origin that never gets touched it's the header initial comments does nothing but, for readability and for resetting the config
patched resetConfig to work with origin WARNING: the config must be instantiated with the init or it will be a blank comment header, also the header string must be populated if you expect to see any header as usual