Commit graph

16 commits

Author SHA1 Message Date
Mike Primm
61a71f8a0b Apply lighting workaround to 1.16.5+ 2021-12-16 12:32:10 -06:00
Mike Primm
3af5ac05e2 Add NBT toString() 2021-12-15 02:14:12 -06:00
Mike Primm
88782405f1 Strip META-INF/maven and services - avoid problems with forge 1.18 2021-12-08 20:34:03 -06:00
Mike Primm
6fed0dfb1f Add support for largeplayerfaces option for bigger player markers 2021-12-07 21:38:59 -06:00
Mike Primm
3d71f87bb7 Backport generic chunk handler to 1.16.5 for Spigot, Fabric, Forge 2021-12-07 18:49:51 -06:00
Mike Primm
12a314fe82 Remove debug noise 2021-11-15 21:33:43 -06:00
Mike Primm
ca76a59761 Add data pack dimension support for Forge 1.16.5 and 1.17.1 2021-11-15 20:51:35 -06:00
Mike Primm
0f655e8414 Add support for experimental Caves and Caverns data pack 2021-08-21 18:03:07 -05:00
Kosma Moczek
4e68d60984 forge-*: fix resource patching 2021-06-27 19:41:51 +02:00
Kosma Moczek
246f5e02f0 forge-*: fix resource handling on Gradle 7 2021-06-27 15:07:33 +02:00
Kosma Moczek
4d8439fae9 forge-1.13.2..1.16.5: update ForgeGradle to version 5 2021-06-27 14:34:29 +02:00
Kosma Moczek
bc0f25a21d build.gradle: rename compile -> implementation 2021-06-27 13:51:12 +02:00
Mike Primm
8fb20f5f16 Propagate stateByID scaling performance improvement 2021-03-14 12:08:07 -05:00
Michael
4566d4c3d3 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
ee471f7510 Add config comments for postgresql 2021-02-07 23:14:09 -06:00
Mike Primm
e6f5c058d1 Add Forge 1.16.5 build 2021-02-07 22:22:35 -06:00