diff options
author | Spottedleaf <[email protected]> | 2020-01-27 16:16:53 -0800 |
---|---|---|
committer | Zach <[email protected]> | 2020-01-27 18:16:53 -0600 |
commit | d16a5d8813465b1b03c50adb756b9d324062f1f6 (patch) | |
tree | e833f959f28918570dac64217ce49c9b93093961 /scripts | |
parent | 5fdafcd7a9d7fb672594124181d17a235da2047d (diff) | |
download | Paper-d16a5d8813465b1b03c50adb756b9d324062f1f6.tar.gz Paper-d16a5d8813465b1b03c50adb756b9d324062f1f6.zip |
Performance patches prerequisite (#2802)
Prereq changes for the coming storm of performance patches.
Includes optimising incremental saving
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/importmcdev.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/importmcdev.sh b/scripts/importmcdev.sh index 227a01eab8..6fd55da94e 100755 --- a/scripts/importmcdev.sh +++ b/scripts/importmcdev.sh @@ -106,6 +106,7 @@ done # dont forget \ at end of each line but last importLibrary com.mojang authlib com/mojang/authlib yggdrasil/YggdrasilGameProfileRepository.java +importLibrary com.mojang datafixerupper com/mojang/datafixers/util Either.java ######################################################## ######################################################## |