Skip to content

A Lil Bit Faster [3.1.0]

Latest
Compare
Choose a tag to compare
@ShaneBeee ShaneBeee released this 29 Sep 21:50
· 20 commits to master since this release

CHANGED:

  • Changed from Reconstruct deobfuscator to SpecialSource by md_5.
    This is the same tool used internally by Spigot.
    This speeds up the remapping process tremendously, from about 3 minutes down to about 6 seconds.
  • Mojang bundles now included with the server jar (This includes some libraries such as Brigadier and DataFixerUpper)
Comparisons

Previous:

[14:40:37 Processor INFO]: Downloading JAR file from Mojang.
[14:40:38 Processor INFO]: Successfully downloaded JAR file in less than a second!
[14:40:38 Processor INFO]: Downloading mappings file from Mojang...
[14:40:38 Processor INFO]: Successfully downloaded mappings file in less than a second!
[14:40:38 Processor INFO]: Remapping minecraft_client_1.21.1.jar file...
[Processor] INFO Reconstruct - Parsing mappings...
[Processor] INFO Reconstruct - Mapped:
[Processor] INFO Reconstruct -  - 9410 Classes
[Processor] INFO Reconstruct -  - 11228 Constructors
[Processor] INFO Reconstruct -  - 37906 Fields
[Processor] INFO Reconstruct -  - 62204 Methods
[Processor] INFO Reconstruct - Linking...
[Processor] INFO Reconstruct - Linked 9410 classes
[Processor] INFO Reconstruct - Transforming...
[Processor] INFO Reconstruct - Waiting for TransformTasks to complete...
[Processor] INFO Reconstruct - Waiting for WriteTask to complete...
[14:43:48 Processor INFO]: Remapping completed in 3 minutes, 10 seconds!
[14:43:49 Processor INFO]: Completed in 3 minutes, 11 seconds!

Update:

[14:45:22 Processor INFO]: Downloading JAR file from Mojang.
[14:45:23 Processor INFO]: Successfully downloaded JAR file in less than a second!
[14:45:23 Processor INFO]: Downloading mappings file from Mojang...
[14:45:23 Processor INFO]: Successfully downloaded mappings file in less than a second!
[14:45:23 Processor INFO]: Remapping minecraft_client_1.21.1.jar file...
[14:45:30 Processor INFO]: Remapping completed in 6 seconds!
[14:45:30 Processor INFO]: Completed in 7 seconds!

FIXED:

  • Apparently this wasn't working well with snapshots?!?! Well that is fixed.