Merge branch 'version/7.2.x'
(504b8bb2 by octavia.togami)
Switch to maven-publish (#1718)
* Update to use maven-publish instead of maven
* Use published loom
* These shouldn't be needed (f0a3848b by octavia.togami)
Note catch about toolchain system
(c91159a2 by octavia.togami)
Swap out logback for log4j2
(c7da4c0a by octavia.togami)
Change oak stair shape to straight in legacy.json. (acf9c3b2 by wizjany)
Merge branch 'version/7.2.x'
(97a4df96 by mnmiller1)
Scrapped Logging Framework 4 Java (#1715)
* The scramble is complete
* Fix version decl for Bukkit Log4J
* Swap out to a compatibility layer for LogManager
Slightly slower, but compatible across all Java versions
* Piston released with SL4JF removal
* Clean up declarations a bit (609c7b8c by octavia.togami)
Update extractor, see if that fixes anything
(386656ff by octavia.togami)
Slightly improve usability of LocalSession#getSelection. (#1714)
Allow the World param to be null, throwing IncompleteRegionException.
This allows calling `getSelection(getSelectionWorld())` without having
to separately null-check the World.
Also, add a convenience overload which does so: `getSelection()`. (acd63dad by wizjany)
Back to snapshot for future development
(6941d955 by mnmiller1)
Show a message with install instructions when running the jar file (#1682)
* Show a message with install instructions when running the jar file
* Typo
* Fixed checkstyle issue
* Slightly modify message to adapt to the type of install
* Clean up the display code a lot
* Allow line breaks before semi
Co-authored-by: Octavia Togami <[email protected]> (d3810865 by mnmiller1)
Fix gitattributes (#1681)
* Try to fix git attributes
* More attempts to fix gitattrs (3e819df4 by octavia.togami)
Back to snapshot for future development
(6cad9a03 by mnmiller1)
Move slower translation to *Transmogrifiers (#1679)
* Move slower translation to *Transmogrifiers
Adapters now use the fast method for adapting if available. Un-cached
accessors are stored in *Transmogrifier classes.
* Fix warnings and licenses. (3c161db9 by octavia.togami)
Improve speed of BlockState init, tick watchdog (#1680)
(e94f082b by octavia.togami)
Disable Fabric UPDATE mixin if quickcarpet too
Fixes #1662, though I really hate doing this.
(8a466703 by octavia.togami)