Commit Graph

17 Commits

Author SHA1 Message Date
Jurgen c093a95bc0 implemented hide if spectator 2023-09-03 12:37:58 +02:00
mastermc05 e3911b0d3b Add biome to cache 2022-11-18 13:44:59 +02:00
Mike Primm e0619ec650 Add ClientWorld hack 2022-07-24 17:24:19 -05:00
Mike Primm cfcd8fbf3e Allow for clean shutdown 2022-02-05 03:20:22 -06:00
Mike Primm 931538279b Add more debug on block state exceptions 2022-01-14 18:48:08 -06:00
Mike Primm 7df857e7f3 Log warning for block states with lighting lookup error 2022-01-14 18:32:28 -06:00
Mike Primm effec684b9 Workaround for mods with broken block state logic... 2022-01-14 10:37:28 -06:00
Mike Primm 332292c42c Fix mushroom stem render, cleanup System.out uses 2021-12-28 14:37:20 -06:00
Mike Primm 450921569c Improve forge chunk generate handling 2021-12-25 21:46:28 -06:00
Mike Primm 57d02007ab Handle negative Y for chunk generation driven updates 2021-12-25 19:09:02 -06:00
Mike Primm 3a3a970883 Implement basic sky lighting for chunks with broken lighting
(forge,fabric)
2021-12-24 20:38:05 -06:00
Mike Primm 2d2fe02a81 Strip dependencies on Apache Commons Codec 2021-12-19 15:23:40 -06:00
Mike Primm 8c3c0e980e Backport generic chunk handler to 1.16.5 for Spigot, Fabric, Forge 2021-12-07 18:49:51 -06:00
Mike Primm 2c82528c13 Remove debug noise 2021-11-15 21:33:43 -06:00
Mike Primm 0809d23559 Propagate stateByID scaling performance improvement 2021-03-14 12:08:07 -05:00
Michael e44863f69b
Resize stateByID by 10% instead of a single element at a time
For a complex modpack, this reduces startup time by more than 99%, because Arrays.copyOf() is invoked only dozens of times instead of hundreds of thousands of times. Fixes #3284 and #3296, and possibly others.

Only patched forge 1.16.5 because that's all I'm running at the moment, but I expect the same fix can be applied elsewhere.
2021-03-06 20:42:19 +08:00
Mike Primm 7b318b2d3b Add Forge 1.16.5 build 2021-02-07 22:22:35 -06:00