Jump to content

MC 1.17.1 | MAC OS 11.6 | Forge 37.0 - java.lang.reflect.InvocationTargetException: null - SOLVED


Seion

Recommended Posts

So I was getting the "java.lang.reflect.InvocationTargetException: null" error when launching forge from the vanilla launcher with no mods installed. I removed Minecraft completely and reinstalled everything and reinstalled forge and same error.

-----

▶ java -version

java version "1.8.0_301"

Java(TM) SE Runtime Environment (build 1.8.0_301-b09)

Java HotSpot(TM) 64-Bit Server VM (build 25.301-b09, mixed mode)

-----

 

Logs:

Spoiler

▶ cat latest.log

[26Oct2021 13:26:18.511] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Seion86, --version, 1.17.1-forge-37.0.0, --gameDir, /Users/seion/Library/Application Support/minecraft, --assetsDir, /Users/seion/Library/Application Support/minecraft/assets, --assetIndex, 1.17, --uuid, 28300b4b750845b0b193ba9bd8311d1e, --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release, --launchTarget, forgeclient, --fml.forgeVersion, 37.0.0, --fml.mcVersion, 1.17.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20210706.113038]

[26Oct2021 13:26:18.516] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 9.0.7+91+master.8569cdf starting: java version 16.0.1 by Microsoft

[26Oct2021 13:26:20.979] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclient' with arguments [--version, 1.17.1-forge-37.0.0, --gameDir, /Users/seion/Library/Application Support/minecraft, --assetsDir, /Users/seion/Library/Application Support/minecraft/assets, --uuid, 28300b4b750845b0b193ba9bd8311d1e, --username, Seion86, --assetIndex, 1.17, --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release]

[13:26:28] [Render thread/WARN]: Assets URL 'union:/Users/seion/Library/Application%20Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-srg.jar%2352!/assets/.mcassetsroot' uses unexpected schema

[13:26:28] [Render thread/WARN]: Assets URL 'union:/Users/seion/Library/Application%20Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-srg.jar%2352!/data/.mcassetsroot' uses unexpected schema

[26Oct2021 13:26:28.385] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'

[13:26:29] [Render thread/INFO]: Setting user: Seion86

[13:26:29] [Render thread/INFO]: Backend library: LWJGL version 3.2.1 SNAPSHOT

[26Oct2021 13:26:30.396] [modloading-worker-2/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: forge, class net.minecraftforge.common.ForgeMod

java.lang.reflect.InvocationTargetException: null

at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]

at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78) ~[?:?]

at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]

at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]

at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]

at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[javafmllanguage-1.17.1-37.0.0.jar%2354!:?]

at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[fmlcore-1.17.1-37.0.0.jar%2353!:?]

at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1800) [?:?]

at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1792) [?:?]

at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:295) [?:?]

at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016) [?:?]

at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665) [?:?]

at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598) [?:?]

at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) [?:?]

Caused by: java.lang.ExceptionInInitializerError

at net.minecraftforge.common.ForgeMod.<init>(ForgeMod.java:136) ~[forge-1.17.1-37.0.0-universal.jar%2356!:?]

... 14 more

Caused by: java.lang.RuntimeException: Missing forge spec, cannot continue

at net.minecraftforge.versions.forge.ForgeVersion.<clinit>(ForgeVersion.java:48) ~[forge-1.17.1-37.0.0-universal.jar%2356!:?]

at net.minecraftforge.common.ForgeMod.<init>(ForgeMod.java:136) ~[forge-1.17.1-37.0.0-universal.jar%2356!:?]

... 14 more

[26Oct2021 13:26:30.409] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found

[26Oct2021 13:26:30.492] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.sound.SoundLoadEvent to a broken mod state

[26Oct2021 13:26:30.745] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Block to a broken mod state

[26Oct2021 13:26:30.749] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Item to a broken mod state

[26Oct2021 13:26:31.352] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ParticleFactoryRegisterEvent to a broken mod state

[13:26:31] [Render thread/INFO]: Reloading ResourceManager: Default

[26Oct2021 13:26:31.886] [Worker-Main-14/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ModelRegistryEvent to a broken mod state

[26Oct2021 13:26:31.943] [Worker-Main-13/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state

[26Oct2021 13:26:31.943] [Worker-Main-12/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state

[26Oct2021 13:26:31.943] [Worker-Main-9/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state

[26Oct2021 13:26:40.376] [Worker-Main-14/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state

[26Oct2021 13:26:41.487] [Worker-Main-14/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state

[26Oct2021 13:26:41.506] [Worker-Main-14/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state

[26Oct2021 13:26:41.551] [Worker-Main-14/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state

[26Oct2021 13:26:41.594] [Worker-Main-14/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state

[26Oct2021 13:26:41.618] [Worker-Main-14/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state

[26Oct2021 13:26:41.646] [Worker-Main-14/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state

[13:26:42] [Render thread/INFO]: OpenAL initialized.

[13:26:42] [Render thread/INFO]: Sound engine started

[13:26:42] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas

[26Oct2021 13:26:42.760] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state

[13:26:42] [Render thread/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas

[26Oct2021 13:26:42.762] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state

[13:26:42] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas

[26Oct2021 13:26:42.767] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state

[13:26:42] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas

[26Oct2021 13:26:42.770] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state

[13:26:42] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas

[26Oct2021 13:26:42.772] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state

[13:26:42] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas

[26Oct2021 13:26:42.774] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state

[13:26:42] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas

[26Oct2021 13:26:42.776] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state

[26Oct2021 13:26:43.333] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ModelBakeEvent to a broken mod state

[13:26:44] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas

[26Oct2021 13:26:44.901] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state

[13:26:44] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas

[26Oct2021 13:26:44.903] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state

[13:26:44] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas

[26Oct2021 13:26:44.904] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state

[13:26:45] [Render thread/FATAL]: Crash report saved to /Users/seion/Library/Application Support/minecraft/crash-reports/crash-2021-10-26_13.26.45-fml.txt

[13:32:45] [Render thread/INFO]: Stopping!

 

Edited by Seion
Link to comment
Share on other sites

  • Seion changed the title to MC 1.17.1 | MAC OS 11.6 | Forge 37.0 - java.lang.reflect.InvocationTargetException: null

I am assuming you meant the forge installer log, not sure how to get a previous install log so I ran the installer again. Log below

 

Launcher Screenshot(s):

Screen-Shot-2021-10-26-at-2-12-20-PM.png

 

Screen-Shot-2021-10-26-at-2-12-34-PM.png

 

Installer Log:
 

Spoiler

java -jar ~/Desktop/forge-1.17.1-37.0.0-installer.jar

JVM info: Oracle Corporation - 1.8.0_301 - 25.301-b09

java.net.preferIPv4Stack=true

Found java version 1.8.0_301

Extracting json

Considering minecraft client jar

Downloading libraries

Considering library cpw.mods:securejarhandler:0.9.44

  File exists: Checksum validated.

Considering library org.ow2.asm:asm:9.1

  File exists: Checksum validated.

Considering library org.ow2.asm:asm-commons:9.1

  File exists: Checksum validated.

Considering library org.ow2.asm:asm-tree:9.1

  File exists: Checksum validated.

Considering library org.ow2.asm:asm-util:9.1

  File exists: Checksum validated.

Considering library org.ow2.asm:asm-analysis:9.1

  File exists: Checksum validated.

Considering library net.minecraftforge:accesstransformers:8.0.4

  File exists: Checksum validated.

Considering library org.antlr:antlr4-runtime:4.9.1

  File exists: Checksum validated.

Considering library net.minecraftforge:eventbus:5.0.3

  File exists: Checksum validated.

Considering library net.minecraftforge:forgespi:4.0.9

  File exists: Checksum validated.

Considering library net.minecraftforge:coremods:5.0.1

  File exists: Checksum validated.

Considering library cpw.mods:modlauncher:9.0.7

  File exists: Checksum validated.

Considering library net.minecraftforge:unsafe:0.2.0

  File exists: Checksum validated.

Considering library com.electronwill.night-config:core:3.6.3

  File exists: Checksum validated.

Considering library com.electronwill.night-config:toml:3.6.3

  File exists: Checksum validated.

Considering library org.apache.maven:maven-artifact:3.6.3

  File exists: Checksum validated.

Considering library org.apache.commons:commons-lang3:3.8.1

  File exists: Checksum validated.

Considering library net.jodah:typetools:0.8.3

  File exists: Checksum validated.

Considering library org.apache.logging.log4j:log4j-api:2.14.1

  File exists: Checksum validated.

Considering library org.apache.logging.log4j:log4j-core:2.14.1

  File exists: Checksum validated.

Considering library net.minecrell:terminalconsoleappender:1.2.0

  File exists: Checksum validated.

Considering library org.jline:jline-reader:3.12.1

  File exists: Checksum validated.

Considering library org.jline:jline-terminal:3.12.1

  File exists: Checksum validated.

Considering library net.sf.jopt-simple:jopt-simple:5.0.4

  File exists: Checksum validated.

Considering library org.openjdk.nashorn:nashorn-core:15.1.1

  File exists: Checksum validated.

Considering library com.google.guava:guava:21.0

  File exists: Checksum validated.

Considering library com.google.code.gson:gson:2.8.0

  File exists: Checksum validated.

Considering library cpw.mods:bootstraplauncher:0.1.15

  File exists: Checksum validated.

Considering library cpw.mods:securejarhandler:0.9.44

  File exists: Checksum validated.

Considering library org.ow2.asm:asm-commons:9.1

  File exists: Checksum validated.

Considering library org.ow2.asm:asm-util:9.1

  File exists: Checksum validated.

Considering library org.ow2.asm:asm-analysis:9.1

  File exists: Checksum validated.

Considering library org.ow2.asm:asm-tree:9.1

  File exists: Checksum validated.

Considering library org.ow2.asm:asm:9.1

  File exists: Checksum validated.

Considering library net.minecraftforge:fmlloader:1.17.1-37.0.0

  File exists: Checksum validated.

Considering library com.github.jponge:lzma-java:1.3

  File exists: Checksum validated.

Considering library com.google.code.findbugs:jsr305:3.0.2

  File exists: Checksum validated.

Considering library com.google.code.gson:gson:2.8.7

  File exists: Checksum validated.

Considering library com.google.errorprone:error_prone_annotations:2.1.3

  File exists: Checksum validated.

Considering library com.google.errorprone:error_prone_annotations:2.3.4

  File exists: Checksum validated.

Considering library com.google.guava:failureaccess:1.0.1

  File exists: Checksum validated.

Considering library com.google.guava:guava:20.0

  File exists: Checksum validated.

Considering library com.google.guava:guava:25.1-jre

  File exists: Checksum validated.

Considering library com.google.guava:guava:30.1-android

  File exists: Checksum validated.

Considering library com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava

  File exists: Checksum validated.

Considering library com.google.j2objc:j2objc-annotations:1.1

  File exists: Checksum validated.

Considering library com.google.j2objc:j2objc-annotations:1.3

  File exists: Checksum validated.

Considering library com.google.jimfs:jimfs:1.2

  File exists: Checksum validated.

Considering library com.nothome:javaxdelta:2.0.1

  File exists: Checksum validated.

Considering library com.opencsv:opencsv:4.4

  File exists: Checksum validated.

Considering library commons-beanutils:commons-beanutils:1.9.3

  File exists: Checksum validated.

Considering library commons-collections:commons-collections:3.2.2

  File exists: Checksum validated.

Considering library commons-io:commons-io:2.4

  File exists: Checksum validated.

Considering library commons-logging:commons-logging:1.2

  File exists: Checksum validated.

Considering library de.oceanlabs.mcp:mcp_config:1.17.1-20210706.113038@zip

  File exists: Checksum validated.

Considering library de.siegmar:fastcsv:2.0.0

  File exists: Checksum validated.

Considering library net.md-5:SpecialSource:1.10.0

  File exists: Checksum validated.

Considering library net.minecraftforge.lex:vignette:0.2.0.16

  File exists: Checksum validated.

Considering library net.minecraftforge:binarypatcher:1.0.12

  File exists: Checksum validated.

Considering library net.minecraftforge:fmlcore:1.17.1-37.0.0

  File exists: Checksum validated.

Considering library net.minecraftforge:fmlloader:1.17.1-37.0.0

  File exists: Checksum validated.

Considering library net.minecraftforge:forge:1.17.1-37.0.0:universal

  File exists: Checksum validated.

Considering library net.minecraftforge:installertools:1.2.7

  File exists: Checksum validated.

Considering library net.minecraftforge:jarsplitter:1.1.4

  File exists: Checksum validated.

Considering library net.minecraftforge:javafmllanguage:1.17.1-37.0.0

  File exists: Checksum validated.

Considering library net.minecraftforge:mclanguage:1.17.1-37.0.0

  File exists: Checksum validated.

Considering library net.minecraftforge:srgutils:0.4.3

  File exists: Checksum validated.

Considering library net.sf.jopt-simple:jopt-simple:5.0.4

  File exists: Checksum validated.

Considering library org.apache.commons:commons-collections4:4.2

  File exists: Checksum validated.

Considering library org.apache.commons:commons-lang3:3.8.1

  File exists: Checksum validated.

Considering library org.apache.commons:commons-text:1.3

  File exists: Checksum validated.

Considering library org.cadixdev:atlas:0.2.2

  File exists: Checksum validated.

Considering library org.cadixdev:bombe-asm:0.3.5

  File exists: Checksum validated.

Considering library org.cadixdev:bombe:0.3.5

  File exists: Checksum validated.

Considering library org.cadixdev:lorenz-asm:0.5.7

  File exists: Checksum validated.

Considering library org.cadixdev:lorenz:0.5.7

  File exists: Checksum validated.

Considering library org.checkerframework:checker-compat-qual:2.5.5

  File exists: Checksum validated.

Considering library org.checkerframework:checker-qual:2.0.0

  File exists: Checksum validated.

Considering library org.codehaus.mojo:animal-sniffer-annotations:1.14

  File exists: Checksum validated.

Considering library org.ow2.asm:asm-analysis:9.1

  File exists: Checksum validated.

Considering library org.ow2.asm:asm-commons:9.1

  File exists: Checksum validated.

Considering library org.ow2.asm:asm-tree:9.1

  File exists: Checksum validated.

Considering library org.ow2.asm:asm:9.1

  File exists: Checksum validated.

Considering library trove:trove:1.0.2

  File exists: Checksum validated.

Created Temporary Directory: /var/folders/nf/70v7w8qj7sqc66pwk_lqwhfm0000gn/T/forge_installer2474923694075029233

  Extracting: /data/client.lzma

Building Processors

===============================================================================

  MainClass: net.minecraftforge.installertools.ConsoleTool

  Classpath:

    /Users/seion/Library/Application Support/minecraft/libraries/net/minecraftforge/installertools/1.2.7/installertools-1.2.7.jar

    /Users/seion/Library/Application Support/minecraft/libraries/net/md-5/SpecialSource/1.10.0/SpecialSource-1.10.0.jar

    /Users/seion/Library/Application Support/minecraft/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/code/gson/gson/2.8.7/gson-2.8.7.jar

    /Users/seion/Library/Application Support/minecraft/libraries/de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar

    /Users/seion/Library/Application Support/minecraft/libraries/net/minecraftforge/srgutils/0.4.3/srgutils-0.4.3.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/guava/guava/20.0/guava-20.0.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/opencsv/opencsv/4.4/opencsv-4.4.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm/9.1/asm-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/apache/commons/commons-text/1.3/commons-text-1.3.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar

    /Users/seion/Library/Application Support/minecraft/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar

    /Users/seion/Library/Application Support/minecraft/libraries/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar

  Args: --task, MCP_DATA, --input, "/Users/seion/Library/Application Support/minecraft/libraries/de/oceanlabs/mcp/mcp_config/1.17.1-20210706.113038/mcp_config-1.17.1-20210706.113038.zip", --output, "/Users/seion/Library/Application Support/minecraft/libraries/de/oceanlabs/mcp/mcp_config/1.17.1-20210706.113038/mcp_config-1.17.1-20210706.113038-mappings.txt", --key, mappings

Task: MCP_DATA

Input:  /Users/seion/Library/Application Support/minecraft/libraries/de/oceanlabs/mcp/mcp_config/1.17.1-20210706.113038/mcp_config-1.17.1-20210706.113038.zip

Output: /Users/seion/Library/Application Support/minecraft/libraries/de/oceanlabs/mcp/mcp_config/1.17.1-20210706.113038/mcp_config-1.17.1-20210706.113038-mappings.txt

Key:    mappings

Extracting: config/joined.tsrg

===============================================================================

  MainClass: net.minecraftforge.installertools.ConsoleTool

  Classpath:

    /Users/seion/Library/Application Support/minecraft/libraries/net/minecraftforge/installertools/1.2.7/installertools-1.2.7.jar

    /Users/seion/Library/Application Support/minecraft/libraries/net/md-5/SpecialSource/1.10.0/SpecialSource-1.10.0.jar

    /Users/seion/Library/Application Support/minecraft/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/code/gson/gson/2.8.7/gson-2.8.7.jar

    /Users/seion/Library/Application Support/minecraft/libraries/de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar

    /Users/seion/Library/Application Support/minecraft/libraries/net/minecraftforge/srgutils/0.4.3/srgutils-0.4.3.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/guava/guava/20.0/guava-20.0.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/opencsv/opencsv/4.4/opencsv-4.4.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm/9.1/asm-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/apache/commons/commons-text/1.3/commons-text-1.3.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar

    /Users/seion/Library/Application Support/minecraft/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar

    /Users/seion/Library/Application Support/minecraft/libraries/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar

  Args: --task, DOWNLOAD_MOJMAPS, --version, 1.17.1, --side, client, --output, "/Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-mappings.txt"

Task: DOWNLOAD_MOJMAPS

MC Version: 1.17.1

Side:       client

Output:     /Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-mappings.txt

Downloaded Mojang mappings for 1.17.1

===============================================================================

  MainClass: net.minecraftforge.installertools.ConsoleTool

  Classpath:

    /Users/seion/Library/Application Support/minecraft/libraries/net/minecraftforge/installertools/1.2.7/installertools-1.2.7.jar

    /Users/seion/Library/Application Support/minecraft/libraries/net/md-5/SpecialSource/1.10.0/SpecialSource-1.10.0.jar

    /Users/seion/Library/Application Support/minecraft/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/code/gson/gson/2.8.7/gson-2.8.7.jar

    /Users/seion/Library/Application Support/minecraft/libraries/de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar

    /Users/seion/Library/Application Support/minecraft/libraries/net/minecraftforge/srgutils/0.4.3/srgutils-0.4.3.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/guava/guava/20.0/guava-20.0.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/opencsv/opencsv/4.4/opencsv-4.4.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm/9.1/asm-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/apache/commons/commons-text/1.3/commons-text-1.3.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar

    /Users/seion/Library/Application Support/minecraft/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar

    /Users/seion/Library/Application Support/minecraft/libraries/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar

  Args: --task, MERGE_MAPPING, --left, "/Users/seion/Library/Application Support/minecraft/libraries/de/oceanlabs/mcp/mcp_config/1.17.1-20210706.113038/mcp_config-1.17.1-20210706.113038-mappings.txt", --right, "/Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-mappings.txt", --output, "/Users/seion/Library/Application Support/minecraft/libraries/de/oceanlabs/mcp/mcp_config/1.17.1-20210706.113038/mcp_config-1.17.1-20210706.113038-mappings-merged.txt", --classes, --reverse-right

Task: MERGE_MAPPING

Left:    /Users/seion/Library/Application Support/minecraft/libraries/de/oceanlabs/mcp/mcp_config/1.17.1-20210706.113038/mcp_config-1.17.1-20210706.113038-mappings.txt

         Reversed=false

         null

Right:   /Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-mappings.txt

         Reversed=true

         null

Classes: true

Fields:  false

Methods: false

Params:  false

Output:  /Users/seion/Library/Application Support/minecraft/libraries/de/oceanlabs/mcp/mcp_config/1.17.1-20210706.113038/mcp_config-1.17.1-20210706.113038-mappings-merged.txt

===============================================================================

  Cache:

    /Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-slim.jar Validated: b8de6b6dc0fc88232d974bdaaf085c56145277b1

    /Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-extra.jar Validated: 483cfeb6029f2d180f740af4ea7ecb3613182772

  Cache Hit!

===============================================================================

  MainClass: org.cadixdev.vignette.VignetteMain

  Classpath:

    /Users/seion/Library/Application Support/minecraft/libraries/net/minecraftforge/lex/vignette/0.2.0.16/vignette-0.2.0.16.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/cadixdev/atlas/0.2.2/atlas-0.2.2.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/cadixdev/lorenz-asm/0.5.7/lorenz-asm-0.5.7.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/cadixdev/lorenz/0.5.7/lorenz-0.5.7.jar

    /Users/seion/Library/Application Support/minecraft/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/cadixdev/bombe-asm/0.3.5/bombe-asm-0.3.5.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/jimfs/jimfs/1.2/jimfs-1.2.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/cadixdev/bombe/0.3.5/bombe-0.3.5.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/ow2/asm/asm/9.1/asm-9.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/guava/guava/30.1-android/guava-30.1-android.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar

  Args: --jar-in, "/Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-slim.jar", --jar-out, "/Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-srg.jar", --mapping-format, tsrg2, --mappings, "/Users/seion/Library/Application Support/minecraft/libraries/de/oceanlabs/mcp/mcp_config/1.17.1-20210706.113038/mcp_config-1.17.1-20210706.113038-mappings-merged.txt", --create-inits, --fix-param-annotations, --fernflower-meta

Input: /Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-slim.jar

Output: /Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-srg.jar

Format: tsrg2

Mappings: /Users/seion/Library/Application Support/minecraft/libraries/de/oceanlabs/mcp/mcp_config/1.17.1-20210706.113038/mcp_config-1.17.1-20210706.113038-mappings-merged.txt

Constructors

Parameter Annotations

Found extra RuntimeVisibleParameterAnnotations entries in <init>(Lnet/minecraft/world/entity/animal/Fox;Ljava/lang/Class;ZZLjava/util/function/Predicate;)V in net/minecraft/world/entity/animal/Fox$DefendTrustedTargetGoal: removing 1

Found extra RuntimeVisibleParameterAnnotations entries in <init>(Lnet/minecraft/server/ServerFunctionManager;Lnet/minecraft/server/ServerFunctionManager$TraceCallbacks;)V in net/minecraft/server/ServerFunctionManager$ExecutionContext: removing 1

Found extra RuntimeVisibleParameterAnnotations entries in <init>(Ljava/lang/String;ILjava/lang/String;CILjava/lang/Integer;)V in net/minecraft/ChatFormatting: removing 2

Found extra RuntimeVisibleParameterAnnotations entries in <init>(Ljava/lang/String;ILjava/lang/String;CZILjava/lang/Integer;)V in net/minecraft/ChatFormatting: removing 2

Found extra RuntimeVisibleParameterAnnotations entries in <init>(Lnet/minecraft/client/renderer/chunk/ChunkRenderDispatcher$RenderChunk;DLnet/minecraft/client/renderer/chunk/RenderChunkRegion;)V in net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$RenderChunk$RebuildTask: removing 1

Found extra RuntimeVisibleParameterAnnotations entries in <init>(Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Ljava/util/List;ILnet/minecraft/client/renderer/texture/TextureAtlasSprite$InterpolationData;)V in net/minecraft/client/renderer/texture/TextureAtlasSprite$AnimatedTexture: removing 1

Found extra RuntimeVisibleParameterAnnotations entries in <init>(Lnet/minecraft/client/gui/screens/worldselection/EditGameRulesScreen;Ljava/util/List;)V in net/minecraft/client/gui/screens/worldselection/EditGameRulesScreen$RuleEntry: removing 1

Found extra RuntimeVisibleParameterAnnotations entries in <init>(Lnet/minecraft/client/gui/screens/worldselection/EditGameRulesScreen;Ljava/util/List;Lnet/minecraft/network/chat/Component;)V in net/minecraft/client/gui/screens/worldselection/EditGameRulesScreen$GameRuleEntry: removing 1

Processing Complete

===============================================================================

  MainClass: net.minecraftforge.binarypatcher.ConsoleTool

  Classpath:

    /Users/seion/Library/Application Support/minecraft/libraries/net/minecraftforge/binarypatcher/1.0.12/binarypatcher-1.0.12.jar

    /Users/seion/Library/Application Support/minecraft/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar

    /Users/seion/Library/Application Support/minecraft/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/github/jponge/lzma-java/1.3/lzma-java-1.3.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/nothome/javaxdelta/2.0.1/javaxdelta-2.0.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar

    /Users/seion/Library/Application Support/minecraft/libraries/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar

    /Users/seion/Library/Application Support/minecraft/libraries/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar

    /Users/seion/Library/Application Support/minecraft/libraries/trove/trove/1.0.2/trove-1.0.2.jar

  Args: --clean, "/Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-srg.jar", --output, "/Users/seion/Library/Application Support/minecraft/libraries/net/minecraftforge/forge/1.17.1-37.0.0/forge-1.17.1-37.0.0-client.jar", --apply, /var/folders/nf/70v7w8qj7sqc66pwk_lqwhfm0000gn/T/forge_installer2474923694075029233/data/client.lzma

Applying:

  Clean:     /Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-srg.jar

  Output:    /Users/seion/Library/Application Support/minecraft/libraries/net/minecraftforge/forge/1.17.1-37.0.0/forge-1.17.1-37.0.0-client.jar

  KeepData:  false

  Unpatched: false

  Patches:   /var/folders/nf/70v7w8qj7sqc66pwk_lqwhfm0000gn/T/forge_installer2474923694075029233/data/client.lzma

Loading patches file: /var/folders/nf/70v7w8qj7sqc66pwk_lqwhfm0000gn/T/forge_installer2474923694075029233/data/client.lzma

  Reading patch com.mojang.blaze3d.pipeline.RenderTarget.binpatch

    Checksum: 8f3f6c4b Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$BlendState.binpatch

    Checksum: 6cbbfe90 Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$BooleanState.binpatch

    Checksum: cb7ab7c3 Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$ColorLogicState.binpatch

    Checksum: 2780f447 Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$ColorMask.binpatch

    Checksum: 1f2a9fd5 Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$CullState.binpatch

    Checksum: 4b92ec43 Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$DepthState.binpatch

    Checksum: 5a09f3dc Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$DestFactor.binpatch

    Checksum: bd8087b Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$LogicOp.binpatch

    Checksum: ca78b1af Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$PolygonOffsetState.binpatch

    Checksum: d6d40128 Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$ScissorState.binpatch

    Checksum: 2d7eeaeb Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$SourceFactor.binpatch

    Checksum: 5a6b1bfb Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$StencilFunc.binpatch

    Checksum: 655d9abd Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$StencilState.binpatch

    Checksum: 651c00ac Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$TextureState.binpatch

    Checksum: 556e9542 Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager$Viewport.binpatch

    Checksum: 46e3d556 Exists: true

  Reading patch com.mojang.blaze3d.platform.GlStateManager.binpatch

    Checksum: 206dab28 Exists: true

  Reading patch com.mojang.blaze3d.platform.Window$WindowInitFailed.binpatch

    Checksum: 7e1d9170 Exists: true

  Reading patch com.mojang.blaze3d.platform.Window.binpatch

    Checksum: 690694d9 Exists: true

  Reading patch com.mojang.blaze3d.vertex.BufferBuilder$1.binpatch

    Checksum: 5fda1e Exists: true

  Reading patch com.mojang.blaze3d.vertex.BufferBuilder$DrawState.binpatch

    Checksum: ed3a207e Exists: true

  Reading patch com.mojang.blaze3d.vertex.BufferBuilder$SortState.binpatch

    Checksum: 201738a6 Exists: true

  Reading patch com.mojang.blaze3d.vertex.BufferBuilder.binpatch

    Checksum: 6efa401b Exists: true

  Reading patch com.mojang.blaze3d.vertex.VertexConsumer.binpatch

    Checksum: 920a3efc Exists: true

  Reading patch com.mojang.blaze3d.vertex.VertexFormat$1.binpatch

    Checksum: 8e4900e8 Exists: true

  Reading patch com.mojang.blaze3d.vertex.VertexFormat$IndexType.binpatch

    Checksum: 864fb259 Exists: true

  Reading patch com.mojang.blaze3d.vertex.VertexFormat$Mode.binpatch

    Checksum: 1f7e22f9 Exists: true

  Reading patch com.mojang.blaze3d.vertex.VertexFormat.binpatch

    Checksum: 181519e3 Exists: true

  Reading patch com.mojang.blaze3d.vertex.VertexFormatElement$Type.binpatch

    Checksum: 8f5a1ee5 Exists: true

  Reading patch com.mojang.blaze3d.vertex.VertexFormatElement$Usage$ClearState.binpatch

    Checksum: 46b9819f Exists: true

  Reading patch com.mojang.blaze3d.vertex.VertexFormatElement$Usage$SetupState.binpatch

    Checksum: cd3982cd Exists: true

  Reading patch com.mojang.blaze3d.vertex.VertexFormatElement$Usage.binpatch

    Checksum: 3abe08a1 Exists: true

  Reading patch com.mojang.blaze3d.vertex.VertexFormatElement.binpatch

    Checksum: b7ee9aee Exists: true

  Reading patch com.mojang.math.Matrix3f.binpatch

    Checksum: 23afa4ec Exists: true

  Reading patch com.mojang.math.Matrix4f.binpatch

    Checksum: 77ad308e Exists: true

  Reading patch com.mojang.math.Transformation.binpatch

    Checksum: 6ff206d8 Exists: true

  Reading patch com.mojang.math.Vector3f.binpatch

    Checksum: 179df1cf Exists: true

  Reading patch com.mojang.math.Vector4f.binpatch

    Checksum: 8ca56d31 Exists: true

  Reading patch com.mojang.realmsclient.gui.screens.RealmsGenericErrorScreen.binpatch

    Checksum: 1de1b50e Exists: true

  Reading patch net.minecraft.CrashReport.binpatch

    Checksum: 7fa52623 Exists: true

  Reading patch net.minecraft.CrashReportCategory$Entry.binpatch

    Checksum: 8affa101 Exists: true

  Reading patch net.minecraft.CrashReportCategory.binpatch

    Checksum: 266ad5e2 Exists: true

  Reading patch net.minecraft.SharedConstants.binpatch

    Checksum: 15d17650 Exists: true

  Reading patch net.minecraft.Util$1.binpatch

    Checksum: aca18af Exists: true

  Reading patch net.minecraft.Util$2.binpatch

    Checksum: 0 Exists: false

  Reading patch net.minecraft.Util$3.binpatch

    Checksum: ffdfdb49 Exists: true

  Reading patch net.minecraft.Util$4.binpatch

    Checksum: 7a779c78 Exists: true

  Reading patch net.minecraft.Util$5.binpatch

    Checksum: 1f40648b Exists: true

  Reading patch net.minecraft.Util$6.binpatch

    Checksum: 90c75f57 Exists: true

  Reading patch net.minecraft.Util$7.binpatch

    Checksum: fb2dd34a Exists: true

  Reading patch net.minecraft.Util$8.binpatch

    Checksum: d8acd9b4 Exists: true

  Reading patch net.minecraft.Util$9.binpatch

    Checksum: 6f911bed Exists: true

  Reading patch net.minecraft.Util$IdentityStrategy.binpatch

    Checksum: c125b0d2 Exists: true

  Reading patch net.minecraft.Util$OS$1.binpatch

    Checksum: b356a333 Exists: true

  Reading patch net.minecraft.Util$OS$2.binpatch

    Checksum: e00c961e Exists: true

  Reading patch net.minecraft.Util$OS.binpatch

    Checksum: 5df440af Exists: true

  Reading patch net.minecraft.Util.binpatch

    Checksum: 5303977e Exists: true

  Reading patch net.minecraft.advancements.Advancement$Builder.binpatch

    Checksum: 942a3059 Exists: true

  Reading patch net.minecraft.advancements.Advancement.binpatch

    Checksum: b7800be0 Exists: true

  Reading patch net.minecraft.advancements.AdvancementList$Listener.binpatch

    Checksum: febd6078 Exists: true

  Reading patch net.minecraft.advancements.AdvancementList.binpatch

    Checksum: 1265bab1 Exists: true

  Reading patch net.minecraft.advancements.AdvancementRewards$Builder.binpatch

    Checksum: c83bdd63 Exists: true

  Reading patch net.minecraft.advancements.AdvancementRewards.binpatch

    Checksum: 90b4b0c5 Exists: true

  Reading patch net.minecraft.advancements.critereon.ItemPredicate$Builder.binpatch

    Checksum: 13f6d38c Exists: true

  Reading patch net.minecraft.advancements.critereon.ItemPredicate.binpatch

    Checksum: abf58349 Exists: true

  Reading patch net.minecraft.client.Camera$NearPlane.binpatch

    Checksum: 565f5c60 Exists: true

  Reading patch net.minecraft.client.Camera.binpatch

    Checksum: b2f67ded Exists: true

  Reading patch net.minecraft.client.ClientBrandRetriever.binpatch

    Checksum: a2f2826a Exists: true

  Reading patch net.minecraft.client.KeyMapping.binpatch

    Checksum: ff185f76 Exists: true

  Reading patch net.minecraft.client.KeyboardHandler$1.binpatch

    Checksum: 27cdc3b6 Exists: true

  Reading patch net.minecraft.client.KeyboardHandler.binpatch

    Checksum: 5af5db71 Exists: true

  Reading patch net.minecraft.client.Minecraft$1.binpatch

    Checksum: 870ac6a2 Exists: true

  Reading patch net.minecraft.client.Minecraft$ChatStatus$1.binpatch

    Checksum: 7cc9b899 Exists: true

  Reading patch net.minecraft.client.Minecraft$ChatStatus$2.binpatch

    Checksum: 8e79b8ab Exists: true

  Reading patch net.minecraft.client.Minecraft$ChatStatus$3.binpatch

    Checksum: a772b8d6 Exists: true

  Reading patch net.minecraft.client.Minecraft$ChatStatus$4.binpatch

    Checksum: afecb8e0 Exists: true

  Reading patch net.minecraft.client.Minecraft$ChatStatus.binpatch

    Checksum: 4fafe55a Exists: true

  Reading patch net.minecraft.client.Minecraft$ExperimentalDialogType.binpatch

    Checksum: cf0e6aed Exists: true

  Reading patch net.minecraft.client.Minecraft$ServerStem.binpatch

    Checksum: 3e0f8923 Exists: true

  Reading patch net.minecraft.client.Minecraft.binpatch

    Checksum: 8e33b54 Exists: true

  Reading patch net.minecraft.client.MouseHandler.binpatch

    Checksum: 52bd3e16 Exists: true

  Reading patch net.minecraft.client.Options$1.binpatch

    Checksum: d7ef802a Exists: true

  Reading patch net.minecraft.client.Options$2.binpatch

    Checksum: 60fbace Exists: true

  Reading patch net.minecraft.client.Options$3.binpatch

    Checksum: ce3a3a99 Exists: true

  Reading patch net.minecraft.client.Options$4.binpatch

    Checksum: cbb7a8f1 Exists: true

  Reading patch net.minecraft.client.Options$FieldAccess.binpatch

    Checksum: 6f483eb4 Exists: true

  Reading patch net.minecraft.client.Options.binpatch

    Checksum: 116f951d Exists: true

  Reading patch net.minecraft.client.Screenshot.binpatch

    Checksum: b37a803 Exists: true

  Reading patch net.minecraft.client.ToggleKeyMapping.binpatch

    Checksum: 73ca44eb Exists: true

  Reading patch net.minecraft.client.User$Type.binpatch

    Checksum: ef0a439d Exists: true

  Reading patch net.minecraft.client.User.binpatch

    Checksum: 3d7d1eb2 Exists: true

  Reading patch net.minecraft.client.color.block.BlockColors.binpatch

    Checksum: 837be8d1 Exists: true

  Reading patch net.minecraft.client.color.item.ItemColors.binpatch

    Checksum: 1e96dcb9 Exists: true

  Reading patch net.minecraft.client.gui.Gui$HeartType.binpatch

    Checksum: 486191da Exists: true

  Reading patch net.minecraft.client.gui.Gui.binpatch

    Checksum: 9cab203a Exists: true

  Reading patch net.minecraft.client.gui.MapRenderer$MapInstance.binpatch

    Checksum: 10a752a9 Exists: true

  Reading patch net.minecraft.client.gui.MapRenderer.binpatch

    Checksum: c88c0d08 Exists: true

  Reading patch net.minecraft.client.gui.components.AbstractSelectionList$Entry.binpatch

    Checksum: ed26be71 Exists: true

  Reading patch net.minecraft.client.gui.components.AbstractSelectionList$SelectionDirection.binpatch

    Checksum: af469f93 Exists: true

  Reading patch net.minecraft.client.gui.components.AbstractSelectionList$TrackedList.binpatch

    Checksum: 49f69fff Exists: true

  Reading patch net.minecraft.client.gui.components.AbstractSelectionList.binpatch

    Checksum: 2ab5db75 Exists: true

  Reading patch net.minecraft.client.gui.components.AbstractWidget.binpatch

    Checksum: e8c233c7 Exists: true

  Reading patch net.minecraft.client.gui.components.BossHealthOverlay$1.binpatch

    Checksum: 65efbef6 Exists: true

  Reading patch net.minecraft.client.gui.components.BossHealthOverlay.binpatch

    Checksum: ad260478 Exists: true

  Reading patch net.minecraft.client.gui.components.DebugScreenOverlay$1.binpatch

    Checksum: 5909c1c5 Exists: true

  Reading patch net.minecraft.client.gui.components.DebugScreenOverlay.binpatch

    Checksum: 4c931f3e Exists: true

  Reading patch net.minecraft.client.gui.screens.DeathScreen.binpatch

    Checksum: deeafafc Exists: true

  Reading patch net.minecraft.client.gui.screens.LanguageSelectScreen$LanguageSelectionList$Entry.binpatch

    Checksum: f823a775 Exists: true

  Reading patch net.minecraft.client.gui.screens.LanguageSelectScreen$LanguageSelectionList.binpatch

    Checksum: 467a46cc Exists: true

  Reading patch net.minecraft.client.gui.screens.LanguageSelectScreen.binpatch

    Checksum: a3ee977a Exists: true

  Reading patch net.minecraft.client.gui.screens.LoadingOverlay$LogoTexture.binpatch

    Checksum: 69233ce4 Exists: true

  Reading patch net.minecraft.client.gui.screens.LoadingOverlay.binpatch

    Checksum: 3196d576 Exists: true

  Reading patch net.minecraft.client.gui.screens.MenuScreens$ScreenConstructor.binpatch

    Checksum: 9bbe50e1 Exists: true

  Reading patch net.minecraft.client.gui.screens.MenuScreens.binpatch

    Checksum: 78926b5e Exists: true

  Reading patch net.minecraft.client.gui.screens.OptionsScreen.binpatch

    Checksum: d361303c Exists: true

  Reading patch net.minecraft.client.gui.screens.Screen$NarratableSearchResult.binpatch

    Checksum: 92be4176 Exists: true

  Reading patch net.minecraft.client.gui.screens.Screen.binpatch

    Checksum: 298a30b3 Exists: true

  Reading patch net.minecraft.client.gui.screens.TitleScreen$1.binpatch

    Checksum: ee4bd107 Exists: true

  Reading patch net.minecraft.client.gui.screens.TitleScreen.binpatch

    Checksum: e7e89b78 Exists: true

  Reading patch net.minecraft.client.gui.screens.advancements.AdvancementTab.binpatch

    Checksum: 21ff095a Exists: true

  Reading patch net.minecraft.client.gui.screens.advancements.AdvancementTabType$1.binpatch

    Checksum: 514cd7ea Exists: true

  Reading patch net.minecraft.client.gui.screens.advancements.AdvancementTabType.binpatch

    Checksum: 6876f30e Exists: true

  Reading patch net.minecraft.client.gui.screens.advancements.AdvancementsScreen.binpatch

    Checksum: 65d93c22 Exists: true

  Reading patch net.minecraft.client.gui.screens.controls.ControlList$CategoryEntry$1.binpatch

    Checksum: a28f4d51 Exists: true

  Reading patch net.minecraft.client.gui.screens.controls.ControlList$CategoryEntry.binpatch

    Checksum: 548c5b65 Exists: true

  Reading patch net.minecraft.client.gui.screens.controls.ControlList$Entry.binpatch

    Checksum: f4cfea14 Exists: true

  Reading patch net.minecraft.client.gui.screens.controls.ControlList$KeyEntry$1.binpatch

    Checksum: c9e0cb9f Exists: true

  Reading patch net.minecraft.client.gui.screens.controls.ControlList$KeyEntry$2.binpatch

    Checksum: 7c356fe5 Exists: true

  Reading patch net.minecraft.client.gui.screens.controls.ControlList$KeyEntry.binpatch

    Checksum: d82121eb Exists: true

  Reading patch net.minecraft.client.gui.screens.controls.ControlList.binpatch

    Checksum: 9916048a Exists: true

  Reading patch net.minecraft.client.gui.screens.controls.ControlsScreen.binpatch

    Checksum: 9eca5d79 Exists: true

  Reading patch net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.binpatch

    Checksum: 791371d4 Exists: true

  Reading patch net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen$CustomCreativeSlot.binpatch

    Checksum: acf66ba4 Exists: true

  Reading patch net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen$ItemPickerMenu.binpatch

    Checksum: d3f9a1ed Exists: true

  Reading patch net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen$SlotWrapper.binpatch

    Checksum: 1cbfb097 Exists: true

  Reading patch net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen.binpatch

    Checksum: b112e9b9 Exists: true

  Reading patch net.minecraft.client.gui.screens.inventory.EffectRenderingInventoryScreen.binpatch

    Checksum: 620c6a40 Exists: true

  Reading patch net.minecraft.client.gui.screens.inventory.EnchantmentScreen.binpatch

    Checksum: 11bff49e Exists: true

  Reading patch net.minecraft.client.gui.screens.multiplayer.JoinMultiplayerScreen.binpatch

    Checksum: 7003d498 Exists: true

  Reading patch net.minecraft.client.gui.screens.multiplayer.ServerSelectionList$Entry.binpatch

    Checksum: 8727f112 Exists: true

  Reading patch net.minecraft.client.gui.screens.multiplayer.ServerSelectionList$LANHeader.binpatch

    Checksum: fc0ce2a9 Exists: true

  Reading patch net.minecraft.client.gui.screens.multiplayer.ServerSelectionList$NetworkServerEntry.binpatch

    Checksum: 7703a9ba Exists: true

  Reading patch net.minecraft.client.gui.screens.multiplayer.ServerSelectionList$OnlineServerEntry.binpatch

    Checksum: e60e9136 Exists: true

  Reading patch net.minecraft.client.gui.screens.multiplayer.ServerSelectionList.binpatch

    Checksum: 983dd759 Exists: true

  Reading patch net.minecraft.client.gui.screens.packs.PackSelectionModel$Entry.binpatch

    Checksum: 1bb75b06 Exists: true

  Reading patch net.minecraft.client.gui.screens.packs.PackSelectionModel$EntryBase.binpatch

    Checksum: ebffd8bb Exists: true

  Reading patch net.minecraft.client.gui.screens.packs.PackSelectionModel$SelectedPackEntry.binpatch

    Checksum: 1b746ca5 Exists: true

  Reading patch net.minecraft.client.gui.screens.packs.PackSelectionModel$UnselectedPackEntry.binpatch

    Checksum: c211712d Exists: true

  Reading patch net.minecraft.client.gui.screens.packs.PackSelectionModel.binpatch

    Checksum: 60579288 Exists: true

  Reading patch net.minecraft.client.gui.screens.packs.PackSelectionScreen$1.binpatch

    Checksum: f7532412 Exists: true

  Reading patch net.minecraft.client.gui.screens.packs.PackSelectionScreen$Watcher.binpatch

    Checksum: f32d5ef3 Exists: true

  Reading patch net.minecraft.client.gui.screens.packs.PackSelectionScreen.binpatch

    Checksum: 74d0f112 Exists: true

  Reading patch net.minecraft.client.gui.screens.recipebook.RecipeBookComponent.binpatch

    Checksum: 15ab7c53 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.CreateWorldScreen$1.binpatch

    Checksum: 62153186 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.CreateWorldScreen$OperationFailedException.binpatch

    Checksum: 8e1aba9a Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.CreateWorldScreen$SelectedGameMode.binpatch

    Checksum: 995f6739 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.CreateWorldScreen.binpatch

    Checksum: 2c40b596 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.WorldGenSettingsComponent.binpatch

    Checksum: 8828fcb8 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.WorldPreset$1.binpatch

    Checksum: fa8a6221 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.WorldPreset$2.binpatch

    Checksum: b8c06b9 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.WorldPreset$3.binpatch

    Checksum: 5b006251 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.WorldPreset$4.binpatch

    Checksum: a7f96192 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.WorldPreset$5.binpatch

    Checksum: d7659007 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.WorldPreset$6.binpatch

    Checksum: e3c8d389 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.WorldPreset$7.binpatch

    Checksum: bb6d9061 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.WorldPreset$8.binpatch

    Checksum: cad6ac56 Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.WorldPreset$PresetEditor.binpatch

    Checksum: 8c14a05a Exists: true

  Reading patch net.minecraft.client.gui.screens.worldselection.WorldPreset.binpatch

    Checksum: 7697886 Exists: true

  Reading patch net.minecraft.client.main.Main$1.binpatch

    Checksum: 3400c30c Exists: true

  Reading patch net.minecraft.client.main.Main$2.binpatch

    Checksum: eca4ff94 Exists: true

  Reading patch net.minecraft.client.main.Main$3.binpatch

    Checksum: c072312c Exists: true

  Reading patch net.minecraft.client.main.Main.binpatch

    Checksum: 23c4b73d Exists: true

  Reading patch net.minecraft.client.model.geom.LayerDefinitions.binpatch

    Checksum: 15240bf8 Exists: true

  Reading patch net.minecraft.client.multiplayer.ClientChunkCache$Storage.binpatch

    Checksum: 801b466f Exists: true

  Reading patch net.minecraft.client.multiplayer.ClientChunkCache.binpatch

    Checksum: b1ec8ea5 Exists: true

  Reading patch net.minecraft.client.multiplayer.ClientHandshakePacketListenerImpl.binpatch

    Checksum: fe9113ee Exists: true

  Reading patch net.minecraft.client.multiplayer.ClientLevel$1.binpatch

    Checksum: 9cd4cc49 Exists: true

  Reading patch net.minecraft.client.multiplayer.ClientLevel$ClientLevelData.binpatch

    Checksum: 26cd407c Exists: true

  Reading patch net.minecraft.client.multiplayer.ClientLevel$EntityCallbacks.binpatch

    Checksum: 56d02d2f Exists: true

  Reading patch net.minecraft.client.multiplayer.ClientLevel$MarkerParticleStatus.binpatch

    Checksum: 12da73ce Exists: true

  Reading patch net.minecraft.client.multiplayer.ClientLevel.binpatch

    Checksum: 4c2357db Exists: true

  Reading patch net.minecraft.client.multiplayer.ClientPacketListener$1.binpatch

    Checksum: f8aa3a2e Exists: true

  Reading patch net.minecraft.client.multiplayer.ClientPacketListener.binpatch

    Checksum: 6f4c1d21 Exists: true

  Reading patch net.minecraft.client.multiplayer.MultiPlayerGameMode.binpatch

    Checksum: 74c2e35 Exists: true

  Reading patch net.minecraft.client.multiplayer.PlayerInfo.binpatch

    Checksum: 1d81d15d Exists: true

  Reading patch net.minecraft.client.multiplayer.ServerData$ServerPackStatus.binpatch

    Checksum: e6968aa5 Exists: true

  Reading patch net.minecraft.client.multiplayer.ServerData.binpatch

    Checksum: f788b38f Exists: true

  Reading patch net.minecraft.client.multiplayer.ServerStatusPinger$1.binpatch

    Checksum: 10239f24 Exists: true

  Reading patch net.minecraft.client.multiplayer.ServerStatusPinger$2$1.binpatch

    Checksum: e4de6199 Exists: true

  Reading patch net.minecraft.client.multiplayer.ServerStatusPinger$2.binpatch

    Checksum: e9f28b11 Exists: true

  Reading patch net.minecraft.client.multiplayer.ServerStatusPinger.binpatch

    Checksum: b1cfc897 Exists: true

  Reading patch net.minecraft.client.particle.Particle.binpatch

    Checksum: 3593a45c Exists: true

  Reading patch net.minecraft.client.particle.ParticleEngine$MutableSpriteSet.binpatch

    Checksum: 291a02a9 Exists: true

  Reading patch net.minecraft.client.particle.ParticleEngine$SpriteParticleRegistration.binpatch

    Checksum: c588e59b Exists: true

  Reading patch net.minecraft.client.particle.ParticleEngine.binpatch

    Checksum: 87cb8f7e Exists: true

  Reading patch net.minecraft.client.particle.TerrainParticle$Provider.binpatch

    Checksum: bcf785d2 Exists: true

  Reading patch net.minecraft.client.particle.TerrainParticle.binpatch

    Checksum: b3112a8a Exists: true

  Reading patch net.minecraft.client.player.AbstractClientPlayer.binpatch

    Checksum: da612183 Exists: true

  Reading patch net.minecraft.client.player.LocalPlayer.binpatch

    Checksum: 8ec21436 Exists: true

  Reading patch net.minecraft.client.player.RemotePlayer.binpatch

    Checksum: dc863de7 Exists: true

  Reading patch net.minecraft.client.renderer.DimensionSpecialEffects$EndEffects.binpatch

    Checksum: 54c56098 Exists: true

  Reading patch net.minecraft.client.renderer.DimensionSpecialEffects$NetherEffects.binpatch

    Checksum: 9b611ee9 Exists: true

  Reading patch net.minecraft.client.renderer.DimensionSpecialEffects$OverworldEffects.binpatch

    Checksum: 21aa5ea4 Exists: true

  Reading patch net.minecraft.client.renderer.DimensionSpecialEffects$SkyType.binpatch

    Checksum: 48cf7c16 Exists: true

  Reading patch net.minecraft.client.renderer.DimensionSpecialEffects.binpatch

    Checksum: 9005201e Exists: true

  Reading patch net.minecraft.client.renderer.EffectInstance.binpatch

    Checksum: 408204a9 Exists: true

  Reading patch net.minecraft.client.renderer.FogRenderer$FogMode.binpatch

    Checksum: 37a24f0d Exists: true

  Reading patch net.minecraft.client.renderer.FogRenderer.binpatch

    Checksum: 4281582f Exists: true

  Reading patch net.minecraft.client.renderer.GameRenderer.binpatch

    Checksum: f4a6cf2b Exists: true

  Reading patch net.minecraft.client.renderer.ItemBlockRenderTypes.binpatch

    Checksum: 3a44fe6b Exists: true

  Reading patch net.minecraft.client.renderer.ItemInHandRenderer$1.binpatch

    Checksum: aa1bd4a5 Exists: true

  Reading patch net.minecraft.client.renderer.ItemInHandRenderer$HandRenderSelection.binpatch

    Checksum: d154c75 Exists: true

  Reading patch net.minecraft.client.renderer.ItemInHandRenderer.binpatch

    Checksum: 62e67716 Exists: true

  Reading patch net.minecraft.client.renderer.ItemModelShaper.binpatch

    Checksum: 9d503807 Exists: true

  Reading patch net.minecraft.client.renderer.LevelRenderer$RenderChunkInfo.binpatch

    Checksum: 41ccda3c Exists: true

  Reading patch net.minecraft.client.renderer.LevelRenderer$RenderInfoMap.binpatch

    Checksum: 767fed9d Exists: true

  Reading patch net.minecraft.client.renderer.LevelRenderer$TransparencyShaderException.binpatch

    Checksum: f0fdb3fe Exists: true

  Reading patch net.minecraft.client.renderer.LevelRenderer.binpatch

    Checksum: 96b1c877 Exists: true

  Reading patch net.minecraft.client.renderer.LightTexture.binpatch

    Checksum: fa6fe6f5 Exists: true

  Reading patch net.minecraft.client.renderer.PostChain.binpatch

    Checksum: 62e20b13 Exists: true

  Reading patch net.minecraft.client.renderer.ScreenEffectRenderer.binpatch

    Checksum: b3ec498d Exists: true

  Reading patch net.minecraft.client.renderer.Sheets$1.binpatch

    Checksum: 618cce91 Exists: true

  Reading patch net.minecraft.client.renderer.Sheets.binpatch

    Checksum: af9a742 Exists: true

  Reading patch net.minecraft.client.renderer.block.BlockModelShaper.binpatch

    Checksum: 3b959dcc Exists: true

  Reading patch net.minecraft.client.renderer.block.BlockRenderDispatcher$1.binpatch

    Checksum: 14edc830 Exists: true

  Reading patch net.minecraft.client.renderer.block.BlockRenderDispatcher.binpatch

    Checksum: da6fd3a9 Exists: true

  Reading patch net.minecraft.client.renderer.block.LiquidBlockRenderer.binpatch

    Checksum: 45c048b5 Exists: true

  Reading patch net.minecraft.client.renderer.block.ModelBlockRenderer$1.binpatch

    Checksum: 6f78d396 Exists: true

  Reading patch net.minecraft.client.renderer.block.ModelBlockRenderer$AdjacencyInfo.binpatch

    Checksum: d4f09be Exists: true

  Reading patch net.minecraft.client.renderer.block.ModelBlockRenderer$AmbientOcclusionFace.binpatch

    Checksum: 86d64314 Exists: true

  Reading patch net.minecraft.client.renderer.block.ModelBlockRenderer$AmbientVertexRemap.binpatch

    Checksum: c7f9bddb Exists: true

  Reading patch net.minecraft.client.renderer.block.ModelBlockRenderer$Cache$1.binpatch

    Checksum: 7cc0fbb0 Exists: true

  Reading patch net.minecraft.client.renderer.block.ModelBlockRenderer$Cache$2.binpatch

    Checksum: d657fc94 Exists: true

  Reading patch net.minecraft.client.renderer.block.ModelBlockRenderer$Cache.binpatch

    Checksum: 76a29d19 Exists: true

  Reading patch net.minecraft.client.renderer.block.ModelBlockRenderer$SizeInfo.binpatch

    Checksum: 694ace9c Exists: true

  Reading patch net.minecraft.client.renderer.block.ModelBlockRenderer.binpatch

    Checksum: 8f049d1a Exists: true

  Reading patch net.minecraft.client.renderer.block.model.BakedQuad.binpatch

    Checksum: db24251d Exists: true

  Reading patch net.minecraft.client.renderer.block.model.BlockModel$Deserializer.binpatch

    Checksum: 1f889501 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.BlockModel$GuiLight.binpatch

    Checksum: 80ec8257 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.BlockModel$LoopException.binpatch

    Checksum: 1df9998a Exists: true

  Reading patch net.minecraft.client.renderer.block.model.BlockModel.binpatch

    Checksum: 6cb80e42 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.FaceBakery$1.binpatch

    Checksum: 2955c822 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.FaceBakery.binpatch

    Checksum: 5af72d32 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemModelGenerator$1.binpatch

    Checksum: 2fe4fd3e Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemModelGenerator$Span.binpatch

    Checksum: cffa57e7 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemModelGenerator$SpanFacing.binpatch

    Checksum: a63469aa Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemModelGenerator.binpatch

    Checksum: fad6656e Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemOverrides$BakedOverride.binpatch

    Checksum: 117599d9 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemOverrides$PropertyMatcher.binpatch

    Checksum: 849e9e20 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemOverrides.binpatch

    Checksum: 370c6b4e Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.binpatch

    Checksum: b9d04c64 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemTransform.binpatch

    Checksum: b41314e4 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemTransforms$1.binpatch

    Checksum: aff3d0e Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.binpatch

    Checksum: a7a11824 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemTransforms$TransformType.binpatch

    Checksum: 58413c3 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.ItemTransforms.binpatch

    Checksum: 467c27d3 Exists: true

  Reading patch net.minecraft.client.renderer.block.model.MultiVariant$Deserializer.binpatch

    Checksum: e94a09ba Exists: true

  Reading patch net.minecraft.client.renderer.block.model.MultiVariant.binpatch

    Checksum: 9def7bf3 Exists: true

  Reading patch net.minecraft.client.renderer.blockentity.BlockEntityRenderers.binpatch

    Checksum: b2682dfb Exists: true

  Reading patch net.minecraft.client.renderer.blockentity.ChestRenderer.binpatch

    Checksum: ae9cd6f8 Exists: true

  Reading patch net.minecraft.client.renderer.blockentity.PistonHeadRenderer.binpatch

    Checksum: 8329ad48 Exists: true

  Reading patch net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$ChunkTaskResult.binpatch

    Checksum: 49d697d2 Exists: true

  Reading patch net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$CompiledChunk$1.binpatch

    Checksum: efecdd72 Exists: true

  Reading patch net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$CompiledChunk.binpatch

    Checksum: b4a6b225 Exists: true

  Reading patch net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$RenderChunk$ChunkCompileTask.binpatch

    Checksum: f078965e Exists: true

  Reading patch net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$RenderChunk$RebuildTask.binpatch

    Checksum: d36d9ee5 Exists: true

  Reading patch net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$RenderChunk$ResortTransparencyTask.binpatch

    Checksum: a16e23a3 Exists: true

  Reading patch net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$RenderChunk.binpatch

    Checksum: 506efdc7 Exists: true

  Reading patch net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.binpatch

    Checksum: b9b32fe2 Exists: true

  Reading patch net.minecraft.client.renderer.entity.EntityRenderDispatcher.binpatch

    Checksum: 89447f22 Exists: true

  Reading patch net.minecraft.client.renderer.entity.EntityRenderer.binpatch

    Checksum: 96fec266 Exists: true

  Reading patch net.minecraft.client.renderer.entity.FallingBlockRenderer.binpatch

    Checksum: 618d8aa9 Exists: true

  Reading patch net.minecraft.client.renderer.entity.ItemEntityRenderer.binpatch

    Checksum: f11f8a7a Exists: true

  Reading patch net.minecraft.client.renderer.entity.ItemFrameRenderer.binpatch

    Checksum: 9f46447a Exists: true

  Reading patch net.minecraft.client.renderer.entity.ItemRenderer.binpatch

    Checksum: 96712aad Exists: true

  Reading patch net.minecraft.client.renderer.entity.LivingEntityRenderer$1.binpatch

    Checksum: 6057552a Exists: true

  Reading patch net.minecraft.client.renderer.entity.LivingEntityRenderer.binpatch

    Checksum: 99989648 Exists: true

  Reading patch net.minecraft.client.renderer.entity.layers.ElytraLayer.binpatch

    Checksum: 490124b0 Exists: true

  Reading patch net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer$1.binpatch

    Checksum: 376bd7b8 Exists: true

  Reading patch net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer.binpatch

    Checksum: b0b4b36a Exists: true

  Reading patch net.minecraft.client.renderer.entity.player.PlayerRenderer.binpatch

    Checksum: 115a8315 Exists: true

  Reading patch net.minecraft.client.renderer.item.ItemProperties$1.binpatch

    Checksum: 1464a196 Exists: true

  Reading patch net.minecraft.client.renderer.item.ItemProperties$2.binpatch

    Checksum: 1d817c30 Exists: true

  Reading patch net.minecraft.client.renderer.item.ItemProperties$CompassWobble.binpatch

    Checksum: 4f67dcc5 Exists: true

  Reading patch net.minecraft.client.renderer.item.ItemProperties.binpatch

    Checksum: dfe29193 Exists: true

  Reading patch net.minecraft.client.renderer.texture.AbstractTexture.binpatch

    Checksum: 8d9dd939 Exists: true

  Reading patch net.minecraft.client.renderer.texture.Stitcher$Holder.binpatch

    Checksum: 2d40ac33 Exists: true

  Reading patch net.minecraft.client.renderer.texture.Stitcher$Region.binpatch

    Checksum: efdc3165 Exists: true

  Reading patch net.minecraft.client.renderer.texture.Stitcher$SpriteLoader.binpatch

    Checksum: 89ce9fa7 Exists: true

  Reading patch net.minecraft.client.renderer.texture.Stitcher.binpatch

    Checksum: 557fa10a Exists: true

  Reading patch net.minecraft.client.renderer.texture.TextureAtlas$Preparations.binpatch

    Checksum: 7e5561b6 Exists: true

  Reading patch net.minecraft.client.renderer.texture.TextureAtlas.binpatch

    Checksum: 592d7c66 Exists: true

  Reading patch net.minecraft.client.renderer.texture.TextureAtlasSprite$AnimatedTexture.binpatch

    Checksum: 6118bb0 Exists: true

  Reading patch net.minecraft.client.renderer.texture.TextureAtlasSprite$FrameInfo.binpatch

    Checksum: 2ccc9891 Exists: true

  Reading patch net.minecraft.client.renderer.texture.TextureAtlasSprite$Info.binpatch

    Checksum: cbd72e5d Exists: true

  Reading patch net.minecraft.client.renderer.texture.TextureAtlasSprite$InterpolationData.binpatch

    Checksum: c132c7d4 Exists: true

  Reading patch net.minecraft.client.renderer.texture.TextureAtlasSprite.binpatch

    Checksum: 4fedc34 Exists: true

  Reading patch net.minecraft.client.renderer.texture.TextureManager.binpatch

    Checksum: 2413e0c5 Exists: true

  Reading patch net.minecraft.client.resources.language.ClientLanguage.binpatch

    Checksum: fc42c11 Exists: true

  Reading patch net.minecraft.client.resources.language.I18n.binpatch

    Checksum: fa6a4d0 Exists: true

  Reading patch net.minecraft.client.resources.language.LanguageInfo.binpatch

    Checksum: f75cb78d Exists: true

  Reading patch net.minecraft.client.resources.language.LanguageManager.binpatch

    Checksum: a41de958 Exists: true

  Reading patch net.minecraft.client.resources.model.BakedModel.binpatch

    Checksum: aba02d47 Exists: true

  Reading patch net.minecraft.client.resources.model.ModelBakery$BlockStateDefinitionException.binpatch

    Checksum: 9201a817 Exists: true

  Reading patch net.minecraft.client.resources.model.ModelBakery$ModelGroupKey.binpatch

    Checksum: b752e44e Exists: true

  Reading patch net.minecraft.client.resources.model.ModelBakery.binpatch

    Checksum: bd102809 Exists: true

  Reading patch net.minecraft.client.resources.model.ModelManager.binpatch

    Checksum: 2e024f5a Exists: true

  Reading patch net.minecraft.client.resources.model.ModelResourceLocation.binpatch

    Checksum: 179fd231 Exists: true

  Reading patch net.minecraft.client.resources.model.ModelState.binpatch

    Checksum: 805a6e55 Exists: true

  Reading patch net.minecraft.client.resources.model.MultiPartBakedModel$Builder.binpatch

    Checksum: eb094f42 Exists: true

  Reading patch net.minecraft.client.resources.model.MultiPartBakedModel.binpatch

    Checksum: 786b8143 Exists: true

  Reading patch net.minecraft.client.resources.model.SimpleBakedModel$Builder.binpatch

    Checksum: a9967407 Exists: true

  Reading patch net.minecraft.client.resources.model.SimpleBakedModel.binpatch

    Checksum: deb94c2a Exists: true

  Reading patch net.minecraft.client.resources.model.UnbakedModel.binpatch

    Checksum: 57e52bd2 Exists: true

  Reading patch net.minecraft.client.resources.model.WeightedBakedModel$Builder.binpatch

    Checksum: 8af03117 Exists: true

  Reading patch net.minecraft.client.resources.model.WeightedBakedModel.binpatch

    Checksum: fe525acf Exists: true

  Reading patch net.minecraft.client.searchtree.SearchRegistry$Key.binpatch

    Checksum: 8687a1d3 Exists: true

  Reading patch net.minecraft.client.searchtree.SearchRegistry.binpatch

    Checksum: be69bb0f Exists: true

  Reading patch net.minecraft.client.server.IntegratedServer.binpatch

    Checksum: 13e56fd8 Exists: true

  Reading patch net.minecraft.client.sounds.SoundEngine.binpatch

    Checksum: 3e4fd007 Exists: true

  Reading patch net.minecraft.commands.Commands$CommandSelection.binpatch

    Checksum: fdb97cd1 Exists: true

  Reading patch net.minecraft.commands.Commands$ParseFunction.binpatch

    Checksum: b9617f5e Exists: true

  Reading patch net.minecraft.commands.Commands.binpatch

    Checksum: 313ad14c Exists: true

  Reading patch net.minecraft.commands.arguments.selector.EntitySelectorParser.binpatch

    Checksum: 2b6dcc6d Exists: true

  Reading patch net.minecraft.commands.synchronization.ArgumentTypes$Entry.binpatch

    Checksum: 3d7a845 Exists: true

  Reading patch net.minecraft.commands.synchronization.ArgumentTypes.binpatch

    Checksum: d248fee6 Exists: true

  Reading patch net.minecraft.core.Direction$1.binpatch

    Checksum: b3000da3 Exists: true

  Reading patch net.minecraft.core.Direction$Axis$1.binpatch

    Checksum: 9280d974 Exists: true

  Reading patch net.minecraft.core.Direction$Axis$2.binpatch

    Checksum: 5d93d970 Exists: true

  Reading patch net.minecraft.core.Direction$Axis$3.binpatch

    Checksum: 6d7fd9a3 Exists: true

  Reading patch net.minecraft.core.Direction$Axis.binpatch

    Checksum: 93294179 Exists: true

  Reading patch net.minecraft.core.Direction$AxisDirection.binpatch

    Checksum: 3a9aba01 Exists: true

  Reading patch net.minecraft.core.Direction$Plane.binpatch

    Checksum: 4e913afc Exists: true

  Reading patch net.minecraft.core.Direction.binpatch

    Checksum: 845fee74 Exists: true

  Reading patch net.minecraft.core.MappedRegistry$RegistryEntry.binpatch

    Checksum: 5abf1fb1 Exists: true

  Reading patch net.minecraft.core.MappedRegistry.binpatch

    Checksum: 17ef44e Exists: true

  Reading patch net.minecraft.core.Registry.binpatch

    Checksum: db741aa Exists: true

  Reading patch net.minecraft.core.RegistryAccess$RegistryData.binpatch

    Checksum: 589639b5 Exists: true

  Reading patch net.minecraft.core.RegistryAccess$RegistryHolder.binpatch

    Checksum: 1f5c95af Exists: true

  Reading patch net.minecraft.core.RegistryAccess.binpatch

    Checksum: 16f784aa Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$1.binpatch

    Checksum: 4387bc79 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$10.binpatch

    Checksum: 8dd84d39 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$11.binpatch

    Checksum: abd37312 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$12.binpatch

    Checksum: 7753afff Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$13.binpatch

    Checksum: 6ddf977e Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$14.binpatch

    Checksum: 38b90e5f Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$15.binpatch

    Checksum: e966e943 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$16.binpatch

    Checksum: 85c764fd Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$17.binpatch

    Checksum: 7f3bafb7 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$18.binpatch

    Checksum: 9edc9c3e Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$19.binpatch

    Checksum: ac430114 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$2.binpatch

    Checksum: bebd55c Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$20.binpatch

    Checksum: 855ae109 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$21.binpatch

    Checksum: b5b11cd1 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$22.binpatch

    Checksum: d939a90 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$23.binpatch

    Checksum: 9453cc23 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$24.binpatch

    Checksum: 297c363a Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$25.binpatch

    Checksum: 27447368 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$26.binpatch

    Checksum: b946ab3 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$3.binpatch

    Checksum: 39cac3b8 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$4.binpatch

    Checksum: 148c73b Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$5.binpatch

    Checksum: 7254c658 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$6.binpatch

    Checksum: 2edaf67a Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$7$1.binpatch

    Checksum: f3fc6f97 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$7.binpatch

    Checksum: f5a3088a Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$8$1.binpatch

    Checksum: 4ec36ff6 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$8.binpatch

    Checksum: 2fc308e6 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior$9.binpatch

    Checksum: 634363f1 Exists: true

  Reading patch net.minecraft.core.dispenser.DispenseItemBehavior.binpatch

    Checksum: c9e69ec4 Exists: true

  Reading patch net.minecraft.core.particles.BlockParticleOption$1.binpatch

    Checksum: 5a073ead Exists: true

  Reading patch net.minecraft.core.particles.BlockParticleOption.binpatch

    Checksum: 459595fd Exists: true

  Reading patch net.minecraft.core.particles.ItemParticleOption$1.binpatch

    Checksum: cd126f40 Exists: true

  Reading patch net.minecraft.core.particles.ItemParticleOption.binpatch

    Checksum: 90ec5b77 Exists: true

  Reading patch net.minecraft.core.particles.ParticleType.binpatch

    Checksum: 33b0aaf4 Exists: true

  Reading patch net.minecraft.core.particles.ParticleTypes$1.binpatch

    Checksum: 99db0607 Exists: true

  Reading patch net.minecraft.core.particles.ParticleTypes.binpatch

    Checksum: eae29565 Exists: true

  Reading patch net.minecraft.data.BuiltinRegistries.binpatch

    Checksum: 213b81d8 Exists: true

  Reading patch net.minecraft.data.DataGenerator.binpatch

    Checksum: ff2d9db4 Exists: true

  Reading patch net.minecraft.data.HashCache.binpatch

    Checksum: 839631ff Exists: true

  Reading patch net.minecraft.data.Main.binpatch

    Checksum: c41a9213 Exists: true

  Reading patch net.minecraft.data.loot.BlockLoot.binpatch

    Checksum: 5ed3fcfe Exists: true

  Reading patch net.minecraft.data.loot.EntityLoot.binpatch

    Checksum: 360fa12a Exists: true

  Reading patch net.minecraft.data.loot.LootTableProvider.binpatch

    Checksum: 1c71b120 Exists: true

  Reading patch net.minecraft.data.recipes.RecipeProvider.binpatch

    Checksum: efa0c58b Exists: true

  Reading patch net.minecraft.data.tags.BlockTagsProvider.binpatch

    Checksum: 5f5a860d Exists: true

  Reading patch net.minecraft.data.tags.EntityTypeTagsProvider.binpatch

    Checksum: 8429b2ff Exists: true

  Reading patch net.minecraft.data.tags.FluidTagsProvider.binpatch

    Checksum: aae24249 Exists: true

  Reading patch net.minecraft.data.tags.ItemTagsProvider.binpatch

    Checksum: e9c801e9 Exists: true

  Reading patch net.minecraft.data.tags.TagsProvider$TagAppender.binpatch

    Checksum: fadf743a Exists: true

  Reading patch net.minecraft.data.tags.TagsProvider.binpatch

    Checksum: 5ceae59a Exists: true

  Reading patch net.minecraft.data.worldgen.biome.Biomes.binpatch

    Checksum: a3e590a0 Exists: true

  Reading patch net.minecraft.locale.Language$1.binpatch

    Checksum: 44f3ddbf Exists: true

  Reading patch net.minecraft.locale.Language.binpatch

    Checksum: 76cb1aa7 Exists: true

  Reading patch net.minecraft.nbt.CompoundTag$1.binpatch

    Checksum: 849df90d Exists: true

  Reading patch net.minecraft.nbt.CompoundTag.binpatch

    Checksum: f3d07b36 Exists: true

  Reading patch net.minecraft.nbt.NbtAccounter$1.binpatch

    Checksum: 805f6323 Exists: true

  Reading patch net.minecraft.nbt.NbtAccounter.binpatch

    Checksum: ac144223 Exists: true

  Reading patch net.minecraft.nbt.NbtIo.binpatch

    Checksum: 3eb9e44f Exists: true

  Reading patch net.minecraft.nbt.StringTag$1.binpatch

    Checksum: 29c08ac1 Exists: true

  Reading patch net.minecraft.nbt.StringTag.binpatch

    Checksum: fc2c0bcd Exists: true

  Reading patch net.minecraft.network.CompressionEncoder.binpatch

    Checksum: 869e0ccc Exists: true

  Reading patch net.minecraft.network.Connection$1.binpatch

    Checksum: 3c0ea12c Exists: true

  Reading patch net.minecraft.network.Connection$2.binpatch

    Checksum: edff4550 Exists: true

  Reading patch net.minecraft.network.Connection$PacketHolder.binpatch

    Checksum: 30c1a6da Exists: true

  Reading patch net.minecraft.network.Connection.binpatch

    Checksum: c927465e Exists: true

  Reading patch net.minecraft.network.FriendlyByteBuf.binpatch

    Checksum: 9787cbe9 Exists: true

  Reading patch net.minecraft.network.PacketEncoder.binpatch

    Checksum: e2441096 Exists: true

  Reading patch net.minecraft.network.chat.Style$1.binpatch

    Checksum: 82c2c8a1 Exists: true

  Reading patch net.minecraft.network.chat.Style$Serializer.binpatch

    Checksum: 1ca4888a Exists: true

  Reading patch net.minecraft.network.chat.Style.binpatch

    Checksum: 6bdfa583 Exists: true

  Reading patch net.minecraft.network.chat.TranslatableComponent.binpatch

    Checksum: 7a84d759 Exists: true

  Reading patch net.minecraft.network.protocol.game.ClientboundCommandsPacket$Entry.binpatch

    Checksum: c53a3d99 Exists: true

  Reading patch net.minecraft.network.protocol.game.ClientboundCommandsPacket.binpatch

    Checksum: eca4bb47 Exists: true

  Reading patch net.minecraft.network.protocol.game.ClientboundCustomPayloadPacket.binpatch

    Checksum: b2779efb Exists: true

  Reading patch net.minecraft.network.protocol.game.ClientboundUpdateAttributesPacket$AttributeSnapshot.binpatch

    Checksum: c462dd40 Exists: true

  Reading patch net.minecraft.network.protocol.game.ClientboundUpdateAttributesPacket.binpatch

    Checksum: f70bfaa9 Exists: true

  Reading patch net.minecraft.network.protocol.game.ServerboundContainerClickPacket.binpatch

    Checksum: f05723ad Exists: true

  Reading patch net.minecraft.network.protocol.game.ServerboundCustomPayloadPacket.binpatch

    Checksum: 4f2beff7 Exists: true

  Reading patch net.minecraft.network.protocol.game.ServerboundSetCreativeModeSlotPacket.binpatch

    Checksum: 94b93e0f Exists: true

  Reading patch net.minecraft.network.protocol.handshake.ClientIntentionPacket.binpatch

    Checksum: a2e2590 Exists: true

  Reading patch net.minecraft.network.protocol.login.ClientboundCustomQueryPacket.binpatch

    Checksum: 2eaf0719 Exists: true

  Reading patch net.minecraft.network.protocol.login.ServerboundCustomQueryPacket.binpatch

    Checksum: 1f2fca4d Exists: true

  Reading patch net.minecraft.network.protocol.status.ClientboundStatusResponsePacket.binpatch

    Checksum: c3b5b0a Exists: true

  Reading patch net.minecraft.network.protocol.status.ServerStatus$Players$Serializer.binpatch

    Checksum: 4737191b Exists: true

  Reading patch net.minecraft.network.protocol.status.ServerStatus$Players.binpatch

    Checksum: a8e7f780 Exists: true

  Reading patch net.minecraft.network.protocol.status.ServerStatus$Serializer.binpatch

    Checksum: 27e5575f Exists: true

  Reading patch net.minecraft.network.protocol.status.ServerStatus$Version$Serializer.binpatch

    Checksum: f0ccdac8 Exists: true

  Reading patch net.minecraft.network.protocol.status.ServerStatus$Version.binpatch

    Checksum: f998d3d7 Exists: true

  Reading patch net.minecraft.network.protocol.status.ServerStatus.binpatch

    Checksum: 12bc4057 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$1.binpatch

    Checksum: 292d76e Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$10.binpatch

    Checksum: 986e919 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$11.binpatch

    Checksum: 10d31177 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$12.binpatch

    Checksum: 71af0973 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$13.binpatch

    Checksum: f27c33bd Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$14.binpatch

    Checksum: 39d405a9 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$15.binpatch

    Checksum: 407ef65 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$16.binpatch

    Checksum: 366f12cb Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$17.binpatch

    Checksum: ae58277d Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$18.binpatch

    Checksum: fd6c1ca7 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$19.binpatch

    Checksum: 656e14e6 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$2.binpatch

    Checksum: 8eecedbe Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$3.binpatch

    Checksum: 53f3de4d Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$4.binpatch

    Checksum: 17c0eab9 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$5.binpatch

    Checksum: a4812821 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$6.binpatch

    Checksum: 9b7d59a3 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$7.binpatch

    Checksum: 3bf82ad6 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$8.binpatch

    Checksum: a2d0924e Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers$9.binpatch

    Checksum: 3beaed69 Exists: true

  Reading patch net.minecraft.network.syncher.EntityDataSerializers.binpatch

    Checksum: 5d646e64 Exists: true

  Reading patch net.minecraft.network.syncher.SynchedEntityData$DataItem.binpatch

    Checksum: cae64a16 Exists: true

  Reading patch net.minecraft.network.syncher.SynchedEntityData.binpatch

    Checksum: 1a5b835f Exists: true

  Reading patch net.minecraft.recipebook.PlaceRecipe.binpatch

    Checksum: d745d490 Exists: true

  Reading patch net.minecraft.resources.RegistryReadOps$1.binpatch

    Checksum: 2181e1d7 Exists: true

  Reading patch net.minecraft.resources.RegistryReadOps$ReadCache.binpatch

    Checksum: 29f01ecc Exists: true

  Reading patch net.minecraft.resources.RegistryReadOps$ResourceAccess$1.binpatch

    Checksum: bced0e6c Exists: true

  Reading patch net.minecraft.resources.RegistryReadOps$ResourceAccess$MemoryMap.binpatch

    Checksum: 6a31072f Exists: true

  Reading patch net.minecraft.resources.RegistryReadOps$ResourceAccess.binpatch

    Checksum: b700be59 Exists: true

  Reading patch net.minecraft.resources.RegistryReadOps.binpatch

    Checksum: f73f5a23 Exists: true

  Reading patch net.minecraft.resources.ResourceKey.binpatch

    Checksum: 1448c2f8 Exists: true

  Reading patch net.minecraft.resources.ResourceLocation$Serializer.binpatch

    Checksum: 286ae72d Exists: true

  Reading patch net.minecraft.resources.ResourceLocation.binpatch

    Checksum: db9af97b Exists: true

  Reading patch net.minecraft.server.Bootstrap$1.binpatch

    Checksum: 62df2f51 Exists: true

  Reading patch net.minecraft.server.Bootstrap.binpatch

    Checksum: c77fe539 Exists: true

  Reading patch net.minecraft.server.Main$1.binpatch

    Checksum: b75cc17 Exists: true

  Reading patch net.minecraft.server.Main.binpatch

    Checksum: 565516b9 Exists: true

  Reading patch net.minecraft.server.MinecraftServer$1.binpatch

    Checksum: c5288844 Exists: true

  Reading patch net.minecraft.server.MinecraftServer$2.binpatch

    Checksum: 115a97b8 Exists: true

  Reading patch net.minecraft.server.MinecraftServer$TimeProfiler$1.binpatch

    Checksum: 19e9f041 Exists: true

  Reading patch net.minecraft.server.MinecraftServer$TimeProfiler.binpatch

    Checksum: 508b0c58 Exists: true

  Reading patch net.minecraft.server.MinecraftServer.binpatch

    Checksum: 2a8cb056 Exists: true

  Reading patch net.minecraft.server.PlayerAdvancements$1.binpatch

    Checksum: ed5cbf66 Exists: true

  Reading patch net.minecraft.server.PlayerAdvancements.binpatch

    Checksum: da0ca6b7 Exists: true

  Reading patch net.minecraft.server.ServerAdvancementManager.binpatch

    Checksum: 61afad5e Exists: true

  Reading patch net.minecraft.server.ServerResources.binpatch

    Checksum: 4114c3d4 Exists: true

  Reading patch net.minecraft.server.commands.LocateCommand.binpatch

    Checksum: 95c90dfa Exists: true

  Reading patch net.minecraft.server.commands.SpreadPlayersCommand$Position.binpatch

    Checksum: a129916f Exists: true

  Reading patch net.minecraft.server.commands.SpreadPlayersCommand.binpatch

    Checksum: cf3f23a8 Exists: true

  Reading patch net.minecraft.server.commands.TeleportCommand$LookAt.binpatch

    Checksum: c6de961c Exists: true

  Reading patch net.minecraft.server.commands.TeleportCommand.binpatch

    Checksum: b6ab11b4 Exists: true

  Reading patch net.minecraft.server.dedicated.DedicatedServer$1.binpatch

    Checksum: 91c1faf0 Exists: true

  Reading patch net.minecraft.server.dedicated.DedicatedServer.binpatch

    Checksum: ea2b4f86 Exists: true

  Reading patch net.minecraft.server.dedicated.ServerWatchdog$1.binpatch

    Checksum: f0b0c5b7 Exists: true

  Reading patch net.minecraft.server.dedicated.ServerWatchdog.binpatch

    Checksum: 607cd907 Exists: true

  Reading patch net.minecraft.server.dedicated.Settings$MutableValue.binpatch

    Checksum: ad28e66 Exists: true

  Reading patch net.minecraft.server.dedicated.Settings.binpatch

    Checksum: b2f58754 Exists: true

  Reading patch net.minecraft.server.gui.MinecraftServerGui$1.binpatch

    Checksum: c0f1b9be Exists: true

  Reading patch net.minecraft.server.gui.MinecraftServerGui$2.binpatch

    Checksum: de18d193 Exists: true

  Reading patch net.minecraft.server.gui.MinecraftServerGui.binpatch

    Checksum: 9a973221 Exists: true

  Reading patch net.minecraft.server.level.ChunkHolder$1.binpatch

    Checksum: a945a87d Exists: true

  Reading patch net.minecraft.server.level.ChunkHolder$ChunkLoadingFailure$1.binpatch

    Checksum: c7e2a7a5 Exists: true

  Reading patch net.minecraft.server.level.ChunkHolder$ChunkLoadingFailure.binpatch

    Checksum: 16df90d1 Exists: true

  Reading patch net.minecraft.server.level.ChunkHolder$ChunkSaveDebug.binpatch

    Checksum: bafdeb7c Exists: true

  Reading patch net.minecraft.server.level.ChunkHolder$FullChunkStatus.binpatch

    Checksum: f6d6b560 Exists: true

  Reading patch net.minecraft.server.level.ChunkHolder$LevelChangeListener.binpatch

    Checksum: 195ba371 Exists: true

  Reading patch net.minecraft.server.level.ChunkHolder$PlayerProvider.binpatch

    Checksum: c13fa4ce Exists: true

  Reading patch net.minecraft.server.level.ChunkHolder.binpatch

    Checksum: b8140982 Exists: true

  Reading patch net.minecraft.server.level.ChunkMap$1.binpatch

    Checksum: 9a2ae268 Exists: true

  Reading patch net.minecraft.server.level.ChunkMap$2.binpatch

    Checksum: cd866905 Exists: true

  Reading patch net.minecraft.server.level.ChunkMap$DistanceManager.binpatch

    Checksum: ea7bc649 Exists: true

  Reading patch net.minecraft.server.level.ChunkMap$TrackedEntity.binpatch

    Checksum: 10adee06 Exists: true

  Reading patch net.minecraft.server.level.ChunkMap.binpatch

    Checksum: 7d8a75bd Exists: true

  Reading patch net.minecraft.server.level.DistanceManager$ChunkTicketTracker.binpatch

    Checksum: 53f17e4b Exists: true

  Reading patch net.minecraft.server.level.DistanceManager$FixedPlayerDistanceChunkTracker.binpatch

    Checksum: ec39c980 Exists: true

  Reading patch net.minecraft.server.level.DistanceManager$PlayerTicketTracker.binpatch

    Checksum: bb3145f Exists: true

  Reading patch net.minecraft.server.level.DistanceManager.binpatch

    Checksum: ab307c76 Exists: true

  Reading patch net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.binpatch

    Checksum: b0a53137 Exists: true

  Reading patch net.minecraft.server.level.ServerChunkCache.binpatch

    Checksum: 55f1dd24 Exists: true

  Reading patch net.minecraft.server.level.ServerEntity.binpatch

    Checksum: dfb99bb3 Exists: true

  Reading patch net.minecraft.server.level.ServerLevel$EntityCallbacks.binpatch

    Checksum: ecac9ee7 Exists: true

  Reading patch net.minecraft.server.level.ServerLevel.binpatch

    Checksum: f62da266 Exists: true

  Reading patch net.minecraft.server.level.ServerPlayer$1.binpatch

    Checksum: 46729277 Exists: true

  Reading patch net.minecraft.server.level.ServerPlayer$2.binpatch

    Checksum: 201774ae Exists: true

  Reading patch net.minecraft.server.level.ServerPlayer$3.binpatch

    Checksum: 6cd7c45c Exists: true

  Reading patch net.minecraft.server.level.ServerPlayer.binpatch

    Checksum: 6a6432f5 Exists: true

  Reading patch net.minecraft.server.level.ServerPlayerGameMode.binpatch

    Checksum: 702ac65c Exists: true

  Reading patch net.minecraft.server.level.Ticket.binpatch

    Checksum: b6638e21 Exists: true

  Reading patch net.minecraft.server.network.MemoryServerHandshakePacketListenerImpl.binpatch

    Checksum: 9916ea19 Exists: true

  Reading patch net.minecraft.server.network.ServerConnectionListener$1.binpatch

    Checksum: db59f11a Exists: true

  Reading patch net.minecraft.server.network.ServerConnectionListener$2.binpatch

    Checksum: 54e15eba Exists: true

  Reading patch net.minecraft.server.network.ServerConnectionListener$LatencySimulator$DelayedMessage.binpatch

    Checksum: 4163fcc1 Exists: true

  Reading patch net.minecraft.server.network.ServerConnectionListener$LatencySimulator.binpatch

    Checksum: ea798160 Exists: true

  Reading patch net.minecraft.server.network.ServerConnectionListener.binpatch

    Checksum: 431b9e13 Exists: true

  Reading patch net.minecraft.server.network.ServerGamePacketListenerImpl$1.binpatch

    Checksum: bb1842e8 Exists: true

  Reading patch net.minecraft.server.network.ServerGamePacketListenerImpl$2.binpatch

    Checksum: 73e6e41d Exists: true

  Reading patch net.minecraft.server.network.ServerGamePacketListenerImpl$EntityInteraction.binpatch

    Checksum: 42cab319 Exists: true

  Reading patch net.minecraft.server.network.ServerGamePacketListenerImpl.binpatch

    Checksum: d39f03f6 Exists: true

  Reading patch net.minecraft.server.network.ServerHandshakePacketListenerImpl$1.binpatch

    Checksum: 139c569 Exists: true

  Reading patch net.minecraft.server.network.ServerHandshakePacketListenerImpl.binpatch

    Checksum: 89f5bf77 Exists: true

  Reading patch net.minecraft.server.network.ServerLoginPacketListenerImpl$1.binpatch

    Checksum: 8076a98b Exists: true

  Reading patch net.minecraft.server.network.ServerLoginPacketListenerImpl$State.binpatch

    Checksum: 800c700 Exists: true

  Reading patch net.minecraft.server.network.ServerLoginPacketListenerImpl.binpatch

    Checksum: 7a4d02cf Exists: true

  Reading patch net.minecraft.server.packs.PackResources.binpatch

    Checksum: f854e9c Exists: true

  Reading patch net.minecraft.server.packs.VanillaPackResources$1.binpatch

    Checksum: 7818fbfb Exists: true

  Reading patch net.minecraft.server.packs.VanillaPackResources.binpatch

    Checksum: bd41b79b Exists: true

  Reading patch net.minecraft.server.packs.repository.Pack$PackConstructor.binpatch

    Checksum: 2499ba38 Exists: true

  Reading patch net.minecraft.server.packs.repository.Pack$Position.binpatch

    Checksum: cc710d72 Exists: true

  Reading patch net.minecraft.server.packs.repository.Pack.binpatch

    Checksum: 51b0f094 Exists: true

  Reading patch net.minecraft.server.packs.repository.PackRepository.binpatch

    Checksum: 5486f6c5 Exists: true

  Reading patch net.minecraft.server.packs.resources.FallbackResourceManager$LeakedResourceWarningInputStream.binpatch

    Checksum: 8cc19522 Exists: true

  Reading patch net.minecraft.server.packs.resources.FallbackResourceManager.binpatch

    Checksum: 57c0b0c3 Exists: true

  Reading patch net.minecraft.server.packs.resources.ResourceManager$Empty.binpatch

    Checksum: e729e9ec Exists: true

  Reading patch net.minecraft.server.packs.resources.ResourceManager.binpatch

    Checksum: f1e398cc Exists: true

  Reading patch net.minecraft.server.packs.resources.ResourceManagerReloadListener.binpatch

    Checksum: b9096cd8 Exists: true

  Reading patch net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener.binpatch

    Checksum: dc1c7b2c Exists: true

  Reading patch net.minecraft.server.packs.resources.SimpleReloadableResourceManager$FailingReloadInstance.binpatch

    Checksum: 1eec0b40 Exists: true

  Reading patch net.minecraft.server.packs.resources.SimpleReloadableResourceManager$ResourcePackLoadingFailure.binpatch

    Checksum: 9d6b3aa0 Exists: true

  Reading patch net.minecraft.server.packs.resources.SimpleReloadableResourceManager.binpatch

    Checksum: 7cc5dab4 Exists: true

  Reading patch net.minecraft.server.players.PlayerList$1.binpatch

    Checksum: edae6b7c Exists: true

  Reading patch net.minecraft.server.players.PlayerList.binpatch

    Checksum: f8ee484d Exists: true

  Reading patch net.minecraft.server.rcon.RconConsoleSource.binpatch

    Checksum: 2af1f4ff Exists: true

  Reading patch net.minecraft.server.rcon.thread.RconClient.binpatch

    Checksum: 9b0fb0e7 Exists: true

  Reading patch net.minecraft.sounds.SoundEvent.binpatch

    Checksum: 3d861666 Exists: true

  Reading patch net.minecraft.sounds.SoundEvents.binpatch

    Checksum: 40bd797b Exists: true

  Reading patch net.minecraft.stats.StatType.binpatch

    Checksum: 77cc640f Exists: true

  Reading patch net.minecraft.tags.BlockTags.binpatch

    Checksum: 1c84a8b Exists: true

  Reading patch net.minecraft.tags.EntityTypeTags.binpatch

    Checksum: 20e0b1fc Exists: true

  Reading patch net.minecraft.tags.FluidTags.binpatch

    Checksum: ed8cbef8 Exists: true

  Reading patch net.minecraft.tags.ItemTags.binpatch

    Checksum: ef17bc8d Exists: true

  Reading patch net.minecraft.tags.StaticTagHelper$OptionalNamedTag.binpatch

    Checksum: 0 Exists: false

  Reading patch net.minecraft.tags.StaticTagHelper$Wrapper.binpatch

    Checksum: 6bcb3135 Exists: true

  Reading patch net.minecraft.tags.StaticTagHelper.binpatch

    Checksum: 14d84b7c Exists: true

  Reading patch net.minecraft.tags.StaticTags.binpatch

    Checksum: 5dcf6239 Exists: true

  Reading patch net.minecraft.tags.Tag$Builder.binpatch

    Checksum: da56c833 Exists: true

  Reading patch net.minecraft.tags.Tag$BuilderEntry.binpatch

    Checksum: dd987ff1 Exists: true

  Reading patch net.minecraft.tags.Tag$ElementEntry.binpatch

    Checksum: c0d4636b Exists: true

  Reading patch net.minecraft.tags.Tag$Entry.binpatch

    Checksum: 4c3509f9 Exists: true

  Reading patch net.minecraft.tags.Tag$Named.binpatch

    Checksum: 666371fa Exists: true

  Reading patch net.minecraft.tags.Tag$OptionalElementEntry.binpatch

    Checksum: 861a5a63 Exists: true

  Reading patch net.minecraft.tags.Tag$OptionalTagEntry.binpatch

    Checksum: 5846d868 Exists: true

  Reading patch net.minecraft.tags.Tag$TagEntry.binpatch

    Checksum: e2c47e06 Exists: true

  Reading patch net.minecraft.tags.Tag.binpatch

    Checksum: f3dc537b Exists: true

  Reading patch net.minecraft.tags.TagContainer$1.binpatch

    Checksum: 7586274e Exists: true

  Reading patch net.minecraft.tags.TagContainer$Builder.binpatch

    Checksum: 84775329 Exists: true

  Reading patch net.minecraft.tags.TagContainer$CollectionConsumer.binpatch

    Checksum: 4544c15a Exists: true

  Reading patch net.minecraft.tags.TagContainer.binpatch

    Checksum: d2f70cc8 Exists: true

  Reading patch net.minecraft.tags.TagManager$LoaderInfo.binpatch

    Checksum: 74e26317 Exists: true

  Reading patch net.minecraft.tags.TagManager.binpatch

    Checksum: 3d80f516 Exists: true

  Reading patch net.minecraft.world.effect.MobEffect.binpatch

    Checksum: 506431e0 Exists: true

  Reading patch net.minecraft.world.effect.MobEffectCategory.binpatch

    Checksum: 589a051 Exists: true

  Reading patch net.minecraft.world.effect.MobEffectInstance.binpatch

    Checksum: 5dd7bb36 Exists: true

  Reading patch net.minecraft.world.effect.MobEffects$1.binpatch

    Checksum: 452c1c7d Exists: true

  Reading patch net.minecraft.world.effect.MobEffects.binpatch

    Checksum: 84c824c1 Exists: true

  Reading patch net.minecraft.world.entity.Entity$1.binpatch

    Checksum: 8d8816e9 Exists: true

  Reading patch net.minecraft.world.entity.Entity$MoveFunction.binpatch

    Checksum: 29926be7 Exists: true

  Reading patch net.minecraft.world.entity.Entity$MovementEmission.binpatch

    Checksum: 3351b64e Exists: true

  Reading patch net.minecraft.world.entity.Entity$RemovalReason.binpatch

    Checksum: 3e3eb132 Exists: true

  Reading patch net.minecraft.world.entity.Entity.binpatch

    Checksum: 855a9c39 Exists: true

  Reading patch net.minecraft.world.entity.EntityType$1.binpatch

    Checksum: 972e48f9 Exists: true

  Reading patch net.minecraft.world.entity.EntityType$Builder.binpatch

    Checksum: d9ecb073 Exists: true

  Reading patch net.minecraft.world.entity.EntityType$EntityFactory.binpatch

    Checksum: 2341be9f Exists: true

  Reading patch net.minecraft.world.entity.EntityType.binpatch

    Checksum: c9c472f2 Exists: true

  Reading patch net.minecraft.world.entity.ExperienceOrb.binpatch

    Checksum: 6780a8e0 Exists: true

  Reading patch net.minecraft.world.entity.FlyingMob.binpatch

    Checksum: a364b0a6 Exists: true

  Reading patch net.minecraft.world.entity.LightningBolt.binpatch

    Checksum: 93d1b20d Exists: true

  Reading patch net.minecraft.world.entity.LivingEntity$1.binpatch

    Checksum: e1f53f17 Exists: true

  Reading patch net.minecraft.world.entity.LivingEntity.binpatch

    Checksum: 6f07beba Exists: true

  Reading patch net.minecraft.world.entity.Mob$1.binpatch

    Checksum: 44232200 Exists: true

  Reading patch net.minecraft.world.entity.Mob.binpatch

    Checksum: c9eee74 Exists: true

  Reading patch net.minecraft.world.entity.MobCategory.binpatch

    Checksum: 6288edc2 Exists: true

  Reading patch net.minecraft.world.entity.Shearable.binpatch

    Checksum: 671d32ef Exists: true

  Reading patch net.minecraft.world.entity.SpawnPlacements$Data.binpatch

    Checksum: d898eaad Exists: true

  Reading patch net.minecraft.world.entity.SpawnPlacements$SpawnPredicate.binpatch

    Checksum: 3efc2bbf Exists: true

  Reading patch net.minecraft.world.entity.SpawnPlacements$Type.binpatch

    Checksum: d7616dbc Exists: true

  Reading patch net.minecraft.world.entity.SpawnPlacements.binpatch

    Checksum: 5395b5c1 Exists: true

  Reading patch net.minecraft.world.entity.ai.attributes.Attribute.binpatch

    Checksum: 360dbfe2 Exists: true

  Reading patch net.minecraft.world.entity.ai.attributes.AttributeSupplier$Builder.binpatch

    Checksum: a881c3b6 Exists: true

  Reading patch net.minecraft.world.entity.ai.attributes.AttributeSupplier.binpatch

    Checksum: 6c2a4d90 Exists: true

  Reading patch net.minecraft.world.entity.ai.behavior.CrossbowAttack$CrossbowState.binpatch

    Checksum: 83de9eeb Exists: true

  Reading patch net.minecraft.world.entity.ai.behavior.CrossbowAttack.binpatch

    Checksum: 571227ca Exists: true

  Reading patch net.minecraft.world.entity.ai.behavior.HarvestFarmland.binpatch

    Checksum: 54725bc2 Exists: true

  Reading patch net.minecraft.world.entity.ai.goal.BreakDoorGoal.binpatch

    Checksum: 5371e433 Exists: true

  Reading patch net.minecraft.world.entity.ai.goal.EatBlockGoal.binpatch

    Checksum: 2b616268 Exists: true

  Reading patch net.minecraft.world.entity.ai.goal.MeleeAttackGoal.binpatch

    Checksum: be1bdb3f Exists: true

  Reading patch net.minecraft.world.entity.ai.goal.RangedBowAttackGoal.binpatch

    Checksum: d180bdb7 Exists: true

  Reading patch net.minecraft.world.entity.ai.goal.RangedCrossbowAttackGoal$CrossbowState.binpatch

    Checksum: cf52ad87 Exists: true

  Reading patch net.minecraft.world.entity.ai.goal.RangedCrossbowAttackGoal.binpatch

    Checksum: b4f60c3a Exists: true

  Reading patch net.minecraft.world.entity.ai.goal.RemoveBlockGoal.binpatch

    Checksum: 90b38065 Exists: true

  Reading patch net.minecraft.world.entity.ai.goal.RunAroundLikeCrazyGoal.binpatch

    Checksum: 4145705a Exists: true

  Reading patch net.minecraft.world.entity.ai.memory.MemoryModuleType.binpatch

    Checksum: 57e85c42 Exists: true

  Reading patch net.minecraft.world.entity.ai.navigation.PathNavigation.binpatch

    Checksum: 47792c30 Exists: true

  Reading patch net.minecraft.world.entity.ai.navigation.WallClimberNavigation.binpatch

    Checksum: 6170c25a Exists: true

  Reading patch net.minecraft.world.entity.ai.sensing.SensorType.binpatch

    Checksum: 7b3e3661 Exists: true

  Reading patch net.minecraft.world.entity.ai.village.VillageSiege$State.binpatch

    Checksum: d470736d Exists: true

  Reading patch net.minecraft.world.entity.ai.village.VillageSiege.binpatch

    Checksum: cabc3db8 Exists: true

  Reading patch net.minecraft.world.entity.ai.village.poi.PoiType.binpatch

    Checksum: 5b4b8d54 Exists: true

  Reading patch net.minecraft.world.entity.animal.Animal.binpatch

    Checksum: 1a045362 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$1.binpatch

    Checksum: eb6b25f0 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$BaseBeeGoal.binpatch

    Checksum: 281cc582 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$BeeAttackGoal.binpatch

    Checksum: dbd81d09 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$BeeBecomeAngryTargetGoal.binpatch

    Checksum: c017de81 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$BeeEnterHiveGoal.binpatch

    Checksum: db9d0d66 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$BeeGoToHiveGoal.binpatch

    Checksum: ccfaf14f Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$BeeGoToKnownFlowerGoal.binpatch

    Checksum: 786d0031 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$BeeGrowCropGoal.binpatch

    Checksum: a81b7c35 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$BeeHurtByOtherGoal.binpatch

    Checksum: 423e9f41 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$BeeLocateHiveGoal.binpatch

    Checksum: cf8579f7 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$BeeLookControl.binpatch

    Checksum: 4ad13c44 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$BeePollinateGoal.binpatch

    Checksum: b0c14397 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee$BeeWanderGoal.binpatch

    Checksum: 59b3f0a8 Exists: true

  Reading patch net.minecraft.world.entity.animal.Bee.binpatch

    Checksum: 63f79139 Exists: true

  Reading patch net.minecraft.world.entity.animal.Cat$CatAvoidEntityGoal.binpatch

    Checksum: b533c9f7 Exists: true

  Reading patch net.minecraft.world.entity.animal.Cat$CatRelaxOnOwnerGoal.binpatch

    Checksum: 55b1bd21 Exists: true

  Reading patch net.minecraft.world.entity.animal.Cat$CatTemptGoal.binpatch

    Checksum: 46d6de0e Exists: true

  Reading patch net.minecraft.world.entity.animal.Cat.binpatch

    Checksum: 29997a80 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$DefendTrustedTargetGoal.binpatch

    Checksum: 9394db36 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FaceplantGoal.binpatch

    Checksum: 56e44a7a Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxAlertableEntitiesSelector.binpatch

    Checksum: 351d0539 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxBehaviorGoal.binpatch

    Checksum: 5d4cfca3 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxBreedGoal.binpatch

    Checksum: 532f7d26 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxEatBerriesGoal.binpatch

    Checksum: 5298d4e4 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxFloatGoal.binpatch

    Checksum: 61ac3034 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxFollowParentGoal.binpatch

    Checksum: dc1c2080 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxGroupData.binpatch

    Checksum: c43ee442 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxLookAtPlayerGoal.binpatch

    Checksum: f9c98ac Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxLookControl.binpatch

    Checksum: 8ea8ffb2 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxMeleeAttackGoal.binpatch

    Checksum: c8e1f875 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxMoveControl.binpatch

    Checksum: f6bccd59 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxPanicGoal.binpatch

    Checksum: 3ce3d4d6 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxPounceGoal.binpatch

    Checksum: 78b272a8 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxSearchForItemsGoal.binpatch

    Checksum: f194c6f9 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$FoxStrollThroughVillageGoal.binpatch

    Checksum: b22a46d6 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$PerchAndSearchGoal.binpatch

    Checksum: d655248c Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$SeekShelterGoal.binpatch

    Checksum: 6d44ebed Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$SleepGoal.binpatch

    Checksum: 67731ac1 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$StalkPreyGoal.binpatch

    Checksum: dc9587e Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox$Type.binpatch

    Checksum: 1166eee6 Exists: true

  Reading patch net.minecraft.world.entity.animal.Fox.binpatch

    Checksum: 3c68290 Exists: true

  Reading patch net.minecraft.world.entity.animal.IronGolem$Crackiness.binpatch

    Checksum: 1914b648 Exists: true

  Reading patch net.minecraft.world.entity.animal.IronGolem.binpatch

    Checksum: 5d6bce91 Exists: true

  Reading patch net.minecraft.world.entity.animal.MushroomCow$MushroomType.binpatch

    Checksum: d7659688 Exists: true

  Reading patch net.minecraft.world.entity.animal.MushroomCow.binpatch

    Checksum: 46d35367 Exists: true

  Reading patch net.minecraft.world.entity.animal.Ocelot$OcelotAvoidEntityGoal.binpatch

    Checksum: 43b1d9c0 Exists: true

  Reading patch net.minecraft.world.entity.animal.Ocelot$OcelotTemptGoal.binpatch

    Checksum: 75e125a3 Exists: true

  Reading patch net.minecraft.world.entity.animal.Ocelot.binpatch

    Checksum: 6e50d25 Exists: true

  Reading patch net.minecraft.world.entity.animal.Parrot$1.binpatch

    Checksum: 48ec3f69 Exists: true

  Reading patch net.minecraft.world.entity.animal.Parrot.binpatch

    Checksum: 9f055ac7 Exists: true

  Reading patch net.minecraft.world.entity.animal.Pig.binpatch

    Checksum: 937a7d71 Exists: true

  Reading patch net.minecraft.world.entity.animal.PolarBear$PolarBearAttackPlayersGoal.binpatch

    Checksum: bbf2696d Exists: true

  Reading patch net.minecraft.world.entity.animal.PolarBear$PolarBearHurtByTargetGoal.binpatch

    Checksum: 2482759d Exists: true

  Reading patch net.minecraft.world.entity.animal.PolarBear$PolarBearMeleeAttackGoal.binpatch

    Checksum: e5e6e3d4 Exists: true

  Reading patch net.minecraft.world.entity.animal.PolarBear$PolarBearPanicGoal.binpatch

    Checksum: d0d1e7dd Exists: true

  Reading patch net.minecraft.world.entity.animal.PolarBear.binpatch

    Checksum: e88828f4 Exists: true

  Reading patch net.minecraft.world.entity.animal.Rabbit$EvilRabbitAttackGoal.binpatch

    Checksum: 3a181464 Exists: true

  Reading patch net.minecraft.world.entity.animal.Rabbit$RabbitAvoidEntityGoal.binpatch

    Checksum: ecb5a0ac Exists: true

  Reading patch net.minecraft.world.entity.animal.Rabbit$RabbitGroupData.binpatch

    Checksum: af5aad86 Exists: true

  Reading patch net.minecraft.world.entity.animal.Rabbit$RabbitJumpControl.binpatch

    Checksum: 96f21e9a Exists: true

  Reading patch net.minecraft.world.entity.animal.Rabbit$RabbitMoveControl.binpatch

    Checksum: c1b7a071 Exists: true

  Reading patch net.minecraft.world.entity.animal.Rabbit$RabbitPanicGoal.binpatch

    Checksum: 35ce08f Exists: true

  Reading patch net.minecraft.world.entity.animal.Rabbit$RaidGardenGoal.binpatch

    Checksum: 9c4d4e80 Exists: true

  Reading patch net.minecraft.world.entity.animal.Rabbit.binpatch

    Checksum: 6d921086 Exists: true

  Reading patch net.minecraft.world.entity.animal.Sheep$1.binpatch

    Checksum: 77db2726 Exists: true

  Reading patch net.minecraft.world.entity.animal.Sheep$2.binpatch

    Checksum: 597a4ce7 Exists: true

  Reading patch net.minecraft.world.entity.animal.Sheep.binpatch

    Checksum: 67518d82 Exists: true

  Reading patch net.minecraft.world.entity.animal.SnowGolem.binpatch

    Checksum: 5e23c019 Exists: true

  Reading patch net.minecraft.world.entity.animal.Wolf$WolfAvoidEntityGoal.binpatch

    Checksum: b2b1915f Exists: true

  Reading patch net.minecraft.world.entity.animal.Wolf.binpatch

    Checksum: 1610181d Exists: true

  Reading patch net.minecraft.world.entity.animal.horse.AbstractHorse$1.binpatch

    Checksum: 8bbeed62 Exists: true

  Reading patch net.minecraft.world.entity.animal.horse.AbstractHorse.binpatch

    Checksum: 3509e318 Exists: true

  Reading patch net.minecraft.world.entity.animal.horse.Horse$HorseGroupData.binpatch

    Checksum: e5c6dae7 Exists: true

  Reading patch net.minecraft.world.entity.animal.horse.Horse.binpatch

    Checksum: 4497fa74 Exists: true

  Reading patch net.minecraft.world.entity.animal.horse.SkeletonTrapGoal.binpatch

    Checksum: f58475a8 Exists: true

  Reading patch net.minecraft.world.entity.boss.EnderDragonPart.binpatch

    Checksum: e49eba9 Exists: true

  Reading patch net.minecraft.world.entity.boss.enderdragon.EnderDragon.binpatch

    Checksum: 42d78455 Exists: true

  Reading patch net.minecraft.world.entity.boss.wither.WitherBoss$WitherDoNothingGoal.binpatch

    Checksum: a6053bb3 Exists: true

  Reading patch net.minecraft.world.entity.boss.wither.WitherBoss.binpatch

    Checksum: 99441c1d Exists: true

  Reading patch net.minecraft.world.entity.decoration.ArmorStand$1.binpatch

    Checksum: 8243d5f6 Exists: true

  Reading patch net.minecraft.world.entity.decoration.ArmorStand.binpatch

    Checksum: 7e7f0fcf Exists: true

  Reading patch net.minecraft.world.entity.decoration.HangingEntity$1.binpatch

    Checksum: 3469ce34 Exists: true

  Reading patch net.minecraft.world.entity.decoration.HangingEntity.binpatch

    Checksum: 27d6f52 Exists: true

  Reading patch net.minecraft.world.entity.decoration.Motive.binpatch

    Checksum: 2562b549 Exists: true

  Reading patch net.minecraft.world.entity.item.ItemEntity.binpatch

    Checksum: e89df57a Exists: true

  Reading patch net.minecraft.world.entity.monster.AbstractSkeleton$1.binpatch

    Checksum: 34ed1e51 Exists: true

  Reading patch net.minecraft.world.entity.monster.AbstractSkeleton.binpatch

    Checksum: 70d4f00b Exists: true

  Reading patch net.minecraft.world.entity.monster.Creeper.binpatch

    Checksum: 6b7130eb Exists: true

  Reading patch net.minecraft.world.entity.monster.CrossbowAttackMob.binpatch

    Checksum: 845c65fd Exists: true

  Reading patch net.minecraft.world.entity.monster.EnderMan$EndermanFreezeWhenLookedAt.binpatch

    Checksum: 36297e82 Exists: true

  Reading patch net.minecraft.world.entity.monster.EnderMan$EndermanLeaveBlockGoal.binpatch

    Checksum: 7d1d96b1 Exists: true

  Reading patch net.minecraft.world.entity.monster.EnderMan$EndermanLookForPlayerGoal.binpatch

    Checksum: fc704a76 Exists: true

  Reading patch net.minecraft.world.entity.monster.EnderMan$EndermanTakeBlockGoal.binpatch

    Checksum: 8f813d91 Exists: true

  Reading patch net.minecraft.world.entity.monster.EnderMan.binpatch

    Checksum: 1b27ba1c Exists: true

  Reading patch net.minecraft.world.entity.monster.Evoker$EvokerAttackSpellGoal.binpatch

    Checksum: 796da674 Exists: true

  Reading patch net.minecraft.world.entity.monster.Evoker$EvokerCastingSpellGoal.binpatch

    Checksum: 86b3b12b Exists: true

  Reading patch net.minecraft.world.entity.monster.Evoker$EvokerSummonSpellGoal.binpatch

    Checksum: 77e2c07b Exists: true

  Reading patch net.minecraft.world.entity.monster.Evoker$EvokerWololoSpellGoal.binpatch

    Checksum: c13e78cf Exists: true

  Reading patch net.minecraft.world.entity.monster.Evoker.binpatch

    Checksum: 41698800 Exists: true

  Reading patch net.minecraft.world.entity.monster.Illusioner$IllusionerBlindnessSpellGoal.binpatch

    Checksum: 2c37185 Exists: true

  Reading patch net.minecraft.world.entity.monster.Illusioner$IllusionerMirrorSpellGoal.binpatch

    Checksum: 6c8a7ea7 Exists: true

  Reading patch net.minecraft.world.entity.monster.Illusioner.binpatch

    Checksum: 42e688f2 Exists: true

  Reading patch net.minecraft.world.entity.monster.MagmaCube.binpatch

    Checksum: 286cedfc Exists: true

  Reading patch net.minecraft.world.entity.monster.Pillager.binpatch

    Checksum: acd59571 Exists: true

  Reading patch net.minecraft.world.entity.monster.Ravager$RavagerMeleeAttackGoal.binpatch

    Checksum: e3f923cf Exists: true

  Reading patch net.minecraft.world.entity.monster.Ravager$RavagerNavigation.binpatch

    Checksum: 76b76758 Exists: true

  Reading patch net.minecraft.world.entity.monster.Ravager$RavagerNodeEvaluator.binpatch

    Checksum: ef65054 Exists: true

  Reading patch net.minecraft.world.entity.monster.Ravager.binpatch

    Checksum: c83ef37c Exists: true

  Reading patch net.minecraft.world.entity.monster.Silverfish$SilverfishMergeWithStoneGoal.binpatch

    Checksum: aa0bc5a0 Exists: true

  Reading patch net.minecraft.world.entity.monster.Silverfish$SilverfishWakeUpFriendsGoal.binpatch

    Checksum: da8d77d4 Exists: true

  Reading patch net.minecraft.world.entity.monster.Silverfish.binpatch

    Checksum: cbe989e9 Exists: true

  Reading patch net.minecraft.world.entity.monster.Slime$SlimeAttackGoal.binpatch

    Checksum: eacd2c20 Exists: true

  Reading patch net.minecraft.world.entity.monster.Slime$SlimeFloatGoal.binpatch

    Checksum: 36b62212 Exists: true

  Reading patch net.minecraft.world.entity.monster.Slime$SlimeKeepOnJumpingGoal.binpatch

    Checksum: a2da765d Exists: true

  Reading patch net.minecraft.world.entity.monster.Slime$SlimeMoveControl.binpatch

    Checksum: c2fb2d0b Exists: true

  Reading patch net.minecraft.world.entity.monster.Slime$SlimeRandomDirectionGoal.binpatch

    Checksum: 8d044168 Exists: true

  Reading patch net.minecraft.world.entity.monster.Slime.binpatch

    Checksum: 1bcf687e Exists: true

  Reading patch net.minecraft.world.entity.monster.Spider$SpiderAttackGoal.binpatch

    Checksum: 6fa6a46b Exists: true

  Reading patch net.minecraft.world.entity.monster.Spider$SpiderEffectsGroupData.binpatch

    Checksum: 36530e4d Exists: true

  Reading patch net.minecraft.world.entity.monster.Spider$SpiderTargetGoal.binpatch

    Checksum: d67db61d Exists: true

  Reading patch net.minecraft.world.entity.monster.Spider.binpatch

    Checksum: 32726598 Exists: true

  Reading patch net.minecraft.world.entity.monster.Zombie$ZombieAttackTurtleEggGoal.binpatch

    Checksum: 8c75dd37 Exists: true

  Reading patch net.minecraft.world.entity.monster.Zombie$ZombieGroupData.binpatch

    Checksum: b7929e1d Exists: true

  Reading patch net.minecraft.world.entity.monster.Zombie.binpatch

    Checksum: 58ddced4 Exists: true

  Reading patch net.minecraft.world.entity.monster.ZombieVillager.binpatch

    Checksum: 94d6722b Exists: true

  Reading patch net.minecraft.world.entity.monster.ZombifiedPiglin.binpatch

    Checksum: 63667c5f Exists: true

  Reading patch net.minecraft.world.entity.monster.hoglin.Hoglin.binpatch

    Checksum: c30d1b86 Exists: true

  Reading patch net.minecraft.world.entity.monster.piglin.AbstractPiglin.binpatch

    Checksum: 6faf0a90 Exists: true

  Reading patch net.minecraft.world.entity.monster.piglin.Piglin.binpatch

    Checksum: c982e0e6 Exists: true

  Reading patch net.minecraft.world.entity.monster.piglin.PiglinAi.binpatch

    Checksum: 5f5393dd Exists: true

  Reading patch net.minecraft.world.entity.monster.piglin.StopHoldingItemIfNoLongerAdmiring.binpatch

    Checksum: 14648b4 Exists: true

  Reading patch net.minecraft.world.entity.npc.AbstractVillager.binpatch

    Checksum: 7b4932d5 Exists: true

  Reading patch net.minecraft.world.entity.npc.CatSpawner.binpatch

    Checksum: 2bc8904e Exists: true

  Reading patch net.minecraft.world.entity.npc.Villager.binpatch

    Checksum: 9f9694f2 Exists: true

  Reading patch net.minecraft.world.entity.npc.VillagerProfession.binpatch

    Checksum: 3a1c797 Exists: true

  Reading patch net.minecraft.world.entity.player.Inventory.binpatch

    Checksum: f51381c2 Exists: true

  Reading patch net.minecraft.world.entity.player.Player$1.binpatch

    Checksum: d2dac1f0 Exists: true

  Reading patch net.minecraft.world.entity.player.Player$BedSleepingProblem.binpatch

    Checksum: c89a9f37 Exists: true

  Reading patch net.minecraft.world.entity.player.Player.binpatch

    Checksum: 3c518457 Exists: true

  Reading patch net.minecraft.world.entity.projectile.AbstractArrow$1.binpatch

    Checksum: c610da04 Exists: true

  Reading patch net.minecraft.world.entity.projectile.AbstractArrow$Pickup.binpatch

    Checksum: 74bfacae Exists: true

  Reading patch net.minecraft.world.entity.projectile.AbstractArrow.binpatch

    Checksum: ab4cec8a Exists: true

  Reading patch net.minecraft.world.entity.projectile.AbstractHurtingProjectile.binpatch

    Checksum: 9ee06a55 Exists: true

  Reading patch net.minecraft.world.entity.projectile.FireworkRocketEntity.binpatch

    Checksum: b01d2c4a Exists: true

  Reading patch net.minecraft.world.entity.projectile.FishingHook$1.binpatch

    Checksum: 782deb37 Exists: true

  Reading patch net.minecraft.world.entity.projectile.FishingHook$FishHookState.binpatch

    Checksum: a5c785a6 Exists: true

  Reading patch net.minecraft.world.entity.projectile.FishingHook$OpenWaterType.binpatch

    Checksum: 57db8935 Exists: true

  Reading patch net.minecraft.world.entity.projectile.FishingHook.binpatch

    Checksum: 60abfc17 Exists: true

  Reading patch net.minecraft.world.entity.projectile.LargeFireball.binpatch

    Checksum: ef90279d Exists: true

  Reading patch net.minecraft.world.entity.projectile.LlamaSpit.binpatch

    Checksum: c9598bf3 Exists: true

  Reading patch net.minecraft.world.entity.projectile.Projectile.binpatch

    Checksum: 38e73b58 Exists: true

  Reading patch net.minecraft.world.entity.projectile.ProjectileUtil.binpatch

    Checksum: e4838543 Exists: true

  Reading patch net.minecraft.world.entity.projectile.ShulkerBullet.binpatch

    Checksum: 83f46ef1 Exists: true

  Reading patch net.minecraft.world.entity.projectile.SmallFireball.binpatch

    Checksum: dc97de90 Exists: true

  Reading patch net.minecraft.world.entity.projectile.ThrowableProjectile.binpatch

    Checksum: 3e820622 Exists: true

  Reading patch net.minecraft.world.entity.projectile.ThrownEnderpearl.binpatch

    Checksum: 199cda68 Exists: true

  Reading patch net.minecraft.world.entity.projectile.WitherSkull.binpatch

    Checksum: 27a9daf Exists: true

  Reading patch net.minecraft.world.entity.raid.Raid$1.binpatch

    Checksum: 87302b3b Exists: true

  Reading patch net.minecraft.world.entity.raid.Raid$RaidStatus.binpatch

    Checksum: 1205e217 Exists: true

  Reading patch net.minecraft.world.entity.raid.Raid$RaiderType.binpatch

    Checksum: 794787b0 Exists: true

  Reading patch net.minecraft.world.entity.raid.Raid.binpatch

    Checksum: ec7a4e8a Exists: true

  Reading patch net.minecraft.world.entity.schedule.Activity.binpatch

    Checksum: bdd9730d Exists: true

  Reading patch net.minecraft.world.entity.schedule.Schedule.binpatch

    Checksum: bdd4a7c6 Exists: true

  Reading patch net.minecraft.world.entity.vehicle.AbstractMinecart$1.binpatch

    Checksum: 5f4b85d8 Exists: true

  Reading patch net.minecraft.world.entity.vehicle.AbstractMinecart$Type.binpatch

    Checksum: 5beca85d Exists: true

  Reading patch net.minecraft.world.entity.vehicle.AbstractMinecart.binpatch

    Checksum: 7e005200 Exists: true

  Reading patch net.minecraft.world.entity.vehicle.AbstractMinecartContainer$1.binpatch

    Checksum: ad6a65e1 Exists: true

  Reading patch net.minecraft.world.entity.vehicle.AbstractMinecartContainer.binpatch

    Checksum: 5cb194b4 Exists: true

  Reading patch net.minecraft.world.entity.vehicle.Boat$1.binpatch

    Checksum: 4fab7600 Exists: true

  Reading patch net.minecraft.world.entity.vehicle.Boat$Status.binpatch

    Checksum: 542279ad Exists: true

  Reading patch net.minecraft.world.entity.vehicle.Boat$Type.binpatch

    Checksum: 16e100bc Exists: true

  Reading patch net.minecraft.world.entity.vehicle.Boat.binpatch

    Checksum: 2c9956bb Exists: true

  Reading patch net.minecraft.world.entity.vehicle.Minecart.binpatch

    Checksum: 47bb0504 Exists: true

  Reading patch net.minecraft.world.entity.vehicle.MinecartCommandBlock$MinecartCommandBase.binpatch

    Checksum: 13742063 Exists: true

  Reading patch net.minecraft.world.entity.vehicle.MinecartCommandBlock.binpatch

    Checksum: 9f241cd9 Exists: true

  Reading patch net.minecraft.world.entity.vehicle.MinecartFurnace.binpatch

    Checksum: 9e8a9805 Exists: true

  Reading patch net.minecraft.world.entity.vehicle.MinecartSpawner$1.binpatch

    Checksum: b9523ff Exists: true

  Reading patch net.minecraft.world.entity.vehicle.MinecartSpawner.binpatch

    Checksum: c65494c3 Exists: true

  Reading patch net.minecraft.world.food.FoodProperties$Builder.binpatch

    Checksum: a7c52b8b Exists: true

  Reading patch net.minecraft.world.food.FoodProperties.binpatch

    Checksum: aeffc4df Exists: true

  Reading patch net.minecraft.world.inventory.AbstractContainerMenu$1.binpatch

    Checksum: ebcc340e Exists: true

  Reading patch net.minecraft.world.inventory.AbstractContainerMenu.binpatch

    Checksum: 40be69e3 Exists: true

  Reading patch net.minecraft.world.inventory.AbstractFurnaceMenu.binpatch

    Checksum: 2c645a40 Exists: true

  Reading patch net.minecraft.world.inventory.AnvilMenu$1.binpatch

    Checksum: 296cf41d Exists: true

  Reading patch net.minecraft.world.inventory.AnvilMenu.binpatch

    Checksum: f60774a0 Exists: true

  Reading patch net.minecraft.world.inventory.BeaconMenu$1.binpatch

    Checksum: c0b635e1 Exists: true

  Reading patch net.minecraft.world.inventory.BeaconMenu$PaymentSlot.binpatch

    Checksum: f6146f2d Exists: true

  Reading patch net.minecraft.world.inventory.BeaconMenu.binpatch

    Checksum: c0f220f8 Exists: true

  Reading patch net.minecraft.world.inventory.BrewingStandMenu$FuelSlot.binpatch

    Checksum: 815d2a61 Exists: true

  Reading patch net.minecraft.world.inventory.BrewingStandMenu$IngredientsSlot.binpatch

    Checksum: 14a1fc32 Exists: true

  Reading patch net.minecraft.world.inventory.BrewingStandMenu$PotionSlot.binpatch

    Checksum: fcf87cba Exists: true

  Reading patch net.minecraft.world.inventory.BrewingStandMenu.binpatch

    Checksum: 5044aed9 Exists: true

  Reading patch net.minecraft.world.inventory.EnchantmentMenu$1.binpatch

    Checksum: fe81d0ad Exists: true

  Reading patch net.minecraft.world.inventory.EnchantmentMenu$2.binpatch

    Checksum: 3d6c41fa Exists: true

  Reading patch net.minecraft.world.inventory.EnchantmentMenu$3.binpatch

    Checksum: 3d228351 Exists: true

  Reading patch net.minecraft.world.inventory.EnchantmentMenu.binpatch

    Checksum: 60afb5d5 Exists: true

  Reading patch net.minecraft.world.inventory.FurnaceResultSlot.binpatch

    Checksum: ea5a7ea5 Exists: true

  Reading patch net.minecraft.world.inventory.GrindstoneMenu$1.binpatch

    Checksum: b1cbcf2b Exists: true

  Reading patch net.minecraft.world.inventory.GrindstoneMenu$2.binpatch

    Checksum: 9da798dc Exists: true

  Reading patch net.minecraft.world.inventory.GrindstoneMenu$3.binpatch

    Checksum: 961398e3 Exists: true

  Reading patch net.minecraft.world.inventory.GrindstoneMenu$4.binpatch

    Checksum: 10061844 Exists: true

  Reading patch net.minecraft.world.inventory.GrindstoneMenu.binpatch

    Checksum: da47fd3b Exists: true

  Reading patch net.minecraft.world.inventory.InventoryMenu$1.binpatch

    Checksum: 30f21d9e Exists: true

  Reading patch net.minecraft.world.inventory.InventoryMenu$2.binpatch

    Checksum: aa92aafd Exists: true

  Reading patch net.minecraft.world.inventory.InventoryMenu.binpatch

    Checksum: 5ff5bf0c Exists: true

  Reading patch net.minecraft.world.inventory.MenuType$MenuSupplier.binpatch

    Checksum: 9b60b38d Exists: true

  Reading patch net.minecraft.world.inventory.MenuType.binpatch

    Checksum: bdcd69df Exists: true

  Reading patch net.minecraft.world.inventory.RecipeBookMenu.binpatch

    Checksum: 50e05c1e Exists: true

  Reading patch net.minecraft.world.inventory.ResultSlot.binpatch

    Checksum: 1fd9fa0e Exists: true

  Reading patch net.minecraft.world.inventory.Slot.binpatch

    Checksum: 23ce6cb6 Exists: true

  Reading patch net.minecraft.world.item.ArmorItem$1.binpatch

    Checksum: c5c8086d Exists: true

  Reading patch net.minecraft.world.item.ArmorItem.binpatch

    Checksum: e27abb6b Exists: true

  Reading patch net.minecraft.world.item.ArrowItem.binpatch

    Checksum: 195078d1 Exists: true

  Reading patch net.minecraft.world.item.AxeItem.binpatch

    Checksum: 5171c0b3 Exists: true

  Reading patch net.minecraft.world.item.BlockItem.binpatch

    Checksum: cc52907c Exists: true

  Reading patch net.minecraft.world.item.BoneMealItem.binpatch

    Checksum: 1e35fc7e Exists: true

  Reading patch net.minecraft.world.item.BowItem.binpatch

    Checksum: 80b0bf9a Exists: true

  Reading patch net.minecraft.world.item.BucketItem.binpatch

    Checksum: e7fe49af Exists: true

  Reading patch net.minecraft.world.item.ChorusFruitItem.binpatch

    Checksum: 4965e93 Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab$1.binpatch

    Checksum: 63cd7e1 Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab$10.binpatch

    Checksum: ca8046ec Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab$11.binpatch

    Checksum: 953d722a Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab$12.binpatch

    Checksum: 88fd8e4 Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab$2.binpatch

    Checksum: 8909d815 Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab$3.binpatch

    Checksum: 2b54d1fa Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab$4.binpatch

    Checksum: 3a0dd807 Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab$5.binpatch

    Checksum: 1a6bd20c Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab$6.binpatch

    Checksum: 74f3d235 Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab$7.binpatch

    Checksum: 6dcfd279 Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab$8.binpatch

    Checksum: 5a50d287 Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab$9.binpatch

    Checksum: 457cd284 Exists: true

  Reading patch net.minecraft.world.item.CreativeModeTab.binpatch

    Checksum: 9ca635f0 Exists: true

  Reading patch net.minecraft.world.item.DiggerItem.binpatch

    Checksum: ce32a44c Exists: true

  Reading patch net.minecraft.world.item.DyeColor.binpatch

    Checksum: ff3109ce Exists: true

  Reading patch net.minecraft.world.item.DyeableHorseArmorItem.binpatch

    Checksum: b391d938 Exists: true

  Reading patch net.minecraft.world.item.ElytraItem.binpatch

    Checksum: 8a4f0449 Exists: true

  Reading patch net.minecraft.world.item.HoeItem.binpatch

    Checksum: 6173b0b0 Exists: true

  Reading patch net.minecraft.world.item.HorseArmorItem.binpatch

    Checksum: 5f31b7fc Exists: true

  Reading patch net.minecraft.world.item.Item$1.binpatch

    Checksum: 6edeb246 Exists: true

  Reading patch net.minecraft.world.item.Item$Properties.binpatch

    Checksum: c4b31b3b Exists: true

  Reading patch net.minecraft.world.item.Item.binpatch

    Checksum: 265a028 Exists: true

  Reading patch net.minecraft.world.item.ItemStack$TooltipPart.binpatch

    Checksum: e374ada9 Exists: true

  Reading patch net.minecraft.world.item.ItemStack.binpatch

    Checksum: 6c191e6e Exists: true

  Reading patch net.minecraft.world.item.Items.binpatch

    Checksum: e947ccf Exists: true

  Reading patch net.minecraft.world.item.MapItem.binpatch

    Checksum: fb4ba5f9 Exists: true

  Reading patch net.minecraft.world.item.MilkBucketItem.binpatch

    Checksum: a27c6808 Exists: true

  Reading patch net.minecraft.world.item.MinecartItem$1.binpatch

    Checksum: 74dab3bf Exists: true

  Reading patch net.minecraft.world.item.MinecartItem.binpatch

    Checksum: a69ed89d Exists: true

  Reading patch net.minecraft.world.item.MobBucketItem.binpatch

    Checksum: adbcd0a2 Exists: true

  Reading patch net.minecraft.world.item.Rarity.binpatch

    Checksum: b9a58839 Exists: true

  Reading patch net.minecraft.world.item.RecordItem.binpatch

    Checksum: 46d486be Exists: true

  Reading patch net.minecraft.world.item.ShearsItem.binpatch

    Checksum: 54f79a61 Exists: true

  Reading patch net.minecraft.world.item.ShovelItem.binpatch

    Checksum: 288ffc Exists: true

  Reading patch net.minecraft.world.item.StandingAndWallBlockItem.binpatch

    Checksum: 8a6e4138 Exists: true

  Reading patch net.minecraft.world.item.alchemy.Potion.binpatch

    Checksum: 326ae518 Exists: true

  Reading patch net.minecraft.world.item.alchemy.PotionBrewing$Mix.binpatch

    Checksum: 1b3b27ab Exists: true

  Reading patch net.minecraft.world.item.alchemy.PotionBrewing.binpatch

    Checksum: 74a4cf1 Exists: true

  Reading patch net.minecraft.world.item.crafting.AbstractCookingRecipe.binpatch

    Checksum: 4693ffd9 Exists: true

  Reading patch net.minecraft.world.item.crafting.ArmorDyeRecipe.binpatch

    Checksum: 12bccf7e Exists: true

  Reading patch net.minecraft.world.item.crafting.BannerDuplicateRecipe.binpatch

    Checksum: 3a90fd88 Exists: true

  Reading patch net.minecraft.world.item.crafting.BlastingRecipe.binpatch

    Checksum: 95144992 Exists: true

  Reading patch net.minecraft.world.item.crafting.BookCloningRecipe.binpatch

    Checksum: 59c5e43 Exists: true

  Reading patch net.minecraft.world.item.crafting.CampfireCookingRecipe.binpatch

    Checksum: 62834f06 Exists: true

  Reading patch net.minecraft.world.item.crafting.FireworkRocketRecipe.binpatch

    Checksum: 5c5a3f2 Exists: true

  Reading patch net.minecraft.world.item.crafting.FireworkStarFadeRecipe.binpatch

    Checksum: 7158944f Exists: true

  Reading patch net.minecraft.world.item.crafting.FireworkStarRecipe.binpatch

    Checksum: 406b7b4e Exists: true

  Reading patch net.minecraft.world.item.crafting.Ingredient$ItemValue.binpatch

    Checksum: 3420ea2a Exists: true

  Reading patch net.minecraft.world.item.crafting.Ingredient$TagValue.binpatch

    Checksum: bae3ffb6 Exists: true

  Reading patch net.minecraft.world.item.crafting.Ingredient$Value.binpatch

    Checksum: 53357f83 Exists: true

  Reading patch net.minecraft.world.item.crafting.Ingredient.binpatch

    Checksum: c8f09700 Exists: true

  Reading patch net.minecraft.world.item.crafting.MapCloningRecipe.binpatch

    Checksum: 243dfccc Exists: true

  Reading patch net.minecraft.world.item.crafting.Recipe.binpatch

    Checksum: 347d2f97 Exists: true

  Reading patch net.minecraft.world.item.crafting.RecipeManager.binpatch

    Checksum: a9bb03c9 Exists: true

  Reading patch net.minecraft.world.item.crafting.RecipeSerializer.binpatch

    Checksum: cc01e5aa Exists: true

  Reading patch net.minecraft.world.item.crafting.RepairItemRecipe.binpatch

    Checksum: ad2de59d Exists: true

  Reading patch net.minecraft.world.item.crafting.ShapedRecipe$Serializer.binpatch

    Checksum: f1f19ad3 Exists: true

  Reading patch net.minecraft.world.item.crafting.ShapedRecipe.binpatch

    Checksum: 9e95dc76 Exists: true

  Reading patch net.minecraft.world.item.crafting.ShapelessRecipe$Serializer.binpatch

    Checksum: 23474954 Exists: true

  Reading patch net.minecraft.world.item.crafting.ShapelessRecipe.binpatch

    Checksum: 648588d4 Exists: true

  Reading patch net.minecraft.world.item.crafting.ShieldDecorationRecipe.binpatch

    Checksum: 645efb1f Exists: true

  Reading patch net.minecraft.world.item.crafting.ShulkerBoxColoring.binpatch

    Checksum: 68dad77d Exists: true

  Reading patch net.minecraft.world.item.crafting.SimpleCookingSerializer$CookieBaker.binpatch

    Checksum: d13a22f4 Exists: true

  Reading patch net.minecraft.world.item.crafting.SimpleCookingSerializer.binpatch

    Checksum: 76d45bf4 Exists: true

  Reading patch net.minecraft.world.item.crafting.SimpleRecipeSerializer.binpatch

    Checksum: 28aed715 Exists: true

  Reading patch net.minecraft.world.item.crafting.SingleItemRecipe$Serializer$SingleItemMaker.binpatch

    Checksum: 94463d1e Exists: true

  Reading patch net.minecraft.world.item.crafting.SingleItemRecipe$Serializer.binpatch

    Checksum: b56b7301 Exists: true

  Reading patch net.minecraft.world.item.crafting.SingleItemRecipe.binpatch

    Checksum: 69e9395b Exists: true

  Reading patch net.minecraft.world.item.crafting.SmeltingRecipe.binpatch

    Checksum: 41c4970 Exists: true

  Reading patch net.minecraft.world.item.crafting.SmokingRecipe.binpatch

    Checksum: 773848b1 Exists: true

  Reading patch net.minecraft.world.item.crafting.StonecutterRecipe.binpatch

    Checksum: 4869b7d3 Exists: true

  Reading patch net.minecraft.world.item.crafting.SuspiciousStewRecipe.binpatch

    Checksum: 6f15988b Exists: true

  Reading patch net.minecraft.world.item.crafting.TippedArrowRecipe.binpatch

    Checksum: 6922b4e4 Exists: true

  Reading patch net.minecraft.world.item.crafting.UpgradeRecipe$Serializer.binpatch

    Checksum: 7f667055 Exists: true

  Reading patch net.minecraft.world.item.crafting.UpgradeRecipe.binpatch

    Checksum: c3cc4e70 Exists: true

  Reading patch net.minecraft.world.item.enchantment.Enchantment$Rarity.binpatch

    Checksum: 5ad498dd Exists: true

  Reading patch net.minecraft.world.item.enchantment.Enchantment.binpatch

    Checksum: aa1b3fc4 Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$1.binpatch

    Checksum: 8b92b541 Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$10.binpatch

    Checksum: 2ec4b8c6 Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$11.binpatch

    Checksum: 573bb55c Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$12.binpatch

    Checksum: b3ff351 Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$13.binpatch

    Checksum: 7475b79b Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$14.binpatch

    Checksum: 159915f0 Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$2.binpatch

    Checksum: a5bb0012 Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$3.binpatch

    Checksum: bff60026 Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$4.binpatch

    Checksum: d510089 Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$5.binpatch

    Checksum: 20e40087 Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$6.binpatch

    Checksum: 125db609 Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$7.binpatch

    Checksum: db4eb652 Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$8.binpatch

    Checksum: e10fb7f8 Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory$9.binpatch

    Checksum: 137bb6fa Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentCategory.binpatch

    Checksum: 25a8d99e Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentHelper$EnchantmentVisitor.binpatch

    Checksum: 8b25867b Exists: true

  Reading patch net.minecraft.world.item.enchantment.EnchantmentHelper.binpatch

    Checksum: cf96b88d Exists: true

  Reading patch net.minecraft.world.item.enchantment.Enchantments.binpatch

    Checksum: 43a2ca0 Exists: true

  Reading patch net.minecraft.world.item.enchantment.FrostWalkerEnchantment.binpatch

    Checksum: 81c78f39 Exists: true

  Reading patch net.minecraft.world.item.trading.MerchantOffer.binpatch

    Checksum: 728b622b Exists: true

  Reading patch net.minecraft.world.level.BaseSpawner.binpatch

    Checksum: a151d88a Exists: true

  Reading patch net.minecraft.world.level.BlockGetter.binpatch

    Checksum: d5cdc779 Exists: true

  Reading patch net.minecraft.world.level.ClipContext$Block.binpatch

    Checksum: ea29f797 Exists: true

  Reading patch net.minecraft.world.level.ClipContext$Fluid.binpatch

    Checksum: 9bb5204a Exists: true

  Reading patch net.minecraft.world.level.ClipContext$ShapeGetter.binpatch

    Checksum: 2fac9ec4 Exists: true

  Reading patch net.minecraft.world.level.ClipContext.binpatch

    Checksum: 59f6e010 Exists: true

  Reading patch net.minecraft.world.level.DataPackConfig.binpatch

    Checksum: f1717896 Exists: true

  Reading patch net.minecraft.world.level.Explosion$BlockInteraction.binpatch

    Checksum: cd87651e Exists: true

  Reading patch net.minecraft.world.level.Explosion.binpatch

    Checksum: 5a720ff7 Exists: true

  Reading patch net.minecraft.world.level.ExplosionDamageCalculator.binpatch

    Checksum: 49e2a8c0 Exists: true

  Reading patch net.minecraft.world.level.ForcedChunksSavedData.binpatch

    Checksum: c3a76757 Exists: true

  Reading patch net.minecraft.world.level.Level$1.binpatch

    Checksum: 49834c82 Exists: true

  Reading patch net.minecraft.world.level.Level.binpatch

    Checksum: 379f3719 Exists: true

  Reading patch net.minecraft.world.level.LevelReader.binpatch

    Checksum: 597bb06f Exists: true

  Reading patch net.minecraft.world.level.LevelSettings.binpatch

    Checksum: ba12e5f3 Exists: true

  Reading patch net.minecraft.world.level.NaturalSpawner$1.binpatch

    Checksum: d770e009 Exists: true

  Reading patch net.minecraft.world.level.NaturalSpawner$AfterSpawnCallback.binpatch

    Checksum: 596c84bb Exists: true

  Reading patch net.minecraft.world.level.NaturalSpawner$ChunkGetter.binpatch

    Checksum: 95359a1d Exists: true

  Reading patch net.minecraft.world.level.NaturalSpawner$SpawnPredicate.binpatch

    Checksum: 2cc1c8c2 Exists: true

  Reading patch net.minecraft.world.level.NaturalSpawner$SpawnState.binpatch

    Checksum: 71c057ea Exists: true

  Reading patch net.minecraft.world.level.NaturalSpawner.binpatch

    Checksum: 8a535745 Exists: true

  Reading patch net.minecraft.world.level.biome.Biome$1.binpatch

    Checksum: 3bd66317 Exists: true

  Reading patch net.minecraft.world.level.biome.Biome$BiomeBuilder.binpatch

    Checksum: d746a5b0 Exists: true

  Reading patch net.minecraft.world.level.biome.Biome$BiomeCategory.binpatch

    Checksum: 498a3ae7 Exists: true

  Reading patch net.minecraft.world.level.biome.Biome$ClimateParameters.binpatch

    Checksum: 461c553c Exists: true

  Reading patch net.minecraft.world.level.biome.Biome$ClimateSettings.binpatch

    Checksum: 3c1c102d Exists: true

  Reading patch net.minecraft.world.level.biome.Biome$Precipitation.binpatch

    Checksum: 8f2762dc Exists: true

  Reading patch net.minecraft.world.level.biome.Biome$TemperatureModifier$1.binpatch

    Checksum: be38d294 Exists: true

  Reading patch net.minecraft.world.level.biome.Biome$TemperatureModifier$2.binpatch

    Checksum: 32177182 Exists: true

  Reading patch net.minecraft.world.level.biome.Biome$TemperatureModifier.binpatch

    Checksum: 6bf9bcf9 Exists: true

  Reading patch net.minecraft.world.level.biome.Biome.binpatch

    Checksum: 3fcd411 Exists: true

  Reading patch net.minecraft.world.level.biome.BiomeGenerationSettings$Builder.binpatch

    Checksum: e2b00f39 Exists: true

  Reading patch net.minecraft.world.level.biome.BiomeGenerationSettings.binpatch

    Checksum: e1fd9bdd Exists: true

  Reading patch net.minecraft.world.level.biome.BiomeSpecialEffects$Builder.binpatch

    Checksum: ba1fdbd3 Exists: true

  Reading patch net.minecraft.world.level.biome.BiomeSpecialEffects$GrassColorModifier$1.binpatch

    Checksum: f8f4d075 Exists: true

  Reading patch net.minecraft.world.level.biome.BiomeSpecialEffects$GrassColorModifier$2.binpatch

    Checksum: b0c8d60a Exists: true

  Reading patch net.minecraft.world.level.biome.BiomeSpecialEffects$GrassColorModifier$3.binpatch

    Checksum: c7b73a22 Exists: true

  Reading patch net.minecraft.world.level.biome.BiomeSpecialEffects$GrassColorModifier$ColorModifier.binpatch

    Checksum: 0 Exists: false

  Reading patch net.minecraft.world.level.biome.BiomeSpecialEffects$GrassColorModifier.binpatch

    Checksum: 74a439f6 Exists: true

  Reading patch net.minecraft.world.level.biome.BiomeSpecialEffects.binpatch

    Checksum: 96ed5ea3 Exists: true

  Reading patch net.minecraft.world.level.biome.MobSpawnSettings$Builder.binpatch

    Checksum: ab1142df Exists: true

  Reading patch net.minecraft.world.level.biome.MobSpawnSettings$MobSpawnCost.binpatch

    Checksum: 84d50264 Exists: true

  Reading patch net.minecraft.world.level.biome.MobSpawnSettings$SpawnerData.binpatch

    Checksum: 572a96f3 Exists: true

  Reading patch net.minecraft.world.level.biome.MobSpawnSettings.binpatch

    Checksum: aca881f8 Exists: true

  Reading patch net.minecraft.world.level.biome.OverworldBiomeSource.binpatch

    Checksum: 8c30c41 Exists: true

  Reading patch net.minecraft.world.level.block.AbstractBannerBlock.binpatch

    Checksum: 832be048 Exists: true

  Reading patch net.minecraft.world.level.block.AttachedStemBlock.binpatch

    Checksum: 828655ed Exists: true

  Reading patch net.minecraft.world.level.block.BambooBlock.binpatch

    Checksum: 7548f990 Exists: true

  Reading patch net.minecraft.world.level.block.BambooSaplingBlock.binpatch

    Checksum: f696e90b Exists: true

  Reading patch net.minecraft.world.level.block.BannerBlock.binpatch

    Checksum: eaf10d35 Exists: true

  Reading patch net.minecraft.world.level.block.BaseFireBlock.binpatch

    Checksum: 6dcda937 Exists: true

  Reading patch net.minecraft.world.level.block.BaseRailBlock$1.binpatch

    Checksum: 17fee9ca Exists: true

  Reading patch net.minecraft.world.level.block.BaseRailBlock.binpatch

    Checksum: db6f4d03 Exists: true

  Reading patch net.minecraft.world.level.block.BeehiveBlock.binpatch

    Checksum: ce26d4e5 Exists: true

  Reading patch net.minecraft.world.level.block.BeetrootBlock.binpatch

    Checksum: dcfc34c7 Exists: true

  Reading patch net.minecraft.world.level.block.BigDripleafStemBlock$1.binpatch

    Checksum: 23b1bf03 Exists: true

  Reading patch net.minecraft.world.level.block.BigDripleafStemBlock.binpatch

    Checksum: 8b2843d1 Exists: true

  Reading patch net.minecraft.world.level.block.Block$1.binpatch

    Checksum: b28ece4d Exists: true

  Reading patch net.minecraft.world.level.block.Block$2.binpatch

    Checksum: cc61f74a Exists: true

  Reading patch net.minecraft.world.level.block.Block$BlockStatePairKey.binpatch

    Checksum: 50ee431c Exists: true

  Reading patch net.minecraft.world.level.block.Block.binpatch

    Checksum: b7a68e45 Exists: true

  Reading patch net.minecraft.world.level.block.Blocks.binpatch

    Checksum: 48144948 Exists: true

  Reading patch net.minecraft.world.level.block.BushBlock.binpatch

    Checksum: 6027a89b Exists: true

  Reading patch net.minecraft.world.level.block.CactusBlock.binpatch

    Checksum: 1f3b89cc Exists: true

  Reading patch net.minecraft.world.level.block.CampfireBlock.binpatch

    Checksum: f02c0b8f Exists: true

  Reading patch net.minecraft.world.level.block.CandleCakeBlock.binpatch

    Checksum: 64238534 Exists: true

  Reading patch net.minecraft.world.level.block.CarrotBlock.binpatch

    Checksum: c8d2b5f1 Exists: true

  Reading patch net.minecraft.world.level.block.CaveVinesBlock.binpatch

    Checksum: 6c58f045 Exists: true

  Reading patch net.minecraft.world.level.block.CaveVinesPlantBlock.binpatch

    Checksum: f337117e Exists: true

  Reading patch net.minecraft.world.level.block.ChestBlock$1.binpatch

    Checksum: 3435f435 Exists: true

  Reading patch net.minecraft.world.level.block.ChestBlock$2$1.binpatch

    Checksum: 456135a5 Exists: true

  Reading patch net.minecraft.world.level.block.ChestBlock$2.binpatch

    Checksum: ea7055 Exists: true

  Reading patch net.minecraft.world.level.block.ChestBlock$3.binpatch

    Checksum: 70ce0f51 Exists: true

  Reading patch net.minecraft.world.level.block.ChestBlock$4.binpatch

    Checksum: 8eaab725 Exists: true

  Reading patch net.minecraft.world.level.block.ChestBlock.binpatch

    Checksum: b08796cc Exists: true

  Reading patch net.minecraft.world.level.block.ChorusFlowerBlock.binpatch

    Checksum: 21a4ab3d Exists: true

  Reading patch net.minecraft.world.level.block.CocoaBlock$1.binpatch

    Checksum: 509db6e9 Exists: true

  Reading patch net.minecraft.world.level.block.CocoaBlock.binpatch

    Checksum: 81eedcda Exists: true

  Reading patch net.minecraft.world.level.block.ComparatorBlock.binpatch

    Checksum: fd0ec72a Exists: true

  Reading patch net.minecraft.world.level.block.CropBlock.binpatch

    Checksum: eba17079 Exists: true

  Reading patch net.minecraft.world.level.block.DeadBushBlock.binpatch

    Checksum: 79d9c647 Exists: true

  Reading patch net.minecraft.world.level.block.DetectorRailBlock$1.binpatch

    Checksum: 1e681a34 Exists: true

  Reading patch net.minecraft.world.level.block.DetectorRailBlock.binpatch

    Checksum: cebebf5a Exists: true

  Reading patch net.minecraft.world.level.block.DiodeBlock.binpatch

    Checksum: 62bc7912 Exists: true

  Reading patch net.minecraft.world.level.block.DoublePlantBlock.binpatch

    Checksum: add0f7b4 Exists: true

  Reading patch net.minecraft.world.level.block.DropperBlock.binpatch

    Checksum: 7dcc9669 Exists: true

  Reading patch net.minecraft.world.level.block.EnchantmentTableBlock.binpatch

    Checksum: 582e7cca Exists: true

  Reading patch net.minecraft.world.level.block.EndGatewayBlock.binpatch

    Checksum: 24976b54 Exists: true

  Reading patch net.minecraft.world.level.block.EndPortalBlock.binpatch

    Checksum: e7f82668 Exists: true

  Reading patch net.minecraft.world.level.block.FallingBlock.binpatch

    Checksum: 57e0a18a Exists: true

  Reading patch net.minecraft.world.level.block.FarmBlock.binpatch

    Checksum: b6c7526b Exists: true

  Reading patch net.minecraft.world.level.block.FireBlock.binpatch

    Checksum: 94f4000a Exists: true

  Reading patch net.minecraft.world.level.block.FlowerPotBlock.binpatch

    Checksum: abb92930 Exists: true

  Reading patch net.minecraft.world.level.block.FrostedIceBlock.binpatch

    Checksum: 93b5b8d3 Exists: true

  Reading patch net.minecraft.world.level.block.GrowingPlantBodyBlock.binpatch

    Checksum: d7fbd5cd Exists: true

  Reading patch net.minecraft.world.level.block.GrowingPlantHeadBlock.binpatch

    Checksum: fe57a71f Exists: true

  Reading patch net.minecraft.world.level.block.LeavesBlock.binpatch

    Checksum: 571e5304 Exists: true

  Reading patch net.minecraft.world.level.block.LightBlock.binpatch

    Checksum: 5c5bd3a4 Exists: true

  Reading patch net.minecraft.world.level.block.LiquidBlock.binpatch

    Checksum: c0328546 Exists: true

  Reading patch net.minecraft.world.level.block.MushroomBlock.binpatch

    Checksum: c95ec0cf Exists: true

  Reading patch net.minecraft.world.level.block.NetherPortalBlock$1.binpatch

    Checksum: 56941b4d Exists: true

  Reading patch net.minecraft.world.level.block.NetherPortalBlock.binpatch

    Checksum: 7138042c Exists: true

  Reading patch net.minecraft.world.level.block.NetherWartBlock.binpatch

    Checksum: fda0e98b Exists: true

  Reading patch net.minecraft.world.level.block.NoteBlock.binpatch

    Checksum: 2f8e3c89 Exists: true

  Reading patch net.minecraft.world.level.block.OreBlock.binpatch

    Checksum: c9edc279 Exists: true

  Reading patch net.minecraft.world.level.block.PotatoBlock.binpatch

    Checksum: a42b634 Exists: true

  Reading patch net.minecraft.world.level.block.PoweredRailBlock$1.binpatch

    Checksum: a7b719bb Exists: true

  Reading patch net.minecraft.world.level.block.PoweredRailBlock.binpatch

    Checksum: 4356c71b Exists: true

  Reading patch net.minecraft.world.level.block.RailBlock$1.binpatch

    Checksum: 191130c Exists: true

  Reading patch net.minecraft.world.level.block.RailBlock.binpatch

    Checksum: 1edbd175 Exists: true

  Reading patch net.minecraft.world.level.block.RailState$1.binpatch

    Checksum: ac7f30de Exists: true

  Reading patch net.minecraft.world.level.block.RailState.binpatch

    Checksum: dd8848af Exists: true

  Reading patch net.minecraft.world.level.block.RedStoneOreBlock.binpatch

    Checksum: 7ef33d99 Exists: true

  Reading patch net.minecraft.world.level.block.SaplingBlock.binpatch

    Checksum: 52e8895 Exists: true

  Reading patch net.minecraft.world.level.block.SeagrassBlock.binpatch

    Checksum: 1c9895d1 Exists: true

  Reading patch net.minecraft.world.level.block.ShulkerBoxBlock$1.binpatch

    Checksum: c9cc528a Exists: true

  Reading patch net.minecraft.world.level.block.ShulkerBoxBlock.binpatch

    Checksum: 17f853c Exists: true

  Reading patch net.minecraft.world.level.block.SoundType.binpatch

    Checksum: dea2e9e Exists: true

  Reading patch net.minecraft.world.level.block.SpawnerBlock.binpatch

    Checksum: fad98c61 Exists: true

  Reading patch net.minecraft.world.level.block.SpreadingSnowyDirtBlock.binpatch

    Checksum: a8c2ffe1 Exists: true

  Reading patch net.minecraft.world.level.block.StairBlock$1.binpatch

    Checksum: dff44c9b Exists: true

  Reading patch net.minecraft.world.level.block.StairBlock.binpatch

    Checksum: 2b175d2f Exists: true

  Reading patch net.minecraft.world.level.block.StemBlock.binpatch

    Checksum: 68e0fcfe Exists: true

  Reading patch net.minecraft.world.level.block.SugarCaneBlock.binpatch

    Checksum: 7e8eae11 Exists: true

  Reading patch net.minecraft.world.level.block.SweetBerryBushBlock.binpatch

    Checksum: 99932f23 Exists: true

  Reading patch net.minecraft.world.level.block.TallGrassBlock.binpatch

    Checksum: 9b74ef6d Exists: true

  Reading patch net.minecraft.world.level.block.TallSeagrassBlock.binpatch

    Checksum: b31306fb Exists: true

  Reading patch net.minecraft.world.level.block.TntBlock.binpatch

    Checksum: dc0c89e1 Exists: true

  Reading patch net.minecraft.world.level.block.TrapDoorBlock$1.binpatch

    Checksum: 98df30ab Exists: true

  Reading patch net.minecraft.world.level.block.TrapDoorBlock.binpatch

    Checksum: 900a0197 Exists: true

  Reading patch net.minecraft.world.level.block.TripWireHookBlock$1.binpatch

    Checksum: 60b0bc92 Exists: true

  Reading patch net.minecraft.world.level.block.TripWireHookBlock.binpatch

    Checksum: d577ccf Exists: true

  Reading patch net.minecraft.world.level.block.TurtleEggBlock.binpatch

    Checksum: fee7a12a Exists: true

  Reading patch net.minecraft.world.level.block.VineBlock$1.binpatch

    Checksum: ccc61cb2 Exists: true

  Reading patch net.minecraft.world.level.block.VineBlock.binpatch

    Checksum: 7593ff6f Exists: true

  Reading patch net.minecraft.world.level.block.WebBlock.binpatch

    Checksum: 4098a9a7 Exists: true

  Reading patch net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity$1.binpatch

    Checksum: dcf23869 Exists: true

  Reading patch net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity.binpatch

    Checksum: 28bd613b Exists: true

  Reading patch net.minecraft.world.level.block.entity.BannerPattern$Builder.binpatch

    Checksum: 4151861a Exists: true

  Reading patch net.minecraft.world.level.block.entity.BannerPattern.binpatch

    Checksum: 27a8d61a Exists: true

  Reading patch net.minecraft.world.level.block.entity.BaseContainerBlockEntity.binpatch

    Checksum: 30c6d278 Exists: true

  Reading patch net.minecraft.world.level.block.entity.BeaconBlockEntity$1.binpatch

    Checksum: 289329f1 Exists: true

  Reading patch net.minecraft.world.level.block.entity.BeaconBlockEntity$BeaconBeamSection.binpatch

    Checksum: b5bfb228 Exists: true

  Reading patch net.minecraft.world.level.block.entity.BeaconBlockEntity.binpatch

    Checksum: cc36ad6a Exists: true

  Reading patch net.minecraft.world.level.block.entity.BlockEntity.binpatch

    Checksum: bf852e51 Exists: true

  Reading patch net.minecraft.world.level.block.entity.BlockEntityType$BlockEntitySupplier.binpatch

    Checksum: 461af4e3 Exists: true

  Reading patch net.minecraft.world.level.block.entity.BlockEntityType$Builder.binpatch

    Checksum: 4f0bc4a1 Exists: true

  Reading patch net.minecraft.world.level.block.entity.BlockEntityType.binpatch

    Checksum: b2a06032 Exists: true

  Reading patch net.minecraft.world.level.block.entity.BrewingStandBlockEntity$1.binpatch

    Checksum: 3a7014e2 Exists: true

  Reading patch net.minecraft.world.level.block.entity.BrewingStandBlockEntity.binpatch

    Checksum: 2f0973f5 Exists: true

  Reading patch net.minecraft.world.level.block.entity.ChestBlockEntity$1.binpatch

    Checksum: 2ff8e310 Exists: true

  Reading patch net.minecraft.world.level.block.entity.ChestBlockEntity.binpatch

    Checksum: 76e04ce2 Exists: true

  Reading patch net.minecraft.world.level.block.entity.ConduitBlockEntity.binpatch

    Checksum: a99e734c Exists: true

  Reading patch net.minecraft.world.level.block.entity.HopperBlockEntity.binpatch

    Checksum: 4688d1ce Exists: true

  Reading patch net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity$1.binpatch

    Checksum: d05e0a96 Exists: true

  Reading patch net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity$AnimationStatus.binpatch

    Checksum: ad13b633 Exists: true

  Reading patch net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity.binpatch

    Checksum: 1d8f57b6 Exists: true

  Reading patch net.minecraft.world.level.block.piston.MovingPistonBlock.binpatch

    Checksum: 40715bbd Exists: true

  Reading patch net.minecraft.world.level.block.piston.PistonBaseBlock$1.binpatch

    Checksum: be34472 Exists: true

  Reading patch net.minecraft.world.level.block.piston.PistonBaseBlock.binpatch

    Checksum: d65e4ead Exists: true

  Reading patch net.minecraft.world.level.block.piston.PistonHeadBlock$1.binpatch

    Checksum: b95dd2f6 Exists: true

  Reading patch net.minecraft.world.level.block.piston.PistonHeadBlock.binpatch

    Checksum: 812736 Exists: true

  Reading patch net.minecraft.world.level.block.piston.PistonMovingBlockEntity$1.binpatch

    Checksum: 563f3788 Exists: true

  Reading patch net.minecraft.world.level.block.piston.PistonMovingBlockEntity.binpatch

    Checksum: 265f6a24 Exists: true

  Reading patch net.minecraft.world.level.block.piston.PistonStructureResolver.binpatch

    Checksum: 905ab6eb Exists: true

  Reading patch net.minecraft.world.level.block.state.BlockBehaviour$1.binpatch

    Checksum: 2394d79d Exists: true

  Reading patch net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase$Cache.binpatch

    Checksum: fcc5a08e Exists: true

  Reading patch net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.binpatch

    Checksum: 1d2da889 Exists: true

  Reading patch net.minecraft.world.level.block.state.BlockBehaviour$OffsetType.binpatch

    Checksum: 6a09835e Exists: true

  Reading patch net.minecraft.world.level.block.state.BlockBehaviour$Properties.binpatch

    Checksum: b0774fd2 Exists: true

  Reading patch net.minecraft.world.level.block.state.BlockBehaviour$StateArgumentPredicate.binpatch

    Checksum: 7362e0c4 Exists: true

  Reading patch net.minecraft.world.level.block.state.BlockBehaviour$StatePredicate.binpatch

    Checksum: f76f85ad Exists: true

  Reading patch net.minecraft.world.level.block.state.BlockBehaviour.binpatch

    Checksum: 2a3a92f Exists: true

  Reading patch net.minecraft.world.level.block.state.BlockState.binpatch

    Checksum: 970bd451 Exists: true

  Reading patch net.minecraft.world.level.block.state.properties.WoodType.binpatch

    Checksum: 6d2ccdc9 Exists: true

  Reading patch net.minecraft.world.level.chunk.ChunkAccess.binpatch

    Checksum: ea3a8426 Exists: true

  Reading patch net.minecraft.world.level.chunk.ChunkStatus$ChunkType.binpatch

    Checksum: 83995d04 Exists: true

  Reading patch net.minecraft.world.level.chunk.ChunkStatus$GenerationTask.binpatch

    Checksum: 84291340 Exists: true

  Reading patch net.minecraft.world.level.chunk.ChunkStatus$LoadingTask.binpatch

    Checksum: d0488d30 Exists: true

  Reading patch net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.binpatch

    Checksum: 3d7c8d66 Exists: true

  Reading patch net.minecraft.world.level.chunk.ChunkStatus.binpatch

    Checksum: 18377fd4 Exists: true

  Reading patch net.minecraft.world.level.chunk.LevelChunk$1.binpatch

    Checksum: 3e2bcac5 Exists: true

  Reading patch net.minecraft.world.level.chunk.LevelChunk$BoundTickingBlockEntity.binpatch

    Checksum: e7c80b27 Exists: true

  Reading patch net.minecraft.world.level.chunk.LevelChunk$EntityCreationType.binpatch

    Checksum: 8b5f7d27 Exists: true

  Reading patch net.minecraft.world.level.chunk.LevelChunk$RebindableTickingBlockEntityWrapper.binpatch

    Checksum: f5800e45 Exists: true

  Reading patch net.minecraft.world.level.chunk.LevelChunk.binpatch

    Checksum: c476bcba Exists: true

  Reading patch net.minecraft.world.level.chunk.PalettedContainer$CountConsumer.binpatch

    Checksum: d0f78266 Exists: true

  Reading patch net.minecraft.world.level.chunk.PalettedContainer.binpatch

    Checksum: eed755b2 Exists: true

  Reading patch net.minecraft.world.level.chunk.ProtoChunk.binpatch

    Checksum: bd361664 Exists: true

  Reading patch net.minecraft.world.level.chunk.storage.ChunkSerializer.binpatch

    Checksum: 20b8e6f6 Exists: true

  Reading patch net.minecraft.world.level.chunk.storage.EntityStorage.binpatch

    Checksum: 32d92544 Exists: true

  Reading patch net.minecraft.world.level.dimension.end.EndDragonFight.binpatch

    Checksum: 3d581a2f Exists: true

  Reading patch net.minecraft.world.level.levelgen.DebugLevelSource.binpatch

    Checksum: 30d7ba97 Exists: true

  Reading patch net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator$NoodleCaveNoiseModifier.binpatch

    Checksum: 1d68e06 Exists: true

  Reading patch net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator$OreVeinNoiseSource.binpatch

    Checksum: d07d115 Exists: true

  Reading patch net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator.binpatch

    Checksum: 221c9d40 Exists: true

  Reading patch net.minecraft.world.level.levelgen.PatrolSpawner.binpatch

    Checksum: a134a5b7 Exists: true

  Reading patch net.minecraft.world.level.levelgen.PhantomSpawner.binpatch

    Checksum: 4b66b532 Exists: true

  Reading patch net.minecraft.world.level.levelgen.WorldGenSettings.binpatch

    Checksum: caf01f1b Exists: true

  Reading patch net.minecraft.world.level.levelgen.carver.WorldCarver$CarveSkipChecker.binpatch

    Checksum: 8f7734d Exists: true

  Reading patch net.minecraft.world.level.levelgen.carver.WorldCarver.binpatch

    Checksum: 90586f02 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.Feature.binpatch

    Checksum: 97180e73 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.MonsterRoomFeature.binpatch

    Checksum: f5f7582 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.NetherFortressFeature$NetherBridgeStart.binpatch

    Checksum: 6548e2cf Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.NetherFortressFeature.binpatch

    Checksum: 42021fe Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.OceanMonumentFeature$OceanMonumentStart.binpatch

    Checksum: 374679b0 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.OceanMonumentFeature.binpatch

    Checksum: 965cde23 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.PillagerOutpostFeature.binpatch

    Checksum: a93904b4 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.StructureFeature$StructureStartFactory.binpatch

    Checksum: e81524c7 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.StructureFeature.binpatch

    Checksum: c4f55f66 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.SwamplandHutFeature$FeatureStart.binpatch

    Checksum: f64389d0 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.SwamplandHutFeature.binpatch

    Checksum: 46bf9e7b Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.blockplacers.BlockPlacerType.binpatch

    Checksum: eb3c9be5 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.configurations.TreeConfiguration$TreeConfigurationBuilder.binpatch

    Checksum: ec1689b2 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.configurations.TreeConfiguration.binpatch

    Checksum: 4de584fc Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacerType.binpatch

    Checksum: dc675dfb Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProviderType.binpatch

    Checksum: b8da74b7 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.structures.SinglePoolElement.binpatch

    Checksum: 2457306b Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.structures.StructureTemplatePool$Projection.binpatch

    Checksum: 8d73f698 Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.structures.StructureTemplatePool.binpatch

    Checksum: 80540bcc Exists: true

  Reading patch net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType.binpatch

    Checksum: f3bea280 Exists: true

  Reading patch net.minecraft.world.level.levelgen.flat.FlatLevelGeneratorSettings.binpatch

    Checksum: 79a0eba5 Exists: true

  Reading patch net.minecraft.world.level.levelgen.placement.FeatureDecorator.binpatch

    Checksum: 542498d1 Exists: true

  Reading patch net.minecraft.world.level.levelgen.structure.StructurePiece$1.binpatch

    Checksum: 623cc5ed Exists: true

  Reading patch net.minecraft.world.level.levelgen.structure.StructurePiece$BlockSelector.binpatch

    Checksum: b6c004b6 Exists: true

  Reading patch net.minecraft.world.level.levelgen.structure.StructurePiece.binpatch

    Checksum: a2a395e5 Exists: true

  Reading patch net.minecraft.world.level.levelgen.structure.StructureStart$1.binpatch

    Checksum: 7777472 Exists: true

  Reading patch net.minecraft.world.level.levelgen.structure.StructureStart.binpatch

    Checksum: 5920d3f0 Exists: true

  Reading patch net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor.binpatch

    Checksum: 7244ee8f Exists: true

  Reading patch net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate$1.binpatch

    Checksum: 53184649 Exists: true

  Reading patch net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate$Palette.binpatch

    Checksum: 69124c1a Exists: true

  Reading patch net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate$SimplePalette.binpatch

    Checksum: 2753abef Exists: true

  Reading patch net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate$StructureBlockInfo.binpatch

    Checksum: 89dd80f7 Exists: true

  Reading patch net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate$StructureEntityInfo.binpatch

    Checksum: c3951a89 Exists: true

  Reading patch net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.binpatch

    Checksum: 4cc2095 Exists: true

  Reading patch net.minecraft.world.level.levelgen.surfacebuilders.SurfaceBuilder.binpatch

    Checksum: fb5d3b26 Exists: true

  Reading patch net.minecraft.world.level.lighting.BlockLightEngine.binpatch

    Checksum: 8bde6c90 Exists: true

  Reading patch net.minecraft.world.level.lighting.DynamicGraphMinFixedPoint$1.binpatch

    Checksum: 49c5f0f6 Exists: true

  Reading patch net.minecraft.world.level.lighting.DynamicGraphMinFixedPoint$2.binpatch

    Checksum: e383f07e Exists: true

  Reading patch net.minecraft.world.level.lighting.DynamicGraphMinFixedPoint.binpatch

    Checksum: 1d523676 Exists: true

  Reading patch net.minecraft.world.level.lighting.LayerLightEngine.binpatch

    Checksum: 5f359946 Exists: true

  Reading patch net.minecraft.world.level.lighting.SkyLightEngine.binpatch

    Checksum: 132da0e6 Exists: true

  Reading patch net.minecraft.world.level.material.FlowingFluid$1.binpatch

    Checksum: 9e330d81 Exists: true

  Reading patch net.minecraft.world.level.material.FlowingFluid.binpatch

    Checksum: 3fe27a78 Exists: true

  Reading patch net.minecraft.world.level.material.Fluid.binpatch

    Checksum: 154001f Exists: true

  Reading patch net.minecraft.world.level.material.FluidState.binpatch

    Checksum: 66eb7244 Exists: true

  Reading patch net.minecraft.world.level.material.LavaFluid$Flowing.binpatch

    Checksum: 2c6921f Exists: true

  Reading patch net.minecraft.world.level.material.LavaFluid$Source.binpatch

    Checksum: fb50bae9 Exists: true

  Reading patch net.minecraft.world.level.material.LavaFluid.binpatch

    Checksum: e7ddbd07 Exists: true

  Reading patch net.minecraft.world.level.newbiome.layer.BiomeInitLayer.binpatch

    Checksum: 68fd6bec Exists: true

  Reading patch net.minecraft.world.level.pathfinder.BlockPathTypes.binpatch

    Checksum: 91201d10 Exists: true

  Reading patch net.minecraft.world.level.pathfinder.WalkNodeEvaluator.binpatch

    Checksum: 9110aaca Exists: true

  Reading patch net.minecraft.world.level.portal.PortalForcer.binpatch

    Checksum: 60239a15 Exists: true

  Reading patch net.minecraft.world.level.portal.PortalShape.binpatch

    Checksum: 5c981ba1 Exists: true

  Reading patch net.minecraft.world.level.saveddata.maps.MapDecoration$Type.binpatch

    Checksum: 89b1a2b Exists: true

  Reading patch net.minecraft.world.level.saveddata.maps.MapDecoration.binpatch

    Checksum: afca016a Exists: true

  Reading patch net.minecraft.world.level.storage.DimensionDataStorage.binpatch

    Checksum: d442b6f0 Exists: true

  Reading patch net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess$1.binpatch

    Checksum: 20b0e395 Exists: true

  Reading patch net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess$2.binpatch

    Checksum: c1230adc Exists: true

  Reading patch net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.binpatch

    Checksum: 8fcb76f3 Exists: true

  Reading patch net.minecraft.world.level.storage.LevelStorageSource.binpatch

    Checksum: 782e47f2 Exists: true

  Reading patch net.minecraft.world.level.storage.PlayerDataStorage.binpatch

    Checksum: b28ebe24 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.LootContext$Builder.binpatch

    Checksum: 730f00f Exists: true

  Reading patch net.minecraft.world.level.storage.loot.LootContext$DynamicDrop.binpatch

    Checksum: 73f1d4fe Exists: true

  Reading patch net.minecraft.world.level.storage.loot.LootContext$EntityTarget$Serializer.binpatch

    Checksum: 47ab61cd Exists: true

  Reading patch net.minecraft.world.level.storage.loot.LootContext$EntityTarget.binpatch

    Checksum: fc014586 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.LootContext.binpatch

    Checksum: f82a6ae4 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.LootPool$Builder.binpatch

    Checksum: 6b64a549 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.LootPool$Serializer.binpatch

    Checksum: 3ce3ff44 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.LootPool.binpatch

    Checksum: 28d2b3c Exists: true

  Reading patch net.minecraft.world.level.storage.loot.LootTable$Builder.binpatch

    Checksum: 197d6b6d Exists: true

  Reading patch net.minecraft.world.level.storage.loot.LootTable$Serializer.binpatch

    Checksum: e4ba8b83 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.LootTable.binpatch

    Checksum: bb2b4692 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.LootTables.binpatch

    Checksum: 83a488a4 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.functions.LootingEnchantFunction$Builder.binpatch

    Checksum: 20ae747e Exists: true

  Reading patch net.minecraft.world.level.storage.loot.functions.LootingEnchantFunction$Serializer.binpatch

    Checksum: b1a8e409 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.functions.LootingEnchantFunction.binpatch

    Checksum: cdd20f5b Exists: true

  Reading patch net.minecraft.world.level.storage.loot.functions.SmeltItemFunction$Serializer.binpatch

    Checksum: ba08719a Exists: true

  Reading patch net.minecraft.world.level.storage.loot.functions.SmeltItemFunction.binpatch

    Checksum: 5208bd26 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.parameters.LootContextParamSets.binpatch

    Checksum: 715adfaf Exists: true

  Reading patch net.minecraft.world.level.storage.loot.predicates.LootItemRandomChanceCondition$Serializer.binpatch

    Checksum: aaded065 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.predicates.LootItemRandomChanceCondition.binpatch

    Checksum: 4a3dd1a4 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.predicates.LootItemRandomChanceWithLootingCondition$Serializer.binpatch

    Checksum: e4c603c6 Exists: true

  Reading patch net.minecraft.world.level.storage.loot.predicates.LootItemRandomChanceWithLootingCondition.binpatch

    Checksum: 9db4a14 Exists: true

  Reading patch net.minecraft.world.phys.Vec3.binpatch

    Checksum: 431608b5 Exists: true

Processing: /Users/seion/Library/Application Support/minecraft/libraries/net/minecraft/client/1.17.1-20210706.113038/client-1.17.1-20210706.113038-srg.jar

  Patching net/minecraft/world/phys/Vec3 1/1

  Patching net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithLootingCondition$Serializer 1/1

  Patching net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithLootingCondition 1/1

  Patching net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceCondition 1/1

  Patching net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceCondition$Serializer 1/1

  Patching net/minecraft/world/level/storage/loot/parameters/LootContextParamSets 1/1

  Patching net/minecraft/world/level/storage/loot/functions/SmeltItemFunction$Serializer 1/1

  Patching net/minecraft/world/level/storage/loot/functions/LootingEnchantFunction$Serializer 1/1

  Patching net/minecraft/world/level/storage/loot/functions/LootingEnchantFunction$Builder 1/1

  Patching net/minecraft/world/level/storage/loot/functions/LootingEnchantFunction 1/1

  Patching net/minecraft/world/level/storage/loot/functions/SmeltItemFunction 1/1

  Patching net/minecraft/world/level/storage/loot/LootTable$Serializer 1/1

  Patching net/minecraft/world/level/storage/loot/LootTables 1/1

  Patching net/minecraft/world/level/storage/loot/LootTable$Builder 1/1

  Patching net/minecraft/world/level/storage/loot/LootContext$EntityTarget$Serializer 1/1

  Patching net/minecraft/world/level/storage/loot/LootPool$Serializer 1/1

  Patching net/minecraft/world/level/storage/loot/LootPool 1/1

  Patching net/minecraft/world/level/storage/loot/LootContext$DynamicDrop 1/1

  Patching net/minecraft/world/level/storage/loot/LootPool$Builder 1/1

  Patching net/minecraft/world/level/storage/loot/LootContext$EntityTarget 1/1

  Patching net/minecraft/world/level/storage/loot/LootContext 1/1

  Patching net/minecraft/world/level/storage/loot/LootTable 1/1

  Patching net/minecraft/world/level/storage/loot/LootContext$Builder 1/1

  Patching net/minecraft/world/level/storage/PlayerDataStorage 1/1

  Patching net/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess$2 1/1

  Patching net/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess$1 1/1

  Patching net/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess 1/1

  Patching net/minecraft/world/level/storage/DimensionDataStorage 1/1

  Patching net/minecraft/world/level/storage/LevelStorageSource 1/1

  Patching net/minecraft/world/level/saveddata/maps/MapDecoration 1/1

  Patching net/minecraft/world/level/saveddata/maps/MapDecoration$Type 1/1

  Patching net/minecraft/world/level/pathfinder/BlockPathTypes 1/1

  Patching net/minecraft/world/level/portal/PortalShape 1/1

  Patching net/minecraft/world/level/portal/PortalForcer 1/1

  Patching net/minecraft/world/level/newbiome/layer/BiomeInitLayer 1/1

  Patching net/minecraft/world/level/pathfinder/WalkNodeEvaluator 1/1

  Patching net/minecraft/world/level/material/LavaFluid$Source 1/1

  Patching net/minecraft/world/level/material/LavaFluid$Flowing 1/1

  Patching net/minecraft/world/level/material/FluidState 1/1

  Patching net/minecraft/world/level/material/FlowingFluid$1 1/1

  Patching net/minecraft/world/level/material/Fluid 1/1

  Patching net/minecraft/world/level/lighting/SkyLightEngine 1/1

  Patching net/minecraft/world/level/lighting/DynamicGraphMinFixedPoint$2 1/1

  Patching net/minecraft/world/level/lighting/DynamicGraphMinFixedPoint$1 1/1

  Patching net/minecraft/world/level/lighting/LayerLightEngine 1/1

  Patching net/minecraft/world/level/lighting/DynamicGraphMinFixedPoint 1/1

  Patching net/minecraft/world/level/material/LavaFluid 1/1

  Patching net/minecraft/world/level/lighting/BlockLightEngine 1/1

  Patching net/minecraft/world/level/material/FlowingFluid 1/1

  Patching net/minecraft/world/level/levelgen/surfacebuilders/SurfaceBuilder 1/1

  Patching net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate$StructureEntityInfo 1/1

  Patching net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate$StructureBlockInfo 1/1

  Patching net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate$SimplePalette 1/1

  Patching net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate$1 1/1

  Patching net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessor 1/1

  Patching net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate$Palette 1/1

  Patching net/minecraft/world/level/levelgen/structure/StructureStart$1 1/1

  Patching net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate 1/1

  Patching net/minecraft/world/level/levelgen/structure/StructurePiece$1 1/1

  Patching net/minecraft/world/level/levelgen/structure/StructurePiece$BlockSelector 1/1

  Patching net/minecraft/world/level/levelgen/structure/StructureStart 1/1

  Patching net/minecraft/world/level/levelgen/structure/StructurePiece 1/1

  Patching net/minecraft/world/level/levelgen/placement/FeatureDecorator 1/1

  Patching net/minecraft/world/level/levelgen/feature/treedecorators/TreeDecoratorType 1/1

  Patching net/minecraft/world/level/levelgen/feature/structures/StructureTemplatePool$Projection 1/1

  Patching net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings 1/1

  Patching net/minecraft/world/level/levelgen/feature/structures/StructureTemplatePool 1/1

  Patching net/minecraft/world/level/levelgen/feature/structures/SinglePoolElement 1/1

  Patching net/minecraft/world/level/levelgen/feature/stateproviders/BlockStateProviderType 1/1

  Patching net/minecraft/world/level/levelgen/feature/foliageplacers/FoliagePlacerType 1/1

  Patching net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$TreeConfigurationBuilder 1/1

  Patching net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration 1/1

  Patching net/minecraft/world/level/levelgen/feature/blockplacers/BlockPlacerType 1/1

  Patching net/minecraft/world/level/levelgen/feature/SwamplandHutFeature$FeatureStart 1/1

  Patching net/minecraft/world/level/levelgen/feature/SwamplandHutFeature 1/1

  Patching net/minecraft/world/level/levelgen/feature/StructureFeature$StructureStartFactory 1/1

  Patching net/minecraft/world/level/levelgen/feature/StructureFeature 1/1

  Patching net/minecraft/world/level/levelgen/feature/PillagerOutpostFeature 1/1

  Patching net/minecraft/world/level/levelgen/feature/NetherFortressFeature$NetherBridgeStart 1/1

  Patching net/minecraft/world/level/levelgen/feature/OceanMonumentFeature 1/1

  Patching net/minecraft/world/level/levelgen/feature/OceanMonumentFeature$OceanMonumentStart 1/1

  Patching net/minecraft/world/level/levelgen/feature/MonsterRoomFeature 1/1

  Patching net/minecraft/world/level/levelgen/feature/NetherFortressFeature 1/1

  Patching net/minecraft/world/level/levelgen/carver/WorldCarver$CarveSkipChecker 1/1

  Patching net/minecraft/world/level/levelgen/feature/Feature 1/1

  Patching net/minecraft/world/level/levelgen/carver/WorldCarver 1/1

  Patching net/minecraft/world/level/levelgen/PatrolSpawner 1/1

  Patching net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator$OreVeinNoiseSource 1/1

  Patching net/minecraft/world/level/levelgen/WorldGenSettings 1/1

  Patching net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator$NoodleCaveNoiseModifier 1/1

  Patching net/minecraft/world/level/levelgen/DebugLevelSource 1/1

  Patching net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator 1/1

  Patching net/minecraft/world/level/levelgen/PhantomSpawner 1/1

  Patching net/minecraft/world/level/chunk/storage/EntityStorage 1/1

  Patching net/minecraft/world/level/dimension/end/EndDragonFight 1/1

  Patching net/minecraft/world/level/chunk/PalettedContainer$CountConsumer 1/1

  Patching net/minecraft/world/level/chunk/LevelChunk$RebindableTickingBlockEntityWrapper 1/1

  Patching net/minecraft/world/level/chunk/LevelChunk$EntityCreationType 1/1

  Patching net/minecraft/world/level/chunk/LevelChunk$1 1/1

  Patching net/minecraft/world/level/chunk/LevelChunk$BoundTickingBlockEntity 1/1

  Patching net/minecraft/world/level/chunk/ProtoChunk 1/1

  Patching net/minecraft/world/level/chunk/ChunkStatus$LoadingTask 1/1

  Patching net/minecraft/world/level/chunk/ChunkStatus$SimpleGenerationTask 1/1

  Patching net/minecraft/world/level/chunk/PalettedContainer 1/1

  Patching net/minecraft/world/level/chunk/ChunkStatus$GenerationTask 1/1

  Patching net/minecraft/world/level/chunk/ChunkStatus$ChunkType 1/1

  Patching net/minecraft/world/level/chunk/ChunkAccess 1/1

  Patching net/minecraft/world/level/chunk/storage/ChunkSerializer 1/1

  Patching net/minecraft/world/level/block/state/properties/WoodType 1/1

  Patching net/minecraft/world/level/chunk/ChunkStatus 1/1

  Patching net/minecraft/world/level/chunk/LevelChunk 1/1

  Patching net/minecraft/world/level/block/state/BlockBehaviour$StatePredicate 1/1

  Patching net/minecraft/world/level/block/state/BlockState 1/1

  Patching net/minecraft/world/level/block/state/BlockBehaviour$StateArgumentPredicate 1/1

  Patching net/minecraft/world/level/block/state/BlockBehaviour$OffsetType 1/1

  Patching net/minecraft/world/level/block/state/BlockBehaviour$1 1/1

  Patching net/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase$Cache 1/1

  Patching net/minecraft/world/level/block/state/BlockBehaviour$Properties 1/1

  Patching net/minecraft/world/level/block/piston/PistonStructureResolver 1/1

  Patching net/minecraft/world/level/block/state/BlockBehaviour 1/1

  Patching net/minecraft/world/level/block/piston/PistonHeadBlock$1 1/1

  Patching net/minecraft/world/level/block/piston/PistonBaseBlock$1 1/1

  Patching net/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase 1/1

  Patching net/minecraft/world/level/block/piston/PistonMovingBlockEntity$1 1/1

  Patching net/minecraft/world/level/block/piston/MovingPistonBlock 1/1

  Patching net/minecraft/world/level/block/piston/PistonBaseBlock 1/1

  Patching net/minecraft/world/level/block/entity/ShulkerBoxBlockEntity$AnimationStatus 1/1

  Patching net/minecraft/world/level/block/entity/ShulkerBoxBlockEntity$1 1/1

  Patching net/minecraft/world/level/block/piston/PistonMovingBlockEntity 1/1

  Patching net/minecraft/world/level/block/piston/PistonHeadBlock 1/1

  Patching net/minecraft/world/level/block/entity/ShulkerBoxBlockEntity 1/1

  Patching net/minecraft/world/level/block/entity/ChestBlockEntity 1/1

  Patching net/minecraft/world/level/block/entity/ConduitBlockEntity 1/1

  Patching net/minecraft/world/level/block/entity/BrewingStandBlockEntity$1 1/1

  Patching net/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier 1/1

  Patching net/minecraft/world/level/block/entity/BlockEntityType$Builder 1/1

  Patching net/minecraft/world/level/block/entity/ChestBlockEntity$1 1/1

  Patching net/minecraft/world/level/block/entity/BrewingStandBlockEntity 1/1

  Patching net/minecraft/world/level/block/entity/BeaconBlockEntity$BeaconBeamSection 1/1

  Patching net/minecraft/world/level/block/entity/BeaconBlockEntity$1 1/1

  Patching net/minecraft/world/level/block/entity/BaseContainerBlockEntity 1/1

  Patching net/minecraft/world/level/block/entity/BannerPattern$Builder 1/1

  Patching net/minecraft/world/level/block/entity/BeaconBlockEntity 1/1

  Patching net/minecraft/world/level/block/entity/BannerPattern 1/1

  Patching net/minecraft/world/level/block/entity/AbstractFurnaceBlockEntity$1 1/1

  Patching net/minecraft/world/level/block/entity/BlockEntity 1/1

  Patching net/minecraft/world/level/block/entity/HopperBlockEntity 1/1

  Patching net/minecraft/world/level/block/entity/BlockEntityType 1/1

  Patching net/minecraft/world/level/block/WebBlock 1/1

  Patching net/minecraft/world/level/block/VineBlock$1 1/1

  Patching net/minecraft/world/level/block/entity/AbstractFurnaceBlockEntity 1/1

  Patching net/minecraft/world/level/block/TripWireHookBlock$1 1/1

  Patching net/minecraft/world/level/block/VineBlock 1/1

  Patching net/minecraft/world/level/block/TripWireHookBlock 1/1

  Patching net/minecraft/world/level/block/TrapDoorBlock$1 1/1

  Patching net/minecraft/world/level/block/TallSeagrassBlock 1/1

  Patching net/minecraft/world/level/block/TrapDoorBlock 1/1

  Patching net/minecraft/world/level/block/TntBlock 1/1

  Patching net/minecraft/world/level/block/TallGrassBlock 1/1

  Patching net/minecraft/world/level/block/SweetBerryBushBlock 1/1

  Patching net/minecraft/world/level/block/SugarCaneBlock 1/1

  Patching net/minecraft/world/level/block/StairBlock$1 1/1

  Patching net/minecraft/world/level/block/SpreadingSnowyDirtBlock 1/1

  Patching net/minecraft/world/level/block/SpawnerBlock 1/1

  Patching net/minecraft/world/level/block/StemBlock 1/1

  Patching net/minecraft/world/level/block/StairBlock 1/1

  Patching net/minecraft/world/level/block/TurtleEggBlock 1/1

  Patching net/minecraft/world/level/block/SoundType 1/1

  Patching net/minecraft/world/level/block/ShulkerBoxBlock$1 1/1

  Patching net/minecraft/world/level/block/SeagrassBlock 1/1

  Patching net/minecraft/world/level/block/SaplingBlock 1/1

  Patching net/minecraft/world/level/block/ShulkerBoxBlock 1/1

  Patching net/minecraft/world/level/block/RailState$1 1/1

  Patching net/minecraft/world/level/block/RedStoneOreBlock 1/1

  Patching net/minecraft/world/level/block/RailBlock$1 1/1

  Patching net/minecraft/world/level/block/RailState 1/1

  Patching net/minecraft/world/level/block/PoweredRailBlock$1 1/1

  Patching net/minecraft/world/level/block/RailBlock 1/1

  Patching net/minecraft/world/level/block/PotatoBlock 1/1

  Patching net/minecraft/world/level/block/OreBlock 1/1

  Patching net/minecraft/world/level/block/NoteBlock 1/1

  Patching net/minecraft/world/level/block/NetherPortalBlock$1 1/1

  Patching net/minecraft/world/level/block/NetherPortalBlock 1/1

  Patching net/minecraft/world/level/block/NetherWartBlock 1/1

  Patching net/minecraft/world/level/block/PoweredRailBlock 1/1

  Patching net/minecraft/world/level/block/LiquidBlock 1/1

  Patching net/minecraft/world/level/block/LightBlock 1/1

  Patching net/minecraft/world/level/block/LeavesBlock 1/1

  Patching net/minecraft/world/level/block/MushroomBlock 1/1

  Patching net/minecraft/world/level/block/GrowingPlantHeadBlock 1/1

  Patching net/minecraft/world/level/block/FlowerPotBlock 1/1

  Patching net/minecraft/world/level/block/FallingBlock 1/1

  Patching net/minecraft/world/level/block/GrowingPlantBodyBlock 1/1

  Patching net/minecraft/world/level/block/FarmBlock 1/1

  Patching net/minecraft/world/level/block/FrostedIceBlock 1/1

  Patching net/minecraft/world/level/block/EndPortalBlock 1/1

  Patching net/minecraft/world/level/block/EnchantmentTableBlock 1/1

  Patching net/minecraft/world/level/block/DropperBlock 1/1

  Patching net/minecraft/world/level/block/DoublePlantBlock 1/1

  Patching net/minecraft/world/level/block/EndGatewayBlock 1/1

  Patching net/minecraft/world/level/block/DetectorRailBlock$1 1/1

  Patching net/minecraft/world/level/block/DeadBushBlock 1/1

  Patching net/minecraft/world/level/block/FireBlock 1/1

  Patching net/minecraft/world/level/block/DiodeBlock 1/1

  Patching net/minecraft/world/level/block/CropBlock 1/1

  Patching net/minecraft/world/level/block/CocoaBlock$1 1/1

  Patching net/minecraft/world/level/block/CocoaBlock 1/1

  Patching net/minecraft/world/level/block/ChestBlock$4 1/1

  Patching net/minecraft/world/level/block/ComparatorBlock 1/1

  Patching net/minecraft/world/level/block/ChestBlock$3 1/1

  Patching net/minecraft/world/level/block/ChestBlock$2 1/1

  Patching net/minecraft/world/level/block/ChestBlock$1 1/1

  Patching net/minecraft/world/level/block/DetectorRailBlock 1/1

  Patching net/minecraft/world/level/block/ChorusFlowerBlock 1/1

  Patching net/minecraft/world/level/block/ChestBlock 1/1

  Patching net/minecraft/world/level/block/CaveVinesPlantBlock 1/1

  Patching net/minecraft/world/level/block/CarrotBlock 1/1

  Patching net/minecraft/world/level/block/ChestBlock$2$1 1/1

  Patching net/minecraft/world/level/block/CaveVinesBlock 1/1

  Patching net/minecraft/world/level/block/BushBlock 1/1

  Patching net/minecraft/world/level/block/CactusBlock 1/1

  Patching net/minecraft/world/level/block/CampfireBlock 1/1

  Patching net/minecraft/world/level/block/CandleCakeBlock 1/1

  Patching net/minecraft/world/level/block/Block$2 1/1

  Patching net/minecraft/world/level/block/Block$BlockStatePairKey 1/1

  Patching net/minecraft/world/level/block/Block$1 1/1

  Patching net/minecraft/world/level/block/BigDripleafStemBlock$1 1/1

  Patching net/minecraft/world/level/block/BigDripleafStemBlock 1/1

  Patching net/minecraft/world/level/block/BeetrootBlock 1/1

  Patching net/minecraft/world/level/block/BaseRailBlock$1 1/1

  Patching net/minecraft/world/level/block/BaseFireBlock 1/1

  Patching net/minecraft/world/level/block/Block 1/1

  Patching net/minecraft/world/level/block/BaseRailBlock 1/1

  Patching net/minecraft/world/level/block/BeehiveBlock 1/1

  Patching net/minecraft/world/level/block/BambooSaplingBlock 1/1

  Patching net/minecraft/world/level/block/AttachedStemBlock 1/1

  Patching net/minecraft/world/level/block/BambooBlock 1/1

  Patching net/minecraft/world/level/block/BannerBlock 1/1

  Patching net/minecraft/world/level/block/AbstractBannerBlock 1/1

  Patching net/minecraft/world/level/biome/OverworldBiomeSource 1/1

  Patching net/minecraft/world/level/biome/MobSpawnSettings$MobSpawnCost 1/1

  Patching net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData 1/1

  Patching net/minecraft/world/level/biome/MobSpawnSettings 1/1

  Patching net/minecraft/world/level/biome/MobSpawnSettings$Builder 1/1

  Patching net/minecraft/world/level/biome/BiomeSpecialEffects$GrassColorModifier$2 1/1

  Patching net/minecraft/world/level/biome/BiomeSpecialEffects$GrassColorModifier$3 1/1

  Patching net/minecraft/world/level/biome/BiomeSpecialEffects$GrassColorModifier$1 1/1

  Patching net/minecraft/world/level/biome/BiomeSpecialEffects$GrassColorModifier 1/1

  Patching net/minecraft/world/level/biome/BiomeSpecialEffects 1/1

  Patching net/minecraft/world/level/biome/BiomeGenerationSettings$Builder 1/1

  Patching net/minecraft/world/level/biome/Biome$TemperatureModifier$2 1/1

  Patching net/minecraft/world/level/biome/Biome$TemperatureModifier$1 1/1

  Patching net/minecraft/world/level/biome/Biome$TemperatureModifier 1/1

  Patching net/minecraft/world/level/biome/Biome$Precipitation 1/1

  Patching net/minecraft/world/level/biome/Biome$ClimateSettings 1/1

  Patching net/minecraft/world/level/biome/Biome$ClimateParameters 1/1

  Patching net/minecraft/world/level/biome/Biome$1 1/1

  Patching net/minecraft/world/level/biome/Biome$BiomeBuilder 1/1

  Patching net/minecraft/world/level/biome/BiomeGenerationSettings 1/1

  Patching net/minecraft/world/level/biome/Biome$BiomeCategory 1/1

  Patching net/minecraft/world/level/biome/BiomeSpecialEffects$Builder 1/1

  Patching net/minecraft/world/level/NaturalSpawner$SpawnPredicate 1/1

  Patching net/minecraft/world/level/NaturalSpawner$SpawnState 1/1

  Patching net/minecraft/world/level/NaturalSpawner$AfterSpawnCallback 1/1

  Patching net/minecraft/world/level/NaturalSpawner$ChunkGetter 1/1

  Patching net/minecraft/world/level/NaturalSpawner$1 1/1

  Patching net/minecraft/world/level/LevelSettings 1/1

  Patching net/minecraft/world/level/Level$1 1/1

  Patching net/minecraft/world/level/LevelReader 1/1

  Patching net/minecraft/world/level/biome/Biome 1/1

  Patching net/minecraft/world/level/NaturalSpawner 1/1

  Patching net/minecraft/world/level/ForcedChunksSavedData 1/1

  Patching net/minecraft/world/level/Explosion$BlockInteraction 1/1

  Patching net/minecraft/world/level/ExplosionDamageCalculator 1/1

  Patching net/minecraft/world/level/DataPackConfig 1/1

  Patching net/minecraft/world/level/ClipContext 1/1

  Patching net/minecraft/world/level/ClipContext$ShapeGetter 1/1

  Patching net/minecraft/world/level/ClipContext$Fluid 1/1

  Patching net/minecraft/world/level/ClipContext$Block 1/1

  Patching net/minecraft/world/item/trading/MerchantOffer 1/1

  Patching net/minecraft/world/level/BaseSpawner 1/1

  Patching net/minecraft/world/level/Level 1/1

  Patching net/minecraft/world/level/BlockGetter 1/1

  Patching net/minecraft/world/level/Explosion 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentHelper$EnchantmentVisitor 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$9 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$8 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$7 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$6 1/1

  Patching net/minecraft/world/item/enchantment/FrostWalkerEnchantment 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$5 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$4 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$2 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$3 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$11 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$12 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$10 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$14 1/1

  Patching net/minecraft/world/item/enchantment/Enchantment 1/1

  Patching net/minecraft/world/item/enchantment/Enchantment$Rarity 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$13 1/1

  Patching net/minecraft/world/item/enchantment/Enchantments 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentHelper 1/1

  Patching net/minecraft/world/item/crafting/StonecutterRecipe 1/1

  Patching net/minecraft/world/item/crafting/SmokingRecipe 1/1

  Patching net/minecraft/world/item/crafting/TippedArrowRecipe 1/1

  Patching net/minecraft/world/item/crafting/SuspiciousStewRecipe 1/1

  Patching net/minecraft/world/item/crafting/SmeltingRecipe 1/1

  Patching net/minecraft/world/item/crafting/SingleItemRecipe 1/1

  Patching net/minecraft/world/item/crafting/SingleItemRecipe$Serializer$SingleItemMaker 1/1

  Patching net/minecraft/world/item/crafting/UpgradeRecipe 1/1

  Patching net/minecraft/world/item/crafting/UpgradeRecipe$Serializer 1/1

  Patching net/minecraft/world/item/crafting/SimpleRecipeSerializer 1/1

  Patching net/minecraft/world/item/crafting/SimpleCookingSerializer$CookieBaker 1/1

  Patching net/minecraft/world/item/crafting/ShulkerBoxColoring 1/1

  Patching net/minecraft/world/item/crafting/SingleItemRecipe$Serializer 1/1

  Patching net/minecraft/world/item/crafting/ShapelessRecipe 1/1

  Patching net/minecraft/world/item/crafting/ShapelessRecipe$Serializer 1/1

  Patching net/minecraft/world/item/crafting/ShieldDecorationRecipe 1/1

  Patching net/minecraft/world/item/crafting/ShapedRecipe$Serializer 1/1

  Patching net/minecraft/world/item/enchantment/EnchantmentCategory$1 1/1

  Patching net/minecraft/world/item/crafting/SimpleCookingSerializer 1/1

  Patching net/minecraft/world/item/crafting/RepairItemRecipe 1/1

  Patching net/minecraft/world/item/crafting/Recipe 1/1

  Patching net/minecraft/world/item/crafting/Ingredient$Value 1/1

  Patching net/minecraft/world/item/crafting/MapCloningRecipe 1/1

  Patching net/minecraft/world/item/crafting/ShapedRecipe 1/1

  Patching net/minecraft/world/item/crafting/Ingredient$ItemValue 1/1

  Patching net/minecraft/world/item/crafting/Ingredient$TagValue 1/1

  Patching net/minecraft/world/item/crafting/FireworkStarFadeRecipe 1/1

  Patching net/minecraft/world/item/crafting/FireworkRocketRecipe 1/1

  Patching net/minecraft/world/item/crafting/CampfireCookingRecipe 1/1

  Patching net/minecraft/world/item/crafting/FireworkStarRecipe 1/1

  Patching net/minecraft/world/item/crafting/BlastingRecipe 1/1

  Patching net/minecraft/world/item/crafting/BookCloningRecipe 1/1

  Patching net/minecraft/world/item/crafting/BannerDuplicateRecipe 1/1

  Patching net/minecraft/world/item/crafting/ArmorDyeRecipe 1/1

  Patching net/minecraft/world/item/crafting/RecipeSerializer 1/1

  Patching net/minecraft/world/item/crafting/RecipeManager 1/1

  Patching net/minecraft/world/item/alchemy/PotionBrewing$Mix 1/1

  Patching net/minecraft/world/item/alchemy/Potion 1/1

  Patching net/minecraft/world/item/crafting/Ingredient 1/1

  Patching net/minecraft/world/item/crafting/AbstractCookingRecipe 1/1

  Patching net/minecraft/world/item/alchemy/PotionBrewing 1/1

  Patching net/minecraft/world/item/StandingAndWallBlockItem 1/1

  Patching net/minecraft/world/item/Rarity 1/1

  Patching net/minecraft/world/item/RecordItem 1/1

  Patching net/minecraft/world/item/ShearsItem 1/1

  Patching net/minecraft/world/item/MinecartItem 1/1

  Patching net/minecraft/world/item/MinecartItem$1 1/1

  Patching net/minecraft/world/item/MilkBucketItem 1/1

  Patching net/minecraft/world/item/ItemStack$TooltipPart 1/1

  Patching net/minecraft/world/item/MapItem 1/1

  Patching net/minecraft/world/item/Item$Properties 1/1

  Patching net/minecraft/world/item/Item$1 1/1

  Patching net/minecraft/world/item/ShovelItem 1/1

  Patching net/minecraft/world/item/HorseArmorItem 1/1

  Patching net/minecraft/world/item/Item 1/1

  Patching net/minecraft/world/item/HoeItem 1/1

  Patching net/minecraft/world/item/ItemStack 1/1

  Patching net/minecraft/world/level/block/Blocks 1/1

  Patching net/minecraft/world/item/ElytraItem 1/1

  Patching net/minecraft/world/item/DyeColor 1/1

  Patching net/minecraft/world/item/DiggerItem 1/1

  Patching net/minecraft/world/item/CreativeModeTab$9 1/1

  Patching net/minecraft/world/item/DyeableHorseArmorItem 1/1

  Patching net/minecraft/world/item/CreativeModeTab$8 1/1

  Patching net/minecraft/world/item/CreativeModeTab$6 1/1

  Patching net/minecraft/world/item/CreativeModeTab$7 1/1

  Patching net/minecraft/world/item/CreativeModeTab$5 1/1

  Patching net/minecraft/world/item/CreativeModeTab$3 1/1

  Patching net/minecraft/world/item/CreativeModeTab$2 1/1

  Patching net/minecraft/world/item/CreativeModeTab$4 1/1

  Patching net/minecraft/world/item/CreativeModeTab$12 1/1

  Patching net/minecraft/world/item/CreativeModeTab$10 1/1

  Patching net/minecraft/world/item/CreativeModeTab$11 1/1

  Patching net/minecraft/world/item/CreativeModeTab$1 1/1

  Patching net/minecraft/world/item/CreativeModeTab 1/1

  Patching net/minecraft/world/item/ChorusFruitItem 1/1

  Patching net/minecraft/world/item/BowItem 1/1

  Patching net/minecraft/world/item/MobBucketItem 1/1

  Patching net/minecraft/world/item/BoneMealItem 1/1

  Patching net/minecraft/world/item/BlockItem 1/1

  Patching net/minecraft/world/item/BucketItem 1/1

  Patching net/minecraft/world/item/ArmorItem$1 1/1

  Patching net/minecraft/world/item/ArmorItem 1/1

  Patching net/minecraft/world/item/ArrowItem 1/1

  Patching net/minecraft/world/inventory/Slot 1/1

  Patching net/minecraft/world/inventory/ResultSlot 1/1

  Patching net/minecraft/world/inventory/RecipeBookMenu 1/1

  Patching net/minecraft/world/inventory/MenuType$MenuSupplier 1/1

  Patching net/minecraft/world/inventory/MenuType 1/1

  Patching net/minecraft/world/item/AxeItem 1/1

  Patching net/minecraft/world/inventory/InventoryMenu$2 1/1

  Patching net/minecraft/world/inventory/InventoryMenu$1 1/1

  Patching net/minecraft/world/inventory/InventoryMenu 1/1

  Patching net/minecraft/world/inventory/GrindstoneMenu$2 1/1

  Patching net/minecraft/world/inventory/GrindstoneMenu$3 1/1

  Patching net/minecraft/world/inventory/GrindstoneMenu$1 1/1

  Patching net/minecraft/world/inventory/GrindstoneMenu$4 1/1

  Patching net/minecraft/world/inventory/EnchantmentMenu$3 1/1

  Patching net/minecraft/world/inventory/FurnaceResultSlot 1/1

  Patching net/minecraft/world/inventory/EnchantmentMenu$2 1/1

  Patching net/minecraft/world/inventory/EnchantmentMenu$1 1/1

  Patching net/minecraft/world/inventory/EnchantmentMenu 1/1

  Patching net/minecraft/world/inventory/GrindstoneMenu 1/1

  Patching net/minecraft/world/inventory/BrewingStandMenu$IngredientsSlot 1/1

  Patching net/minecraft/world/inventory/BrewingStandMenu$PotionSlot 1/1

  Patching net/minecraft/world/inventory/BrewingStandMenu$FuelSlot 1/1

  Patching net/minecraft/world/inventory/BrewingStandMenu 1/1

  Patching net/minecraft/world/inventory/BeaconMenu$1 1/1

  Patching net/minecraft/world/inventory/BeaconMenu$PaymentSlot 1/1

  Patching net/minecraft/world/inventory/BeaconMenu 1/1

  Patching net/minecraft/world/inventory/AnvilMenu$1 1/1

  Patching net/minecraft/world/inventory/AbstractContainerMenu$1 1/1

  Patching net/minecraft/world/food/FoodProperties 1/1

  Patching net/minecraft/world/food/FoodProperties$Builder 1/1

  Patching net/minecraft/world/inventory/AbstractFurnaceMenu 1/1

  Patching net/minecraft/world/inventory/AnvilMenu 1/1

  Patching net/minecraft/world/inventory/AbstractContainerMenu 1/1

  Patching net/minecraft/world/entity/vehicle/MinecartCommandBlock 1/1

  Patching net/minecraft/world/entity/vehicle/MinecartFurnace 1/1

  Patching net/minecraft/world/entity/vehicle/MinecartSpawner$1 1/1

  Patching net/minecraft/world/entity/vehicle/MinecartCommandBlock$MinecartCommandBase 1/1

  Patching net/minecraft/world/entity/vehicle/Boat$Status 1/1

  Patching net/minecraft/world/entity/vehicle/MinecartSpawner 1/1

  Patching net/minecraft/world/entity/vehicle/Boat$Type 1/1

  Patching net/minecraft/world/entity/vehicle/Boat$1 1/1

  Patching net/minecraft/world/entity/vehicle/AbstractMinecartContainer$1 1/1

  Patching net/minecraft/world/entity/vehicle/Minecart 1/1

  Patching net/minecraft/world/entity/vehicle/AbstractMinecart$1 1/1

  Patching net/minecraft/world/entity/vehicle/AbstractMinecartContainer 1/1

  Patching net/minecraft/world/entity/vehicle/AbstractMinecart$Type 1/1

  Patching net/minecraft/world/item/Items 1/1

  Patching net/minecraft/world/entity/schedule/Activity 1/1

  Patching net/minecraft/world/entity/schedule/Schedule 1/1

  Patching net/minecraft/world/entity/raid/Raid$RaiderType 1/1

  Patching net/minecraft/world/entity/raid/Raid$RaidStatus 1/1

  Patching net/minecraft/world/entity/raid/Raid$1 1/1

  Patching net/minecraft/world/entity/vehicle/Boat 1/1

  Patching net/minecraft/world/entity/projectile/ThrowableProjectile 1/1

  Patching net/minecraft/world/entity/raid/Raid 1/1

  Patching net/minecraft/world/entity/projectile/WitherSkull 1/1

  Patching net/minecraft/world/entity/projectile/Projectile 1/1

  Patching net/minecraft/world/entity/projectile/ThrownEnderpearl 1/1

  Patching net/minecraft/world/entity/projectile/ShulkerBullet 1/1

  Patching net/minecraft/world/entity/projectile/FishingHook$OpenWaterType 1/1

  Patching net/minecraft/world/entity/projectile/ProjectileUtil 1/1

  Patching net/minecraft/world/entity/vehicle/AbstractMinecart 1/1

  Patching net/minecraft/world/entity/projectile/FishingHook$FishHookState 1/1

  Patching net/minecraft/world/entity/projectile/SmallFireball 1/1

  Patching net/minecraft/world/entity/projectile/FireworkRocketEntity 1/1

  Patching net/minecraft/world/entity/projectile/FishingHook$1 1/1

  Patching net/minecraft/world/entity/projectile/LargeFireball 1/1

  Patching net/minecraft/world/entity/projectile/AbstractArrow$Pickup 1/1

  Patching net/minecraft/world/entity/projectile/AbstractArrow$1 1/1

  Patching net/minecraft/world/entity/projectile/AbstractHurtingProjectile 1/1

  Patching net/minecraft/world/entity/player/Player$1 1/1

  Patching net/minecraft/world/entity/player/Player$BedSleepingProblem 1/1

  Patching net/minecraft/world/entity/projectile/AbstractArrow 1/1

  Patching net/minecraft/world/entity/player/Inventory 1/1

  Patching net/minecraft/world/entity/projectile/LlamaSpit 1/1

  Patching net/minecraft/world/entity/projectile/FishingHook 1/1

  Patching net/minecraft/world/entity/npc/VillagerProfession 1/1

  Patching net/minecraft/world/entity/npc/CatSpawner 1/1

  Patching net/minecraft/world/entity/npc/AbstractVillager 1/1

  Patching net/minecraft/world/entity/npc/Villager 1/1

  Patching net/minecraft/world/entity/monster/piglin/StopHoldingItemIfNoLongerAdmiring 1/1

  Patching net/minecraft/world/entity/monster/piglin/AbstractPiglin 1/1

  Patching net/minecraft/world/entity/monster/piglin/Piglin 1/1

  Patching net/minecraft/world/entity/monster/Zombie$ZombieGroupData 1/1

  Patching net/minecraft/world/entity/monster/Zombie$ZombieAttackTurtleEggGoal 1/1

  Patching net/minecraft/world/entity/player/Player 1/1

  Patching net/minecraft/world/entity/monster/ZombifiedPiglin 1/1

  Patching net/minecraft/world/entity/monster/ZombieVillager 1/1

  Patching net/minecraft/world/entity/monster/hoglin/Hoglin 1/1

  Patching net/minecraft/world/entity/monster/piglin/PiglinAi 1/1

  Patching net/minecraft/world/entity/monster/Zombie 1/1

  Patching net/minecraft/world/entity/monster/Spider$SpiderTargetGoal 1/1

  Patching net/minecraft/world/entity/monster/Spider$SpiderEffectsGroupData 1/1

  Patching net/minecraft/world/entity/monster/Spider$SpiderAttackGoal 1/1

  Patching net/minecraft/world/entity/monster/Slime$SlimeKeepOnJumpingGoal 1/1

  Patching net/minecraft/world/entity/monster/Slime$SlimeFloatGoal 1/1

  Patching net/minecraft/world/entity/monster/Slime$SlimeAttackGoal 1/1

  Patching net/minecraft/world/entity/monster/Silverfish$SilverfishWakeUpFriendsGoal 1/1

  Patching net/minecraft/world/entity/monster/Slime$SlimeRandomDirectionGoal 1/1

  Patching net/minecraft/world/entity/monster/Silverfish$SilverfishMergeWithStoneGoal 1/1

  Patching net/minecraft/world/entity/monster/Silverfish 1/1

  Patching net/minecraft/world/entity/monster/Slime$SlimeMoveControl 1/1

  Patching net/minecraft/world/entity/monster/Slime 1/1

  Patching net/minecraft/world/entity/monster/Ravager$RavagerNodeEvaluator 1/1

  Patching net/minecraft/world/entity/monster/Ravager$RavagerNavigation 1/1

  Patching net/minecraft/world/entity/monster/Spider 1/1

  Patching net/minecraft/world/entity/monster/Ravager$RavagerMeleeAttackGoal 1/1

  Patching net/minecraft/world/entity/monster/Ravager 1/1

  Patching net/minecraft/world/entity/monster/MagmaCube 1/1

  Patching net/minecraft/world/entity/monster/Pillager 1/1

  Patching net/minecraft/world/entity/monster/Illusioner$IllusionerBlindnessSpellGoal 1/1

  Patching net/minecraft/world/entity/monster/Illusioner 1/1

  Patching net/minecraft/world/entity/monster/Illusioner$IllusionerMirrorSpellGoal 1/1

  Patching net/minecraft/world/entity/monster/Evoker 1/1

  Patching net/minecraft/world/entity/monster/Evoker$EvokerWololoSpellGoal 1/1

  Patching net/minecraft/world/entity/monster/Evoker$EvokerAttackSpellGoal 1/1

  Patching net/minecraft/world/entity/monster/Evoker$EvokerCastingSpellGoal 1/1

  Patching net/minecraft/world/entity/monster/EnderMan$EndermanTakeBlockGoal 1/1

  Patching net/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal 1/1

  Patching net/minecraft/world/entity/monster/EnderMan$EndermanLookForPlayerGoal 1/1

  Patching net/minecraft/world/entity/monster/CrossbowAttackMob 1/1

  Patching net/minecraft/world/entity/monster/EnderMan$EndermanLeaveBlockGoal 1/1

  Patching net/minecraft/world/entity/monster/AbstractSkeleton$1 1/1

  Patching net/minecraft/world/entity/monster/EnderMan$EndermanFreezeWhenLookedAt 1/1

  Patching net/minecraft/world/entity/monster/EnderMan 1/1

  Patching net/minecraft/world/entity/monster/AbstractSkeleton 1/1

  Patching net/minecraft/world/entity/monster/Creeper 1/1

  Patching net/minecraft/world/entity/decoration/HangingEntity$1 1/1

  Patching net/minecraft/world/entity/decoration/ArmorStand$1 1/1

  Patching net/minecraft/world/entity/item/ItemEntity 1/1

  Patching net/minecraft/world/entity/decoration/Motive 1/1

  Patching net/minecraft/world/entity/boss/wither/WitherBoss$WitherDoNothingGoal 1/1

  Patching net/minecraft/world/entity/decoration/HangingEntity 1/1

  Patching net/minecraft/world/entity/boss/EnderDragonPart 1/1

  Patching net/minecraft/world/entity/decoration/ArmorStand 1/1

  Patching net/minecraft/world/entity/boss/wither/WitherBoss 1/1

  Patching net/minecraft/world/entity/animal/horse/Horse$HorseGroupData 1/1

  Patching net/minecraft/world/entity/boss/enderdragon/EnderDragon 1/1

  Patching net/minecraft/world/entity/animal/horse/SkeletonTrapGoal 1/1

  Patching net/minecraft/world/entity/animal/horse/AbstractHorse$1 1/1

  Patching net/minecraft/world/entity/animal/Wolf$WolfAvoidEntityGoal 1/1

  Patching net/minecraft/world/entity/animal/horse/Horse 1/1

  Patching net/minecraft/world/entity/animal/horse/AbstractHorse 1/1

  Patching net/minecraft/world/entity/animal/Wolf 1/1

  Patching net/minecraft/world/entity/animal/SnowGolem 1/1

  Patching net/minecraft/world/entity/animal/Sheep$2 1/1

  Patching net/minecraft/world/entity/animal/Sheep$1 1/1

  Patching net/minecraft/world/entity/animal/Rabbit$RabbitGroupData 1/1

  Patching net/minecraft/world/entity/animal/Rabbit$EvilRabbitAttackGoal 1/1

  Patching net/minecraft/world/entity/animal/Sheep 1/1

  Patching net/minecraft/world/entity/animal/Rabbit$RabbitPanicGoal 1/1

  Patching net/minecraft/world/entity/animal/Rabbit$RaidGardenGoal 1/1

  Patching net/minecraft/world/entity/animal/Rabbit$RabbitJumpControl 1/1

  Patching net/minecraft/world/entity/animal/Rabbit$RabbitMoveControl 1/1

  Patching net/minecraft/world/entity/animal/Rabbit 1/1

  Patching net/minecraft/world/entity/animal/Rabbit$RabbitAvoidEntityGoal 1/1

  Patching net/minecraft/world/entity/animal/PolarBear$PolarBearPanicGoal 1/1

  Patching net/minecraft/world/entity/animal/PolarBear$PolarBearMeleeAttackGoal 1/1

  Patching net/minecraft/world/entity/animal/PolarBear 1/1

  Patching net/minecraft/world/entity/animal/Parrot$1 1/1

  Patching net/minecraft/world/entity/animal/PolarBear$PolarBearAttackPlayersGoal 1/1

  Patching net/minecraft/world/entity/animal/PolarBear$PolarBearHurtByTargetGoal 1/1

  Patching net/minecraft/world/entity/animal/Parrot 1/1

  Patching net/minecraft/world/entity/animal/Pig 1/1

  Patching net/minecraft/world/entity/animal/MushroomCow$MushroomType 1/1

  Patching net/minecraft/world/entity/animal/IronGolem$Crackiness 1/1

  Patching net/minecraft/world/entity/animal/Fox$Type 1/1

  Patching net/minecraft/world/entity/animal/IronGolem 1/1

  Patching net/minecraft/world/entity/animal/Ocelot$OcelotTemptGoal 1/1

  Patching net/minecraft/world/entity/animal/Ocelot 1/1

  Patching net/minecraft/world/entity/animal/Ocelot$OcelotAvoidEntityGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$SleepGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$SeekShelterGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxPounceGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxPanicGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxMoveControl 1/1

  Patching net/minecraft/world/entity/animal/MushroomCow 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxLookAtPlayerGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxGroupData 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxFollowParentGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxFloatGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxMeleeAttackGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxLookControl 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxEatBerriesGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxAlertableEntitiesSelector 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxStrollThroughVillageGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxBehaviorGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxBreedGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$FaceplantGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$PerchAndSearchGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox$StalkPreyGoal 1/1

  Patching net/minecraft/world/entity/animal/Fox 1/1

  Patching net/minecraft/world/entity/animal/Fox$FoxSearchForItemsGoal 1/1

  Patching net/minecraft/world/entity/animal/Cat$CatTemptGoal 1/1

  Patching net/minecraft/world/entity/animal/Cat$CatAvoidEntityGoal 1/1

  Patching net/minecraft/world/entity/animal/Cat$CatRelaxOnOwnerGoal 1/1

  Patching net/minecraft/world/entity/animal/Bee$BeeWanderGoal 1/1

  Patching net/minecraft/world/entity/animal/Bee$BeeLookControl 1/1

  Patching net/minecraft/world/entity/animal/Bee$BeeHurtByOtherGoal 1/1

  Patching net/minecraft/world/entity/animal/Bee$BeeLocateHiveGoal 1/1

  Patching net/minecraft/world/entity/animal/Cat 1/1

  Patching net/minecraft/world/entity/animal/Bee$BeeGrowCropGoal 1/1

  Patching net/minecraft/world/entity/animal/Bee$BeeGoToKnownFlowerGoal 1/1

  Patching net/minecraft/world/entity/animal/Bee$BeeAttackGoal 1/1

  Patching net/minecraft/world/entity/animal/Bee$BeeBecomeAngryTargetGoal 1/1

  Patching net/minecraft/world/entity/animal/Bee$BaseBeeGoal 1/1

  Patching net/minecraft/world/entity/animal/Bee$1 1/1

  Patching net/minecraft/world/entity/animal/Bee$BeePollinateGoal 1/1

  Patching net/minecraft/world/entity/animal/Bee$BeeGoToHiveGoal 1/1

  Patching net/minecraft/world/entity/animal/Bee$BeeEnterHiveGoal 1/1

  Patching net/minecraft/world/entity/animal/Animal 1/1

  Patching net/minecraft/world/entity/ai/village/poi/PoiType 1/1

  Patching net/minecraft/world/entity/animal/Bee 1/1

  Patching net/minecraft/world/entity/animal/Fox$DefendTrustedTargetGoal 1/1

  Patching net/minecraft/world/entity/ai/village/VillageSiege$State 1/1

  Patching net/minecraft/world/entity/ai/village/VillageSiege 1/1

  Patching net/minecraft/world/entity/ai/sensing/SensorType 1/1

  Patching net/minecraft/world/entity/ai/navigation/WallClimberNavigation 1/1

  Patching net/minecraft/world/entity/ai/memory/MemoryModuleType 1/1

  Patching net/minecraft/world/entity/ai/navigation/PathNavigation 1/1

  Patching net/minecraft/world/entity/ai/goal/RunAroundLikeCrazyGoal 1/1

  Patching net/minecraft/world/entity/ai/goal/RemoveBlockGoal 1/1

  Patching net/minecraft/world/entity/ai/goal/RangedBowAttackGoal 1/1

  Patching net/minecraft/world/entity/ai/goal/RangedCrossbowAttackGoal 1/1

  Patching net/minecraft/world/entity/ai/goal/RangedCrossbowAttackGoal$CrossbowState 1/1

  Patching net/minecraft/world/entity/ai/goal/MeleeAttackGoal 1/1

  Patching net/minecraft/world/entity/ai/goal/EatBlockGoal 1/1

  Patching net/minecraft/world/entity/ai/goal/BreakDoorGoal 1/1

  Patching net/minecraft/world/entity/ai/behavior/HarvestFarmland 1/1

  Patching net/minecraft/world/entity/ai/behavior/CrossbowAttack$CrossbowState 1/1

  Patching net/minecraft/world/entity/ai/behavior/CrossbowAttack 1/1

  Patching net/minecraft/world/entity/ai/attributes/AttributeSupplier 1/1

  Patching net/minecraft/world/entity/ai/attributes/AttributeSupplier$Builder 1/1

  Patching net/minecraft/world/entity/ai/attributes/Attribute 1/1

  Patching net/minecraft/world/entity/SpawnPlacements$SpawnPredicate 1/1

  Patching net/minecraft/world/entity/SpawnPlacements$Type 1/1

  Patching net/minecraft/world/entity/SpawnPlacements$Data 1/1

  Patching net/minecraft/world/entity/Shearable 1/1

  Patching net/minecraft/world/entity/Mob$1 1/1

  Patching net/minecraft/world/entity/LivingEntity$1 1/1

  Patching net/minecraft/world/entity/MobCategory 1/1

  Patching net/minecraft/world/entity/SpawnPlacements 1/1

  Patching net/minecraft/world/entity/FlyingMob 1/1

  Patching net/minecraft/world/entity/EntityType$EntityFactory 1/1

  Patching net/minecraft/world/entity/EntityType$1 1/1

  Patching net/minecraft/world/entity/LightningBolt 1/1

  Patching net/minecraft/world/entity/Entity$RemovalReason 1/1

  Patching net/minecraft/world/entity/Entity$MoveFunction 1/1

  Patching net/minecraft/world/entity/ExperienceOrb 1/1

  Patching net/minecraft/world/entity/Entity$MovementEmission 1/1

  Patching net/minecraft/world/entity/Entity$1 1/1

  Patching net/minecraft/world/entity/EntityType$Builder 1/1

  Patching net/minecraft/world/effect/MobEffects$1 1/1

  Patching net/minecraft/world/effect/MobEffectCategory 1/1

  Patching net/minecraft/world/effect/MobEffectInstance 1/1

  Patching net/minecraft/world/effect/MobEffect 1/1

  Patching net/minecraft/world/effect/MobEffects 1/1

  Patching net/minecraft/world/entity/Mob 1/1

  Patching net/minecraft/world/entity/EntityType 1/1

  Patching net/minecraft/world/entity/LivingEntity 1/1

  Patching net/minecraft/world/entity/Entity 1/1

  Patching net/minecraft/tags/TagManager$LoaderInfo 1/1

  Patching net/minecraft/tags/TagContainer$CollectionConsumer 1/1

  Patching net/minecraft/tags/TagContainer$Builder 1/1

  Patching net/minecraft/tags/TagContainer$1 1/1

  Patching net/minecraft/tags/TagContainer 1/1

  Patching net/minecraft/tags/TagManager 1/1

  Patching net/minecraft/tags/Tag$TagEntry 1/1

  Patching net/minecraft/tags/Tag$Named 1/1

  Patching net/minecraft/tags/Tag 1/1

  Patching net/minecraft/tags/Tag$OptionalTagEntry 1/1

  Patching net/minecraft/tags/Tag$OptionalElementEntry 1/1

  Patching net/minecraft/tags/Tag$ElementEntry 1/1

  Patching net/minecraft/tags/Tag$BuilderEntry 1/1

  Patching net/minecraft/tags/Tag$Entry 1/1

  Patching net/minecraft/tags/StaticTagHelper$Wrapper 1/1

  Patching net/minecraft/tags/FluidTags 1/1

  Patching net/minecraft/tags/EntityTypeTags 1/1

  Patching net/minecraft/tags/Tag$Builder 1/1

  Patching net/minecraft/tags/ItemTags 1/1

  Patching net/minecraft/stats/StatType 1/1

  Patching net/minecraft/tags/StaticTagHelper 1/1

  Patching net/minecraft/tags/BlockTags 1/1

  Patching net/minecraft/tags/StaticTags 1/1

  Patching net/minecraft/sounds/SoundEvent 1/1

  Patching net/minecraft/server/rcon/RconConsoleSource 1/1

  Patching net/minecraft/server/rcon/thread/RconClient 1/1

  Patching net/minecraft/server/players/PlayerList$1 1/1

  Patching net/minecraft/server/packs/resources/SimpleReloadableResourceManager$ResourcePackLoadingFailure 1/1

  Patching net/minecraft/server/packs/resources/SimpleReloadableResourceManager$FailingReloadInstance 1/1

  Patching net/minecraft/server/packs/resources/SimpleReloadableResourceManager 1/1

  Patching net/minecraft/server/packs/resources/ResourceManager 1/1

  Patching net/minecraft/server/packs/resources/SimpleJsonResourceReloadListener 1/1

  Patching net/minecraft/server/packs/resources/ResourceManagerReloadListener 1/1

  Patching net/minecraft/server/packs/resources/ResourceManager$Empty 1/1

  Patching net/minecraft/server/packs/resources/FallbackResourceManager$LeakedResourceWarningInputStream 1/1

  Patching net/minecraft/server/packs/resources/FallbackResourceManager 1/1

  Patching net/minecraft/server/packs/repository/Pack$PackConstructor 1/1

  Patching net/minecraft/server/packs/repository/Pack$Position 1/1

  Patching net/minecraft/server/packs/VanillaPackResources$1 1/1

  Patching net/minecraft/server/packs/PackResources 1/1

  Patching net/minecraft/server/packs/repository/Pack 1/1

  Patching net/minecraft/server/packs/repository/PackRepository 1/1

  Patching net/minecraft/server/packs/VanillaPackResources 1/1

  Patching net/minecraft/server/players/PlayerList 1/1

  Patching net/minecraft/server/network/ServerLoginPacketListenerImpl$State 1/1

  Patching net/minecraft/server/network/ServerLoginPacketListenerImpl$1 1/1

  Patching net/minecraft/server/network/ServerHandshakePacketListenerImpl$1 1/1

  Patching net/minecraft/server/network/ServerGamePacketListenerImpl$EntityInteraction 1/1

  Patching net/minecraft/server/network/ServerHandshakePacketListenerImpl 1/1

  Patching net/minecraft/server/network/ServerLoginPacketListenerImpl 1/1

  Patching net/minecraft/server/network/ServerConnectionListener$LatencySimulator 1/1

  Patching net/minecraft/server/network/ServerConnectionListener$LatencySimulator$DelayedMessage 1/1

  Patching net/minecraft/server/network/ServerConnectionListener$2 1/1

  Patching net/minecraft/server/network/MemoryServerHandshakePacketListenerImpl 1/1

  Patching net/minecraft/sounds/SoundEvents 1/1

  Patching net/minecraft/server/network/ServerConnectionListener 1/1

  Patching net/minecraft/server/network/ServerGamePacketListenerImpl$1 1/1

  Patching net/minecraft/server/network/ServerConnectionListener$1 1/1

  Patching net/minecraft/server/level/Ticket 1/1

  Patching net/minecraft/server/network/ServerGamePacketListenerImpl$2 1/1

  Patching net/minecraft/server/level/ServerPlayer$3 1/1

  Patching net/minecraft/server/level/ServerPlayer$2 1/1

  Patching net/minecraft/server/level/ServerPlayerGameMode 1/1

  Patching net/minecraft/server/level/ServerPlayer$1 1/1

  Patching net/minecraft/server/level/ServerLevel$EntityCallbacks 1/1

  Patching net/minecraft/server/level/ServerChunkCache$MainThreadExecutor 1/1

  Patching net/minecraft/server/level/ServerEntity 1/1

  Patching net/minecraft/server/level/DistanceManager$ChunkTicketTracker 1/1

  Patching net/minecraft/server/level/ServerChunkCache 1/1

  Patching net/minecraft/server/level/DistanceManager$FixedPlayerDistanceChunkTracker 1/1

  Patching net/minecraft/server/level/DistanceManager$PlayerTicketTracker 1/1

  Patching net/minecraft/server/level/DistanceManager 1/1

  Patching net/minecraft/server/level/ChunkMap$DistanceManager 1/1

  Patching net/minecraft/server/level/ChunkMap$1 1/1

  Patching net/minecraft/server/level/ChunkMap$TrackedEntity 1/1

  Patching net/minecraft/server/level/ChunkHolder$PlayerProvider 1/1

  Patching net/minecraft/server/level/ChunkHolder$LevelChangeListener 1/1

  Patching net/minecraft/server/level/ChunkHolder$FullChunkStatus 1/1

  Patching net/minecraft/server/level/ChunkHolder$ChunkSaveDebug 1/1

  Patching net/minecraft/server/level/ChunkHolder$ChunkLoadingFailure 1/1

  Patching net/minecraft/server/level/ChunkHolder$ChunkLoadingFailure$1 1/1

  Patching net/minecraft/server/level/ChunkHolder$1 1/1

  Patching net/minecraft/server/gui/MinecraftServerGui$2 1/1

  Patching net/minecraft/server/gui/MinecraftServerGui$1 1/1

  Patching net/minecraft/server/gui/MinecraftServerGui 1/1

  Patching net/minecraft/server/dedicated/Settings$MutableValue 1/1

  Patching net/minecraft/server/level/ChunkHolder 1/1

  Patching net/minecraft/server/level/ChunkMap$2 1/1

  Patching net/minecraft/server/dedicated/ServerWatchdog$1 1/1

  Patching net/minecraft/server/dedicated/ServerWatchdog 1/1

  Patching net/minecraft/server/dedicated/Settings 1/1

  Patching net/minecraft/server/dedicated/DedicatedServer$1 1/1

  Patching net/minecraft/server/level/ServerLevel 1/1

  Patching net/minecraft/server/level/ServerPlayer 1/1

  Patching net/minecraft/server/dedicated/DedicatedServer 1/1

  Patching net/minecraft/server/level/ChunkMap 1/1

  Patching net/minecraft/server/commands/TeleportCommand$LookAt 1/1

  Patching net/minecraft/server/commands/SpreadPlayersCommand$Position 1/1

  Patching net/minecraft/server/network/ServerGamePacketListenerImpl 1/1

  Patching net/minecraft/server/commands/SpreadPlayersCommand 1/1

  Patching net/minecraft/server/commands/TeleportCommand 1/1

  Patching net/minecraft/server/commands/LocateCommand 1/1

  Patching net/minecraft/server/PlayerAdvancements$1 1/1

  Patching net/minecraft/server/ServerResources 1/1

  Patching net/minecraft/server/ServerAdvancementManager 1/1

  Patching net/minecraft/server/Bootstrap$1 1/1

  Patching net/minecraft/resources/ResourceLocation$Serializer 1/1

  Patching net/minecraft/resources/ResourceKey 1/1

  Patching net/minecraft/resources/RegistryReadOps$ResourceAccess 1/1

  Patching net/minecraft/server/Bootstrap 1/1

  Patching net/minecraft/resources/ResourceLocation 1/1

  Patching net/minecraft/resources/RegistryReadOps$ReadCache 1/1

  Patching net/minecraft/resources/RegistryReadOps$1 1/1

  Patching net/minecraft/resources/RegistryReadOps$ResourceAccess$1 1/1

  Patching net/minecraft/resources/RegistryReadOps 1/1

  Patching net/minecraft/recipebook/PlaceRecipe 1/1

  Patching net/minecraft/network/syncher/SynchedEntityData$DataItem 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$9 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$8 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$7 1/1

  Patching net/minecraft/resources/RegistryReadOps$ResourceAccess$MemoryMap 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$6 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$5 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$3 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$4 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$2 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$19 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$18 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$17 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$15 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$13 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$12 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$14 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$11 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$1 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$10 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers$16 1/1

  Patching net/minecraft/network/syncher/SynchedEntityData 1/1

  Patching net/minecraft/network/protocol/status/ServerStatus$Version 1/1

  Patching net/minecraft/network/syncher/EntityDataSerializers 1/1

  Patching net/minecraft/network/protocol/status/ServerStatus$Version$Serializer 1/1

  Patching net/minecraft/network/protocol/status/ServerStatus$Serializer 1/1

  Patching net/minecraft/network/protocol/status/ServerStatus$Players 1/1

  Patching net/minecraft/network/protocol/status/ClientboundStatusResponsePacket 1/1

  Patching net/minecraft/network/protocol/status/ServerStatus 1/1

  Patching net/minecraft/network/protocol/status/ServerStatus$Players$Serializer 1/1

  Patching net/minecraft/network/protocol/login/ServerboundCustomQueryPacket 1/1

  Patching net/minecraft/server/PlayerAdvancements 1/1

  Patching net/minecraft/network/protocol/game/ServerboundSetCreativeModeSlotPacket 1/1

  Patching net/minecraft/network/protocol/handshake/ClientIntentionPacket 1/1

  Patching net/minecraft/network/protocol/login/ClientboundCustomQueryPacket 1/1

  Patching net/minecraft/network/protocol/game/ServerboundContainerClickPacket 1/1

  Patching net/minecraft/network/protocol/game/ServerboundCustomPayloadPacket 1/1

  Patching net/minecraft/network/protocol/game/ClientboundUpdateAttributesPacket 1/1

  Patching net/minecraft/network/protocol/game/ClientboundUpdateAttributesPacket$AttributeSnapshot 1/1

  Patching net/minecraft/network/protocol/game/ClientboundCustomPayloadPacket 1/1

  Patching net/minecraft/network/protocol/game/ClientboundCommandsPacket$Entry 1/1

  Patching net/minecraft/network/protocol/game/ClientboundCommandsPacket 1/1

  Patching net/minecraft/network/chat/Style$1 1/1

  Patching net/minecraft/network/chat/Style$Serializer 1/1

  Patching net/minecraft/network/chat/TranslatableComponent 1/1

  Patching net/minecraft/network/chat/Style 1/1

  Patching net/minecraft/network/PacketEncoder 1/1

  Patching net/minecraft/network/Connection$PacketHolder 1/1

  Patching net/minecraft/network/Connection$2 1/1

  Patching net/minecraft/network/Connection$1 1/1

  Patching net/minecraft/network/CompressionEncoder 1/1

  Patching net/minecraft/network/Connection 1/1

  Patching net/minecraft/nbt/StringTag$1 1/1

  Patching net/minecraft/nbt/StringTag 1/1

  Patching net/minecraft/nbt/NbtAccounter 1/1

  Patching net/minecraft/nbt/NbtAccounter$1 1/1

  Patching net/minecraft/nbt/NbtIo 1/1

  Patching net/minecraft/nbt/CompoundTag$1 1/1

  Patching net/minecraft/network/FriendlyByteBuf 1/1

  Patching net/minecraft/locale/Language$1 1/1

  Patching net/minecraft/locale/Language 1/1

  Patching net/minecraft/nbt/CompoundTag 1/1

  Patching net/minecraft/data/worldgen/biome/Biomes 1/1

  Patching net/minecraft/data/tags/TagsProvider 1/1

  Patching net/minecraft/data/tags/FluidTagsProvider 1/1

  Patching net/minecraft/data/tags/TagsProvider$TagAppender 1/1

  Patching net/minecraft/data/tags/EntityTypeTagsProvider 1/1

  Patching net/minecraft/data/tags/ItemTagsProvider 1/1

  Patching net/minecraft/data/tags/BlockTagsProvider 1/1

  Patching net/minecraft/data/loot/LootTableProvider 1/1

  Patching net/minecraft/data/DataGenerator 1/1

  Patching net/minecraft/data/BuiltinRegistries 1/1

  Patching net/minecraft/data/HashCache 1/1

  Patching net/minecraft/data/loot/EntityLoot 1/1

  Patching net/minecraft/core/particles/ParticleTypes$1 1/1

  Patching net/minecraft/core/particles/ParticleType 1/1

  Patching net/minecraft/core/particles/ItemParticleOption 1/1

  Patching net/minecraft/core/particles/ParticleTypes 1/1

  Patching net/minecraft/core/particles/ItemParticleOption$1 1/1

  Patching net/minecraft/core/particles/BlockParticleOption 1/1

  Patching net/minecraft/core/particles/BlockParticleOption$1 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$9 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$8 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$8$1 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$7$1 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$6 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$5 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$3 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$4 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$7 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$26 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$25 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$23 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$22 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$24 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$2 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$20 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$21 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$19 1/1

  Patching net/minecraft/data/recipes/RecipeProvider 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$16 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$18 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$17 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$14 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$13 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$11 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$10 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$1 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$12 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior 1/1

  Patching net/minecraft/core/dispenser/DispenseItemBehavior$15 1/1

  Patching net/minecraft/core/RegistryAccess$RegistryData 1/1

  Patching net/minecraft/core/RegistryAccess$RegistryHolder 1/1

  Patching net/minecraft/core/MappedRegistry$RegistryEntry 1/1

  Patching net/minecraft/core/RegistryAccess 1/1

  Patching net/minecraft/core/Direction$Plane 1/1

  Patching net/minecraft/core/Direction$AxisDirection 1/1

  Patching net/minecraft/core/MappedRegistry 1/1

  Patching net/minecraft/core/Direction$Axis$3 1/1

  Patching net/minecraft/core/Direction$Axis$2 1/1

  Patching net/minecraft/core/Direction$1 1/1

  Patching net/minecraft/core/Direction$Axis$1 1/1

  Patching net/minecraft/core/Direction$Axis 1/1

  Patching net/minecraft/core/Direction 1/1

  Patching net/minecraft/core/Registry 1/1

  Patching net/minecraft/commands/synchronization/ArgumentTypes$Entry 1/1

  Patching net/minecraft/commands/synchronization/ArgumentTypes 1/1

  Patching net/minecraft/commands/arguments/selector/EntitySelectorParser 1/1

  Patching net/minecraft/data/loot/BlockLoot 1/1

  Patching net/minecraft/commands/Commands$CommandSelection 1/1

  Patching net/minecraft/commands/Commands$ParseFunction 1/1

  Patching net/minecraft/commands/Commands 1/1

  Patching net/minecraft/advancements/critereon/ItemPredicate$Builder 1/1

  Patching net/minecraft/advancements/critereon/ItemPredicate 1/1

  Patching net/minecraft/advancements/AdvancementRewards$Builder 1/1

  Patching net/minecraft/advancements/AdvancementList$Listener 1/1

  Patching net/minecraft/advancements/AdvancementRewards 1/1

  Patching net/minecraft/advancements/Advancement 1/1

  Patching net/minecraft/Util$OS$2 1/1

  Patching net/minecraft/advancements/AdvancementList 1/1

  Patching net/minecraft/Util$OS$1 1/1

  Patching net/minecraft/Util$8 1/1

  Patching net/minecraft/Util$OS 1/1

  Patching net/minecraft/Util$7 1/1

  Patching net/minecraft/Util$6 1/1

  Patching net/minecraft/Util$5 1/1

  Patching net/minecraft/Util$IdentityStrategy 1/1

  Patching net/minecraft/Util$9 1/1

  Patching net/minecraft/Util$4 1/1

  Patching net/minecraft/Util$1 1/1

  Patching net/minecraft/Util$3 1/1

  Patching net/minecraft/SharedConstants 1/1

  Patching net/minecraft/advancements/Advancement$Builder 1/1

  Patching net/minecraft/CrashReportCategory$Entry 1/1

  Patching net/minecraft/CrashReport 1/1

  Patching com/mojang/math/Vector4f 1/1

  Patching net/minecraft/CrashReportCategory 1/1

  Patching com/mojang/math/Transformation 1/1

  Patching com/mojang/math/Vector3f 1/1

  Patching net/minecraft/Util 1/1

  Patching com/mojang/math/Matrix3f 1/1

  Patching com/mojang/math/Matrix4f 1/1

  Patching com/mojang/blaze3d/platform/Window$WindowInitFailed 1/1

  Patching com/mojang/blaze3d/vertex/BufferBuilder$DrawState 1/1

  Patching com/mojang/blaze3d/vertex/VertexFormat$IndexType 1/1

  Patching com/mojang/blaze3d/vertex/VertexFormatElement$Usage 1/1

  Patching com/mojang/blaze3d/vertex/VertexFormat$Mode 1/1

  Patching com/mojang/blaze3d/vertex/VertexConsumer 1/1

  Patching com/mojang/blaze3d/vertex/VertexFormatElement$Usage$SetupState 1/1

  Patching com/mojang/blaze3d/vertex/BufferBuilder$1 1/1

  Patching com/mojang/blaze3d/vertex/VertexFormat$1 1/1

  Patching com/mojang/blaze3d/vertex/VertexFormat 1/1

  Patching com/mojang/blaze3d/vertex/VertexFormatElement 1/1

  Patching com/mojang/blaze3d/vertex/BufferBuilder$SortState 1/1

  Patching com/mojang/blaze3d/vertex/VertexFormatElement$Usage$ClearState 1/1

  Patching com/mojang/blaze3d/vertex/VertexFormatElement$Type 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$StencilFunc 1/1

  Patching com/mojang/blaze3d/vertex/BufferBuilder 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$DestFactor 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$PolygonOffsetState 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$ScissorState 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$Viewport 1/1

  Patching com/mojang/blaze3d/pipeline/RenderTarget 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$ColorMask 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$CullState 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$StencilState 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$TextureState 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$ColorLogicState 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$DepthState 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$SourceFactor 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$BlendState 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$BooleanState 1/1

  Patching com/mojang/blaze3d/platform/Window 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager 1/1

  Patching com/mojang/blaze3d/platform/GlStateManager$LogicOp 1/1

  Patching com/mojang/realmsclient/gui/screens/RealmsGenericErrorScreen 1/1

  Patching net/minecraft/client/KeyboardHandler$1 1/1

  Patching net/minecraft/client/particle/TerrainParticle$Provider 1/1

  Patching net/minecraft/client/particle/ParticleEngine$MutableSpriteSet 1/1

  Patching net/minecraft/client/particle/Particle 1/1

  Patching net/minecraft/client/MouseHandler 1/1

  Patching net/minecraft/client/particle/TerrainParticle 1/1

  Patching net/minecraft/client/particle/ParticleEngine$SpriteParticleRegistration 1/1

  Patching net/minecraft/client/Minecraft$1 1/1

  Patching net/minecraft/client/Minecraft$ChatStatus 1/1

  Patching net/minecraft/client/particle/ParticleEngine 1/1

  Patching net/minecraft/client/Options$2 1/1

  Patching net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$CompiledChunk$1 1/1

  Patching net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$RenderChunk$ChunkCompileTask 1/1

  Patching net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$CompiledChunk 1/1

  Patching net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$ChunkTaskResult 1/1

  Patching net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$RenderChunk$ResortTransparencyTask 1/1

  Patching net/minecraft/client/server/IntegratedServer 1/1

  Patching net/minecraft/client/renderer/Sheets 1/1

  Patching net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$RenderChunk 1/1

  Patching net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$RenderChunk$RebuildTask 1/1

  Patching net/minecraft/client/renderer/FogRenderer$FogMode 1/1

  Patching net/minecraft/client/renderer/DimensionSpecialEffects$OverworldEffects 1/1

  Patching net/minecraft/client/renderer/LevelRenderer$RenderInfoMap 1/1

  Patching net/minecraft/client/renderer/item/ItemProperties$CompassWobble 1/1

  Patching net/minecraft/client/renderer/item/ItemProperties$2 1/1

  Patching net/minecraft/client/renderer/item/ItemProperties$1 1/1

  Patching net/minecraft/client/renderer/block/BlockRenderDispatcher$1 1/1

  Patching net/minecraft/client/renderer/block/ModelBlockRenderer$Cache$1 1/1

  Patching net/minecraft/client/renderer/item/ItemProperties 1/1

  Patching net/minecraft/client/renderer/block/ModelBlockRenderer$Cache 1/1

  Patching net/minecraft/client/renderer/chunk/ChunkRenderDispatcher 1/1

  Patching net/minecraft/client/renderer/block/ModelBlockRenderer$1 1/1

  Patching net/minecraft/client/renderer/block/BlockModelShaper 1/1

  Patching net/minecraft/client/renderer/block/ModelBlockRenderer$AdjacencyInfo 1/1

  Patching net/minecraft/client/renderer/block/model/BakedQuad 1/1

  Patching net/minecraft/client/renderer/block/ModelBlockRenderer$SizeInfo 1/1

  Patching net/minecraft/client/renderer/block/LiquidBlockRenderer 1/1

  Patching net/minecraft/client/renderer/block/model/FaceBakery$1 1/1

  Patching net/minecraft/client/renderer/ItemInHandRenderer 1/1

  Patching net/minecraft/client/renderer/block/model/ItemOverrides$BakedOverride 1/1

  Patching net/minecraft/client/renderer/block/model/BlockModel$LoopException 1/1

  Patching net/minecraft/client/renderer/block/model/BlockModel$GuiLight 1/1

  Patching net/minecraft/client/renderer/block/ModelBlockRenderer 1/1

  Patching net/minecraft/client/renderer/ItemBlockRenderTypes 1/1

  Patching net/minecraft/client/renderer/block/model/ItemTransform 1/1

  Patching net/minecraft/client/renderer/block/model/ItemOverrides 1/1

  Patching net/minecraft/client/renderer/block/model/MultiVariant 1/1

  Patching net/minecraft/client/renderer/block/model/ItemModelGenerator$SpanFacing 1/1

  Patching net/minecraft/client/renderer/block/model/ItemTransforms$Deserializer 1/1

  Patching net/minecraft/client/renderer/block/model/ItemModelGenerator$1 1/1

  Patching net/minecraft/client/renderer/block/model/ItemTransform$Deserializer 1/1

  Patching net/minecraft/client/renderer/block/model/ItemTransforms$TransformType 1/1

  Patching net/minecraft/client/renderer/block/model/FaceBakery 1/1

  Patching net/minecraft/client/renderer/block/model/BlockModel$Deserializer 1/1

  Patching net/minecraft/client/renderer/block/model/ItemTransforms 1/1

  Patching net/minecraft/client/renderer/block/model/ItemTransforms$1 1/1

  Patching net/minecraft/client/renderer/block/model/ItemOverrides$PropertyMatcher 1/1

  Patching net/minecraft/client/renderer/block/model/MultiVariant$Deserializer 1/1

  Patching net/minecraft/client/renderer/block/model/ItemModelGenerator$Span 1/1

  Patching net/minecraft/client/renderer/block/ModelBlockRenderer$Cache$2 1/1

  Patching net/minecraft/client/renderer/block/ModelBlockRenderer$AmbientVertexRemap 1/1

  Patching net/minecraft/client/renderer/block/BlockRenderDispatcher 1/1

  Patching net/minecraft/client/renderer/block/model/ItemModelGenerator 1/1

  Patching net/minecraft/client/renderer/texture/Stitcher$SpriteLoader 1/1

  Patching net/minecraft/client/renderer/texture/TextureAtlasSprite$Info 1/1

  Patching net/minecraft/client/renderer/texture/TextureAtlasSprite$FrameInfo 1/1

  Patching net/minecraft/client/renderer/block/ModelBlockRenderer$AmbientOcclusionFace 1/1

  Patching net/minecraft/client/renderer/texture/TextureAtlas$Preparations 1/1

  Patching net/minecraft/client/renderer/texture/Stitcher$Region 1/1

  Patching net/minecraft/client/renderer/texture/AbstractTexture 1/1

  Patching net/minecraft/client/renderer/block/model/BlockModel 1/1

  Patching net/minecraft/client/renderer/GameRenderer 1/1

  Patching net/minecraft/client/renderer/texture/TextureAtlasSprite 1/1

  Patching net/minecraft/client/renderer/texture/Stitcher 1/1

  Patching net/minecraft/client/renderer/texture/Stitcher$Holder 1/1

  Patching net/minecraft/client/renderer/texture/TextureAtlasSprite$InterpolationData 1/1

  Patching net/minecraft/client/renderer/texture/TextureAtlasSprite$AnimatedTexture 1/1

  Patching net/minecraft/client/renderer/LevelRenderer$RenderChunkInfo 1/1

  Patching net/minecraft/client/renderer/texture/TextureAtlas 1/1

  Patching net/minecraft/client/renderer/DimensionSpecialEffects$NetherEffects 1/1

  Patching net/minecraft/client/renderer/LightTexture 1/1

  Patching net/minecraft/client/renderer/texture/TextureManager 1/1

  Patching net/minecraft/client/renderer/PostChain 1/1

  Patching net/minecraft/client/renderer/entity/FallingBlockRenderer 1/1

  Patching net/minecraft/client/renderer/entity/ItemFrameRenderer 1/1

  Patching net/minecraft/client/renderer/EffectInstance 1/1

  Patching net/minecraft/client/renderer/entity/LivingEntityRenderer 1/1

  Patching net/minecraft/client/renderer/entity/ItemEntityRenderer 1/1

  Patching net/minecraft/client/renderer/entity/EntityRenderer 1/1

  Patching net/minecraft/client/renderer/LevelRenderer 1/1

  Patching net/minecraft/client/renderer/entity/LivingEntityRenderer$1 1/1

  Patching net/minecraft/client/renderer/entity/player/PlayerRenderer 1/1

  Patching net/minecraft/client/renderer/entity/EntityRenderDispatcher 1/1

  Patching net/minecraft/client/renderer/entity/layers/HumanoidArmorLayer 1/1

  Patching net/minecraft/client/renderer/entity/layers/HumanoidArmorLayer$1 1/1

  Patching net/minecraft/client/renderer/entity/ItemRenderer 1/1

  Patching net/minecraft/client/renderer/entity/layers/ElytraLayer 1/1

  Patching net/minecraft/client/renderer/ItemModelShaper 1/1

  Patching net/minecraft/client/renderer/DimensionSpecialEffects$SkyType 1/1

  Patching net/minecraft/client/renderer/FogRenderer 1/1

  Patching net/minecraft/client/renderer/ScreenEffectRenderer 1/1

  Patching net/minecraft/client/renderer/LevelRenderer$TransparencyShaderException 1/1

  Patching net/minecraft/client/renderer/ItemInHandRenderer$1 1/1

  Patching net/minecraft/client/renderer/DimensionSpecialEffects$EndEffects 1/1

  Patching net/minecraft/client/renderer/ItemInHandRenderer$HandRenderSelection 1/1

  Patching net/minecraft/client/renderer/Sheets$1 1/1

  Patching net/minecraft/client/renderer/blockentity/PistonHeadRenderer 1/1

  Patching net/minecraft/client/renderer/blockentity/BlockEntityRenderers 1/1

  Patching net/minecraft/client/renderer/blockentity/ChestRenderer 1/1

  Patching net/minecraft/client/renderer/DimensionSpecialEffects 1/1

  Patching net/minecraft/client/User$Type 1/1

  Patching net/minecraft/client/Camera$NearPlane 1/1

  Patching net/minecraft/client/Minecraft$ChatStatus$1 1/1

  Patching net/minecraft/server/MinecraftServer$2 1/1

  Patching net/minecraft/server/MinecraftServer$TimeProfiler 1/1

  Patching net/minecraft/server/Main$1 1/1

  Patching net/minecraft/client/main/Main$2 1/1

  Patching net/minecraft/data/Main 1/1

  Patching net/minecraft/client/main/Main$1 1/1

  Patching net/minecraft/client/main/Main$3 1/1

  Patching net/minecraft/client/ClientBrandRetriever 1/1

  Patching net/minecraft/server/MinecraftServer$1 1/1

  Patching net/minecraft/server/Main 1/1

  Patching net/minecraft/client/main/Main 1/1

  Patching net/minecraft/server/MinecraftServer$TimeProfiler$1 1/1

  Patching net/minecraft/client/KeyMapping 1/1

  Patching net/minecraft/client/KeyboardHandler 1/1

  Patching net/minecraft/client/resources/model/ModelState 1/1

  Patching net/minecraft/client/resources/model/ModelBakery$BlockStateDefinitionException 1/1

  Patching net/minecraft/client/resources/model/WeightedBakedModel$Builder 1/1

  Patching net/minecraft/client/resources/model/ModelManager 1/1

  Patching net/minecraft/client/resources/model/BakedModel 1/1

  Patching net/minecraft/client/resources/model/UnbakedModel 1/1

  Patching net/minecraft/client/resources/model/ModelResourceLocation 1/1

  Patching net/minecraft/client/resources/model/SimpleBakedModel$Builder 1/1

  Patching net/minecraft/client/resources/model/MultiPartBakedModel 1/1

  Patching net/minecraft/client/resources/model/SimpleBakedModel 1/1

  Patching net/minecraft/client/resources/model/MultiPartBakedModel$Builder 1/1

  Patching net/minecraft/client/resources/model/WeightedBakedModel 1/1

  Patching net/minecraft/server/MinecraftServer 1/1

  Patching net/minecraft/client/resources/model/ModelBakery$ModelGroupKey 1/1

  Patching net/minecraft/client/resources/language/I18n 1/1

  Patching net/minecraft/client/resources/language/LanguageInfo 1/1

  Patching net/minecraft/client/resources/language/LanguageManager 1/1

  Patching net/minecraft/client/resources/language/ClientLanguage 1/1

  Patching net/minecraft/client/player/AbstractClientPlayer 1/1

  Patching net/minecraft/client/color/item/ItemColors 1/1

  Patching net/minecraft/client/color/block/BlockColors 1/1

  Patching net/minecraft/client/player/RemotePlayer 1/1

  Patching net/minecraft/client/User 1/1

  Patching net/minecraft/client/Minecraft$ChatStatus$3 1/1

  Patching net/minecraft/client/resources/model/ModelBakery 1/1

  Patching net/minecraft/client/Screenshot 1/1

  Patching net/minecraft/client/sounds/SoundEngine 1/1

  Patching net/minecraft/client/player/LocalPlayer 1/1

  Patching net/minecraft/client/Options 1/1

  Patching net/minecraft/client/model/geom/LayerDefinitions 1/1

  Patching net/minecraft/client/Minecraft$ServerStem 1/1

  Patching net/minecraft/client/Options$FieldAccess 1/1

  Patching net/minecraft/client/Camera 1/1

  Patching net/minecraft/client/gui/components/DebugScreenOverlay$1 1/1

  Patching net/minecraft/client/gui/components/AbstractSelectionList$SelectionDirection 1/1

  Patching net/minecraft/client/gui/components/BossHealthOverlay$1 1/1

  Patching net/minecraft/client/gui/components/AbstractSelectionList$TrackedList 1/1

  Patching net/minecraft/client/gui/components/BossHealthOverlay 1/1

  Patching net/minecraft/client/gui/components/AbstractSelectionList 1/1

  Patching net/minecraft/client/gui/components/AbstractSelectionList$Entry 1/1

  Patching net/minecraft/client/gui/components/AbstractWidget 1/1

  Patching net/minecraft/client/gui/MapRenderer 1/1

  Patching net/minecraft/client/gui/screens/MenuScreens$ScreenConstructor 1/1

  Patching net/minecraft/client/gui/components/DebugScreenOverlay 1/1

  Patching net/minecraft/client/gui/screens/LoadingOverlay 1/1

  Patching net/minecraft/client/gui/screens/TitleScreen$1 1/1

  Patching net/minecraft/client/gui/Gui 1/1

  Patching net/minecraft/client/gui/screens/packs/PackSelectionModel$EntryBase 1/1

  Patching net/minecraft/client/gui/screens/packs/PackSelectionModel$UnselectedPackEntry 1/1

  Patching net/minecraft/client/gui/screens/packs/PackSelectionModel$Entry 1/1

  Patching net/minecraft/client/gui/screens/packs/PackSelectionScreen$1 1/1

  Patching net/minecraft/client/gui/screens/packs/PackSelectionModel$SelectedPackEntry 1/1

  Patching net/minecraft/client/gui/screens/packs/PackSelectionModel 1/1

  Patching net/minecraft/client/gui/screens/LoadingOverlay$LogoTexture 1/1

  Patching net/minecraft/client/gui/screens/packs/PackSelectionScreen$Watcher 1/1

  Patching net/minecraft/client/gui/screens/packs/PackSelectionScreen 1/1

  Patching net/minecraft/client/gui/screens/controls/ControlList$Entry 1/1

  Patching net/minecraft/client/gui/screens/controls/ControlList$KeyEntry$1 1/1

  Patching net/minecraft/client/gui/screens/controls/ControlList$CategoryEntry$1 1/1

  Patching net/minecraft/client/gui/screens/controls/ControlList$KeyEntry$2 1/1

  Patching net/minecraft/client/gui/screens/controls/ControlList$CategoryEntry 1/1

  Patching net/minecraft/client/gui/screens/controls/ControlList 1/1

  Patching net/minecraft/client/gui/screens/controls/ControlList$KeyEntry 1/1

  Patching net/minecraft/client/gui/screens/controls/ControlsScreen 1/1

  Patching net/minecraft/client/gui/screens/recipebook/RecipeBookComponent 1/1

  Patching net/minecraft/client/gui/screens/LanguageSelectScreen$LanguageSelectionList$Entry 1/1

  Patching net/minecraft/client/gui/screens/LanguageSelectScreen$LanguageSelectionList 1/1

  Patching net/minecraft/client/gui/screens/TitleScreen 1/1

  Patching net/minecraft/client/gui/screens/advancements/AdvancementTabType$1 1/1

  Patching net/minecraft/client/gui/screens/advancements/AdvancementTabType 1/1

  Patching net/minecraft/client/gui/screens/OptionsScreen 1/1

  Patching net/minecraft/client/gui/screens/advancements/AdvancementsScreen 1/1

  Patching net/minecraft/client/gui/screens/Screen 1/1

  Patching net/minecraft/client/gui/screens/advancements/AdvancementTab 1/1

  Patching net/minecraft/client/gui/screens/inventory/EnchantmentScreen 1/1

  Patching net/minecraft/client/gui/screens/inventory/AbstractContainerScreen 1/1

  Patching net/minecraft/client/gui/screens/MenuScreens 1/1

  Patching net/minecraft/client/gui/screens/inventory/CreativeModeInventoryScreen$ItemPickerMenu 1/1

  Patching net/minecraft/client/gui/screens/inventory/CreativeModeInventoryScreen$SlotWrapper 1/1

  Patching net/minecraft/client/gui/screens/inventory/CreativeModeInventoryScreen$CustomCreativeSlot 1/1

  Patching net/minecraft/client/gui/screens/Screen$NarratableSearchResult 1/1

  Patching net/minecraft/client/gui/screens/inventory/EffectRenderingInventoryScreen 1/1

  Patching net/minecraft/client/gui/screens/DeathScreen 1/1

  Patching net/minecraft/client/gui/screens/multiplayer/ServerSelectionList$Entry 1/1

  Patching net/minecraft/client/gui/screens/multiplayer/ServerSelectionList$NetworkServerEntry 1/1

  Patching net/minecraft/client/gui/screens/LanguageSelectScreen 1/1

  Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$PresetEditor 1/1

  Patching net/minecraft/client/gui/screens/multiplayer/ServerSelectionList$LANHeader 1/1

  Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$2 1/1

  Patching net/minecraft/client/gui/screens/worldselection/CreateWorldScreen$SelectedGameMode 1/1

  Patching net/minecraft/client/gui/screens/inventory/CreativeModeInventoryScreen 1/1

  Patching net/minecraft/client/gui/screens/worldselection/CreateWorldScreen$OperationFailedException 1/1

  Patching net/minecraft/client/gui/screens/multiplayer/ServerSelectionList$OnlineServerEntry 1/1

  Patching net/minecraft/client/gui/screens/multiplayer/ServerSelectionList 1/1

  Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$7 1/1

  Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$4 1/1

  Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$1 1/1

  Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$5 1/1

  Patching net/minecraft/client/gui/screens/worldselection/WorldPreset 1/1

  Patching net/minecraft/client/gui/screens/worldselection/CreateWorldScreen$1 1/1

  Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$8 1/1

  Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$6 1/1

  Patching net/minecraft/client/gui/screens/multiplayer/JoinMultiplayerScreen 1/1

  Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$3 1/1

  Patching net/minecraft/client/gui/Gui$HeartType 1/1

  Patching net/minecraft/client/gui/screens/worldselection/WorldGenSettingsComponent 1/1

  Patching net/minecraft/client/Options$4 1/1

  Patching net/minecraft/client/gui/MapRenderer$MapInstance 1/1

  Patching net/minecraft/client/ToggleKeyMapping 1/1

  Patching net/minecraft/client/Minecraft$ChatStatus$2 1/1

  Patching net/minecraft/client/Minecraft$ChatStatus$4 1/1

  Patching net/minecraft/client/Options$3 1/1

  Patching net/minecraft/client/gui/screens/worldselection/CreateWorldScreen 1/1

  Patching net/minecraft/client/searchtree/SearchRegistry 1/1

  Patching net/minecraft/client/searchtree/SearchRegistry$Key 1/1

  Patching net/minecraft/client/multiplayer/ServerStatusPinger$2 1/1

  Patching net/minecraft/client/multiplayer/ServerStatusPinger$2$1 1/1

  Patching net/minecraft/client/multiplayer/ClientLevel$ClientLevelData 1/1

  Patching net/minecraft/client/multiplayer/ClientLevel$MarkerParticleStatus 1/1

  Patching net/minecraft/client/multiplayer/ClientLevel$1 1/1

  Patching net/minecraft/client/multiplayer/ClientPacketListener$1 1/1

  Patching net/minecraft/client/multiplayer/ServerData 1/1

  Patching net/minecraft/client/multiplayer/PlayerInfo 1/1

  Patching net/minecraft/client/multiplayer/ClientChunkCache 1/1

  Patching net/minecraft/client/multiplayer/ServerStatusPinger$1 1/1

  Patching net/minecraft/client/multiplayer/ServerData$ServerPackStatus 1/1

  Patching net/minecraft/client/multiplayer/ServerStatusPinger 1/1

  Patching net/minecraft/client/multiplayer/ClientLevel$EntityCallbacks 1/1

  Patching net/minecraft/client/Minecraft$ExperimentalDialogType 1/1

  Patching net/minecraft/client/Options$1 1/1

  Patching net/minecraft/client/multiplayer/ClientChunkCache$Storage 1/1

  Patching net/minecraft/client/multiplayer/ClientHandshakePacketListenerImpl 1/1

  Patching net/minecraft/client/multiplayer/ClientLevel 1/1

  Patching net/minecraft/client/multiplayer/MultiPlayerGameMode 1/1

  Patching net/minecraft/client/multiplayer/ClientPacketListener 1/1

  Patching net/minecraft/client/Minecraft 1/1

  Patching net/minecraft/world/level/biome/BiomeSpecialEffects$GrassColorModifier$ColorModifier 1/1

  Patching net/minecraft/Util$2 1/1

  Patching net/minecraft/tags/StaticTagHelper$OptionalNamedTag 1/1

Injecting profile

Finished!

 

Link to comment
Share on other sites

  • Seion changed the title to MC 1.17.1 | MAC OS 11.6 | Forge 37.0 - java.lang.reflect.InvocationTargetException: null - SOLVED

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello, I'm trying to modify the effects of native enchantments for bows and arrows in Minecraft. After using a decompilation tool, I found that the specific implementations of native bow and arrow enchantments (including `ArrowDamageEnchantment`, `ArrowKnockbackEnchantment`, `ArrowFireEnchantment`, `ArrowInfiniteEnchantment`, `ArrowPiercingEnchantment`) do not contain any information about the enchantment effects (such as the `getDamageProtection` function for `ProtectionEnchantment`, `getDamageBonus` function for `DamageEnchantment`, etc.). Upon searching for the base class of arrows, `AbstractArrow`, I found a function named setEnchantmentEffectsFromEntity`, which seems to be used to retrieve the enchantment levels of the tool held by a `LivingEntity` and calculate the specific values of the enchantment effects. However, after testing with the following code, I found that this function is not being called:   @Mixin(AbstractArrow.class) public class ModifyArrowEnchantmentEffects {     private static final Logger LOGGER = LogUtils.getLogger();     @Inject(         method = "setEnchantmentEffectsFromEntity",         at = @At("HEAD")     )     private void logArrowEnchantmentEffectsFromEntity(CallbackInfo ci) {         LOGGER.info("Arrow enchantment effects from entity");     } }   Upon further investigation, I found that within the onHitEntity method, there are several lines of code:               if (!this.level().isClientSide &amp;&amp; entity1 instanceof LivingEntity) {                EnchantmentHelper.doPostHurtEffects(livingentity, entity1);                EnchantmentHelper.doPostDamageEffects((LivingEntity)entity1, livingentity);             }   These lines of code actually call the doPostHurt and doPostAttack methods of each enchantment in the enchantment list. However, this leads back to the issue because native bow and arrow enchantments do not implement these functions. Although their base class defines the functions, they are empty. At this point, I'm completely stumped and seeking assistance. Thank you.
    • I have been trying to make a server with forge but I keep running into an issue. I have jdk 22 installed as well as Java 8. here is the debug file  
    • it crashed again     What the console says : [00:02:03] [Server thread/INFO] [Easy NPC/]: [EntityManager] Server started! [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {iceandfire:fire_dragon_roost=true, iceandfire:fire_lily=true, iceandfire:spawn_dragon_skeleton_fire=true, iceandfire:lightning_dragon_roost=true, iceandfire:spawn_dragon_skeleton_lightning=true, iceandfire:ice_dragon_roost=true, iceandfire:ice_dragon_cave=true, iceandfire:lightning_dragon_cave=true, iceandfire:cyclops_cave=true, iceandfire:spawn_wandering_cyclops=true, iceandfire:spawn_sea_serpent=true, iceandfire:frost_lily=true, iceandfire:hydra_cave=true, iceandfire:lightning_lily=true, iceandfireixie_village=true, iceandfire:myrmex_hive_jungle=true, iceandfire:myrmex_hive_desert=true, iceandfire:silver_ore=true, iceandfire:siren_island=true, iceandfire:spawn_dragon_skeleton_ice=true, iceandfire:spawn_stymphalian_bird=true, iceandfire:fire_dragon_cave=true, iceandfire:sapphire_ore=true, iceandfire:spawn_hippocampus=true, iceandfire:spawn_death_worm=true} [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true} [00:02:03] [Server thread/INFO] [ne.be.lo.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 41976 bytes (in 5 string chunks with the size of 10000) [00:02:03] [Server thread/INFO] [patchouli/]: Sending reload packet to clients [00:02:03] [Server thread/WARN] [voicechat/]: [voicechat] Running in offline mode - Voice chat encryption is not secure! [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Using server-ip as bind address: 0.0.0.0 [00:02:03] [Server thread/WARN] [ModernFix/]: Dedicated server took 22.521 seconds to load [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at 0.0.0.0:25565 [00:02:03] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.player.Player from class tschipp.carryon.common.carry.CarryOnDataManager [00:02:03] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@2941ffd5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 0 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 1 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 2 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 3 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 4 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 6 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 7 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 8 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 9 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 10 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 11 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 12 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 13 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 14 [00:02:19] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@ebc7ef2 [00:02:19] [Server thread/INFO] [minecraft/PlayerList]: ZacAdos[/90.2.17.162:49242] logged in with entity id 1062 at (-1848.6727005281205, 221.0, -3054.2468255848935) [00:02:19] [Server thread/ERROR] [ModernFix/]: Skipping entity ID sync for com.talhanation.smallships.world.entity.ship.Ship: java.lang.NoClassDefFoundError: net/minecraft/client/CameraType [00:02:19] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos joined the game [00:02:19] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:19] [Server thread/INFO] [se.mi.te.da.DataManager/]: Sending data to client: ZacAdos [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of - Gloop - ZacAdos (17) [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to - Gloop - ZacAdos [00:02:21] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player - Gloop - ZacAdos (cc56befd-d376-3526-a760-340713c478bd) successfully connected to voice chat stop [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping the server [00:02:34] [Server thread/INFO] [mo.pl.ar.ArmourersWorkshop/]: stop local service [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players [00:02:34] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: ZacAdos lost connection: Server closed [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos left the game [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (world): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage: All dimensions are saved [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopping IO worker... [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopped IO worker! [00:02:34] [Server thread/INFO] [Calio/]: Removing Dynamic Registries for: net.minecraft.server.dedicated.DedicatedServer@7dc879e1 [MineStrator Daemon]: Checking server disk space usage, this could take a few seconds... [MineStrator Daemon]: Updating process configuration files... [MineStrator Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... [MineStrator Daemon]: Pulling Docker container image, this could take a few minutes to complete... [MineStrator Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx6302M -Dterminal.jline=false -Dterminal.ansi=true -Djline.terminal=jline.UnsupportedTerminal -p libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar:libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/net/minecraftforge/JarJarFileSystems/0.3.16/JarJarFileSystems-0.3.16.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher-1.1.2.jar,securejarhandler-2.1.4.jar,asm-commons-9.5.jar,asm-util-9.5.jar,asm-analysis-9.5.jar,asm-tree-9.5.jar,asm-9.5.jar,JarJarFileSystems-0.3.16.jar -DlibraryDirectory=libraries -DlegacyClassPath=libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/6.0.3/eventbus-6.0.3.jar:libraries/net/minecraftforge/forgespi/6.0.0/forgespi-6.0.0.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/10.0.8/modlauncher-10.0.8.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar:libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/JarJarSelector/0.3.16/JarJarSelector-0.3.16.jar:libraries/net/minecraftforge/JarJarMetadata/0.3.16/JarJarMetadata-0.3.16.jar:libraries/net/minecraftforge/fmlloader/1.19.2-43.3.0/fmlloader-1.19.2-43.3.0.jar:libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-extra.jar:libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar:libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar:libraries/com/mojang/authlib/3.11.49/authlib-3.11.49.jar:libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar:libraries/com/mojang/datafixerupper/5.0.28/datafixerupper-5.0.28.jar:libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar:libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar:libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:libraries/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar:libraries/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar:libraries/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar:libraries/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar:libraries/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar:libraries/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar:libraries/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-aarch_64.jar:libraries/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar:libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar:libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar:libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar:libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar:libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:libraries/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.0/log4j-slf4j18-impl-2.17.0.jar:libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar cpw.mods.bootstraplauncher.BootstrapLauncher --launchTarget forgeserver --fml.forgeVersion 43.3.0 --fml.mcVersion 1.19.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20220805.130853 [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [00:02:43] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [00:02:44] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection Latest log [29Mar2024 00:02:42.803] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [29Mar2024 00:02:42.805] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [29Mar2024 00:02:43.548] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [29Mar2024 00:02:43.876] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.878] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:44.033] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [29Mar2024 00:02:44.034] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [29Mar2024 00:02:44.034] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection
    • I am unable to do that. Brigadier is a mojang library that parses commands.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.