File Details
DungeonTweaks-1.2.3.jar
- B
- Mar 14, 2018
- 540.81 KB
- 196
- 1.12.2
File Name
DungeonTweaks-1.2.3.jar
Supported Versions
- 1.12.2
ChangeLog 1.2.1:
added ability for both anyDim and dimension specific to both work at the same time dimension specific will override anyDim list
added line comments and a whole bunch of stuff to the library read linelibrary log for more info
fixed fancy configs not working when transitioning
you can now change the fancy config option in game then reload the option into memory using the dungeonTweaksReload command
LineLibary 1.1:
fixed isStringPossibleLine()
added getResourceLocation from linebase mc only
fixed LineItemStackBase not returning the right strings by adding hasMeta boolean
fixed a couple other things I forget what
fixed comments system for ConfigBase
removed strLineBase as it was unoptimized holding onto a whole large string when it's already parsed
added ability for comments to be any char
added ability to change wrapper charaters both left right and slash
added ability to disable comments
optimized ConfigBase
fixed reading the config after writing to it in updateConfig()
fixed parsing for weight of LineItemStack to ignore possible comments including booleans
fixed LineItemStackBase getString() not respecting legacy parsings
LineLibrary 1.101
optimized ConfigBase reading from Scanner to Files.readAllLines() saving 40ms+ for a decent file of 15kb+
changed way comments are detected whether for init or line
fixed boolean for hasPassedInit which fixed comment seperating between init and line comments fixing many issues
fixed comment.equals()
LineLibrary 1.102:
fixed comments again
more advanced init comment detection
patched lineitemstack parsing with comments
patched line dynamic logic detection for whether or not it is a possible line and optimized it
many issues realiting to this have all been fixed

