mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-13 04:53:55 +00:00
Add support for 1.20.3 and 1.20.4 (#2512)
* 1.20.3 * 1.20.3 ItemTypes * 1.20.3 * 1.20.3 * 1.20.4 * Fixup refractions * Move adapters to _4
This commit is contained in:
committed by
GitHub
parent
ea6138ce1f
commit
605743321f
@ -198,7 +198,7 @@ public final class PaperweightAdapter implements BukkitImplAdapter<net.minecraft
|
||||
getChunkFutureMainThreadMethod.setAccessible(true);
|
||||
|
||||
mainThreadProcessorField = ServerChunkCache.class.getDeclaredField(
|
||||
Refraction.pickName("mainThreadProcessor", "h")
|
||||
Refraction.pickName("mainThreadProcessor", "g")
|
||||
);
|
||||
mainThreadProcessorField.setAccessible(true);
|
||||
|
||||
|
Reference in New Issue
Block a user