12 skills found
chrisneagu / FTC Skystone Dark Angels Romania 2020NOTICE This repository contains the public FTC SDK for the SKYSTONE (2019-2020) competition season. If you are looking for the current season's FTC SDK software, please visit the new and permanent home of the public FTC SDK: FtcRobotController repository Welcome! This GitHub repository contains the source code that is used to build an Android app to control a FIRST Tech Challenge competition robot. To use this SDK, download/clone the entire project to your local computer. Getting Started If you are new to robotics or new to the FIRST Tech Challenge, then you should consider reviewing the FTC Blocks Tutorial to get familiar with how to use the control system: FTC Blocks Online Tutorial Even if you are an advanced Java programmer, it is helpful to start with the FTC Blocks tutorial, and then migrate to the OnBot Java Tool or to Android Studio afterwards. Downloading the Project If you are an Android Studio programmer, there are several ways to download this repo. Note that if you use the Blocks or OnBot Java Tool to program your robot, then you do not need to download this repository. If you are a git user, you can clone the most current version of the repository: git clone https://github.com/FIRST-Tech-Challenge/SKYSTONE.git Or, if you prefer, you can use the "Download Zip" button available through the main repository page. Downloading the project as a .ZIP file will keep the size of the download manageable. You can also download the project folder (as a .zip or .tar.gz archive file) from the Downloads subsection of the Releases page for this repository. Once you have downloaded and uncompressed (if needed) your folder, you can use Android Studio to import the folder ("Import project (Eclipse ADT, Gradle, etc.)"). Getting Help User Documentation and Tutorials FIRST maintains online documentation with information and tutorials on how to use the FIRST Tech Challenge software and robot control system. You can access this documentation using the following link: SKYSTONE Online Documentation Note that the online documentation is an "evergreen" document that is constantly being updated and edited. It contains the most current information about the FIRST Tech Challenge software and control system. Javadoc Reference Material The Javadoc reference documentation for the FTC SDK is now available online. Click on the following link to view the FTC SDK Javadoc documentation as a live website: FTC Javadoc Documentation Documentation for the FTC SDK is also included with this repository. There is a subfolder called "doc" which contains several subfolders: The folder "apk" contains the .apk files for the FTC Driver Station and FTC Robot Controller apps. The folder "javadoc" contains the JavaDoc user documentation for the FTC SDK. Online User Forum For technical questions regarding the Control System or the FTC SDK, please visit the FTC Technology forum: FTC Technology Forum Release Information Version 5.5 (20200824-090813) Version 5.5 requires Android Studio 4.0 or later. New features Adds support for calling custom Java classes from Blocks OpModes (fixes SkyStone issue #161). Classes must be in the org.firstinspires.ftc.teamcode package. Methods must be public static and have no more than 21 parameters. Parameters declared as OpMode, LinearOpMode, Telemetry, and HardwareMap are supported and the argument is provided automatically, regardless of the order of the parameters. On the block, the sockets for those parameters are automatically filled in. Parameters declared as char or java.lang.Character will accept any block that returns text and will only use the first character in the text. Parameters declared as boolean or java.lang.Boolean will accept any block that returns boolean. Parameters declared as byte, java.lang.Byte, short, java.lang.Short, int, java.lang.Integer, long, or java.lang.Long, will accept any block that returns a number and will round that value to the nearest whole number. Parameters declared as float, java.lang.Float, double, java.lang.Double will accept any block that returns a number. Adds telemetry API method for setting display format Classic Monospace HTML (certain tags only) Adds blocks support for switching cameras. Adds Blocks support for TensorFlow Object Detection with a custom model. Adds support for uploading a custom TensorFlow Object Detection model in the Manage page, which is especially useful for Blocks and OnBotJava users. Shows new Control Hub blink codes when the WiFi band is switched using the Control Hub's button (only possible on Control Hub OS 1.1.2) Adds new warnings which can be disabled in the Advanced RC Settings Mismatched app versions warning Unnecessary 2.4 GHz WiFi usage warning REV Hub is running outdated firmware (older than version 1.8.2) Adds support for Sony PS4 gamepad, and reworks how gamepads work on the Driver Station Removes preference which sets gamepad type based on driver position. Replaced with menu which allows specifying type for gamepads with unknown VID and PID Attempts to auto-detect gamepad type based on USB VID and PID If gamepad VID and PID is not known, use type specified by user for that VID and PID If gamepad VID and PID is not known AND the user has not specified a type for that VID and PID, an educated guess is made about how to map the gamepad Driver Station will now attempt to automatically recover from a gamepad disconnecting, and re-assign it to the position it was assigned to when it dropped If only one gamepad is assigned and it drops: it can be recovered If two gamepads are assigned, and have different VID/PID signatures, and only one drops: it will be recovered If two gamepads are assigned, and have different VID/PID signatures, and BOTH drop: both will be recovered If two gamepads are assigned, and have the same VID/PID signatures, and only one drops: it will be recovered If two gamepads are assigned, and have the same VID/PID signatures, and BOTH drop: neither will be recovered, because of the ambiguity of the gamepads when they re-appear on the USB bus. There is currently one known edge case: if there are two gamepads with the same VID/PID signature plugged in, but only one is assigned, and they BOTH drop, it's a 50-50 chance of which one will be chosen for automatic recovery to the assigned position: it is determined by whichever one is re-enumerated first by the USB bus controller. Adds landscape user interface to Driver Station New feature: practice timer with audio cues New feature (Control Hub only): wireless network connection strength indicator (0-5 bars) New feature (Control Hub only): tapping on the ping/channel display will switch to an alternate display showing radio RX dBm and link speed (tap again to switch back) The layout will NOT autorotate. You can switch the layout from the Driver Station's settings menu. Breaking changes Removes support for Android versions 4.4 through 5.1 (KitKat and Lollipop). The minSdkVersion is now 23. Removes the deprecated LinearOpMode methods waitOneFullHardwareCycle() and waitForNextHardwareCycle() Enhancements Handles RS485 address of Control Hub automatically The Control Hub is automatically given a reserved address Existing configuration files will continue to work All addresses in the range of 1-10 are still available for Expansion Hubs The Control Hub light will now normally be solid green, without blinking to indicate the address The Control Hub will not be shown on the Expansion Hub Address Change settings page Improves REV Hub firmware updater The user can now choose between all available firmware update files Version 1.8.2 of the REV Hub firmware is bundled into the Robot Controller app. Text was added to clarify that Expansion Hubs can only be updated via USB. Firmware update speed was reduced to improve reliability Allows REV Hub firmware to be updated directly from the Manage webpage Improves log viewer on Robot Controller Horizontal scrolling support (no longer word wrapped) Supports pinch-to-zoom Uses a monospaced font Error messages are highlighted New color scheme Attempts to force-stop a runaway/stuck OpMode without restarting the entire app Not all types of runaway conditions are stoppable, but if the user code attempts to talk to hardware during the runaway, the system should be able to capture it. Makes various tweaks to the Self Inspect screen Renames "OS version" entry to "Android version" Renames "WiFi Direct Name" to "WiFi Name" Adds Control Hub OS version, when viewing the report of a Control Hub Hides the airplane mode entry, when viewing the report of a Control Hub Removes check for ZTE Speed Channel Changer Shows firmware version for all Expansion and Control Hubs Reworks network settings portion of Manage page All network settings are now applied with a single click The WiFi Direct channel of phone-based Robot Controllers can now be changed from the Manage page WiFi channels are filtered by band (2.4 vs 5 GHz) and whether they overlap with other channels The current WiFi channel is pre-selected on phone-based Robot Controllers, and Control Hubs running OS 1.1.2 or later. On Control Hubs running OS 1.1.2 or later, you can choose to have the system automatically select a channel on the 5 GHz band Improves OnBotJava New light and dark themes replace the old themes (chaos, github, chrome,...) the new default theme is light and will be used when you first update to this version OnBotJava now has a tabbed editor Read-only offline mode Improves function of "exit" menu item on Robot Controller and Driver Station Now guaranteed to be fully stopped and unloaded from memory Shows a warning message if a LinearOpMode exists prematurely due to failure to monitor for the start condition Improves error message shown when the Driver Station and Robot Controller are incompatible with each other Driver Station OpMode Control Panel now disabled while a Restart Robot is in progress Disables advanced settings related to WiFi direct when the Robot Controller is a Control Hub. Tint phone battery icons on Driver Station when low/critical. Uses names "Control Hub Portal" and "Control Hub" (when appropriate) in new configuration files Improve I2C read performance Very large improvement on Control Hub; up to ~2x faster with small (e.g. 6 byte) reads Not as apparent on Expansion Hubs connected to a phone Update/refresh build infrastructure Update to 'androidx' support library from 'com.android.support:appcompat', which is end-of-life Update targetSdkVersion and compileSdkVersion to 28 Update Android Studio's Android plugin to latest Fix reported build timestamp in 'About' screen Add sample illustrating manual webcam use: ConceptWebcam Bug fixes Fixes SkyStone issue #248 Fixes SkyStone issue #232 and modifies bulk caching semantics to allow for cache-preserving MANUAL/AUTO transitions. Improves performance when REV 2M distance sensor is unplugged Improves readability of Toast messages on certain devices Allows a Driver Station to connect to a Robot Controller after another has disconnected Improves generation of fake serial numbers for UVC cameras which do not provide a real serial number Previously some devices would assign such cameras a serial of 0:0 and fail to open and start streaming Fixes ftc_app issue #638. Fixes a slew of bugs with the Vuforia camera monitor including: Fixes bug where preview could be displayed with a wonky aspect ratio Fixes bug where preview could be cut off in landscape Fixes bug where preview got totally messed up when rotating phone Fixes bug where crosshair could drift off target when using webcams Fixes issue in UVC driver on some devices (ftc_app 681) if streaming was started/stopped multiple times in a row Issue manifested as kernel panic on devices which do not have this kernel patch. On affected devices which do have the patch, the issue was manifest as simply a failure to start streaming. The Tech Team believes that the root cause of the issue is a bug in the Linux kernel XHCI driver. A workaround was implemented in the SDK UVC driver. Fixes bug in UVC driver where often half the frames from the camera would be dropped (e.g. only 15FPS delivered during a streaming session configured for 30FPS). Fixes issue where TensorFlow Object Detection would show results whose confidence was lower than the minimum confidence parameter. Fixes a potential exploitation issue of CVE-2019-11358 in OnBotJava Fixes changing the address of an Expansion Hub with additional Expansion Hubs connected to it Preserves the Control Hub's network connection when "Restart Robot" is selected Fixes issue where device scans would fail while the Robot was restarting Fix RenderScript usage Use androidx.renderscript variant: increased compatibility Use RenderScript in Java mode, not native: simplifies build Fixes webcam-frame-to-bitmap conversion problem: alpha channel wasn't being initialized, only R, G, & B Fixes possible arithmetic overflow in Deadline Fixes deadlock in Vuforia webcam support which could cause 5-second delays when stopping OpMode Version 5.4 (20200108-101156) Fixes SkyStone issue #88 Adds an inspection item that notes when a robot controller (Control Hub) is using the factory default password. Fixes SkyStone issue #61 Fixes SkyStone issue #142 Fixes ftc_app issue #417 by adding more current and voltage monitoring capabilities for REV Hubs. Fixes a crash sometimes caused by OnBotJava activity Improves OnBotJava autosave functionality ftc_app #738 Fixes system responsiveness issue when an Expansion Hub is disconnected Fixes issue where IMU initialization could prevent Op Modes from stopping Fixes issue where AndroidTextToSpeech.speak() would fail if it was called too early Adds telemetry.speak() methods and blocks, which cause the Driver Station (if also updated) to speak text Adds and improves Expansion Hub-related warnings Improves Expansion Hub low battery warning Displays the warning immediately after the hub reports it Specifies whether the condition is current or occurred temporarily during an OpMode run Displays which hubs reported low battery Displays warning when hub loses and regains power during an OpMode run Fixes the hub's LED pattern after this condition Displays warning when Expansion Hub is not responding to commands Specifies whether the condition is current or occurred temporarily during an OpMode run Clarifies warning when Expansion Hub is not present at startup Specifies that this condition requires a Robot Restart before the hub can be used. The hub light will now accurately reflect this state Improves logging and reduces log spam during these conditions Syncs the Control Hub time and timezone to a connected web browser programming the robot, if a Driver Station is not available. Adds bulk read functionality for REV Hubs A bulk caching mode must be set at the Hub level with LynxModule#setBulkCachingMode(). This applies to all relevant SDK hardware classes that reference that Hub. The following following Hub bulk caching modes are available: BulkCachingMode.OFF (default): All hardware calls operate as usual. Bulk data can read through LynxModule#getBulkData() and processed manually. BulkCachingMode.AUTO: Applicable hardware calls are served from a bulk read cache that is cleared/refreshed automatically to ensure identical commands don't hit the same cache. The cache can also be cleared manually with LynxModule#clearBulkCache(), although this is not recommended. (advanced users) BulkCachingMode.MANUAL: Same as BulkCachingMode.AUTO except the cache is never cleared automatically. To avoid getting stale data, the cache must be manually cleared at the beginning of each loop body or as the user deems appropriate. Removes PIDF Annotation values added in Rev 5.3 (to AndyMark, goBILDA and TETRIX motor configurations). The new motor types will still be available but their Default control behavior will revert back to Rev 5.2 Adds new ConceptMotorBulkRead sample Opmode to demonstrate and compare Motor Bulk-Read modes for reducing I/O latencies. Version 5.3 (20191004-112306) Fixes external USB/UVC webcam support Makes various bugfixes and improvements to Blocks page, including but not limited to: Many visual tweaks Browser zoom and window resize behave better Resizing the Java preview pane works better and more consistently across browsers The Java preview pane consistently gets scrollbars when needed The Java preview pane is hidden by default on phones Internet Explorer 11 should work Large dropdown lists display properly on lower res screens Disabled buttons are now visually identifiable as disabled A warning is shown if a user selects a TFOD sample, but their device is not compatible Warning messages in a Blocks op mode are now visible by default. Adds goBILDA 5201 and 5202 motors to Robot Configurator Adds PIDF Annotation values to AndyMark, goBILDA and TETRIX motor configurations. This has the effect of causing the RUN_USING_ENCODERS and RUN_TO_POSITION modes to use PIDF vs PID closed loop control on these motors. This should provide more responsive, yet stable, speed control. PIDF adds Feedforward control to the basic PID control loop. Feedforward is useful when controlling a motor's speed because it "anticipates" how much the control voltage must change to achieve a new speed set-point, rather than requiring the integrated error to change sufficiently. The PIDF values were chosen to provide responsive, yet stable, speed control on a lightly loaded motor. The more heavily a motor is loaded (drag or friction), the more noticable the PIDF improvement will be. Fixes startup crash on Android 10 Fixes ftc_app issue #712 (thanks to FROGbots-4634) Fixes ftc_app issue #542 Allows "A" and lowercase letters when naming device through RC and DS apps. Version 5.2 (20190905-083277) Fixes extra-wide margins on settings activities, and placement of the new configuration button Adds Skystone Vuforia image target data. Includes sample Skystone Vuforia Navigation op modes (Java). Includes sample Skystone Vuforia Navigation op modes (Blocks). Adds TensorFlow inference model (.tflite) for Skystone game elements. Includes sample Skystone TensorFlow op modes (Java). Includes sample Skystone TensorFlow op modes (Blocks). Removes older (season-specific) sample op modes. Includes 64-bit support (to comply with Google Play requirements). Protects against Stuck OpModes when a Restart Robot is requested. (Thanks to FROGbots-4634) (ftc_app issue #709) Blocks related changes: Fixes bug with blocks generated code when hardware device name is a java or javascript reserved word. Shows generated java code for blocks, even when hardware items are missing from the active configuration. Displays warning icon when outdated Vuforia and TensorFlow blocks are used (SkyStone issue #27) Version 5.1 (20190820-222104) Defines default PIDF parameters for the following motors: REV Core Hex Motor REV 20:1 HD Hex Motor REV 40:1 HD Hex Motor Adds back button when running on a device without a system back button (such as a Control Hub) Allows a REV Control Hub to update the firmware on a REV Expansion Hub via USB Fixes SkyStone issue #9 Fixes ftc_app issue #715 Prevents extra DS User clicks by filtering based on current state. Prevents incorrect DS UI state changes when receiving new OpMode list from RC Adds support for REV Color Sensor V3 Adds a manual-refresh DS Camera Stream for remotely viewing RC camera frames. To show the stream on the DS, initialize but do not run a stream-enabled opmode, select the Camera Stream option in the DS menu, and tap the image to refresh. This feature is automatically enabled when using Vuforia or TFOD—no additional RC configuration is required for typical use cases. To hide the stream, select the same menu item again. Note that gamepads are disabled and the selected opmode cannot be started while the stream is open as a safety precaution. To use custom streams, consult the API docs for CameraStreamServer#setSource and CameraStreamSource. Adds many Star Wars sounds to RobotController resources. Added SKYSTONE Sounds Chooser Sample Program. Switches out startup, connect chimes, and error/warning sounds for Star Wars sounds Updates OnBot Java to use a WebSocket for communication with the robot The OnBot Java page no longer has to do a full refresh when a user switches from editing one file to another Known issues: Camera Stream The Vuforia camera stream inherits the issues present in the phone preview (namely ftc_app issue #574). This problem does not affect the TFOD camera stream even though it receives frames from Vuforia. The orientation of the stream frames may not always match the phone preview. For now, these frames may be rotated manually via a custom CameraStreamSource if desired. OnBotJava Browser back button may not always work correctly It's possible for a build to be queued, but not started. The OnBot Java build console will display a warning if this occurs. A user might not realize they are editing a different file if the user inadvertently switches from one file to another since this switch is now seamless. The name of the currently open file is displayed in the browser tab. Version 5.0 (built on 19.06.14) Support for the REV Robotics Control Hub. Adds a Java preview pane to the Blocks editor. Adds a new offline export feature to the Blocks editor. Display wifi channel in Network circle on Driver Station. Adds calibration for Logitech C270 Updates build tooling and target SDK. Compliance with Google's permissions infrastructure (Required after build tooling update). Keep Alives to mitigate the Motorola wifi scanning problem. Telemetry substitute no longer necessary. Improves Vuforia error reporting. Fixes ftctechnh/ftc_app issues 621, 713. Miscellaneous bug fixes and improvements. Version 4.3 (built on 18.10.31) Includes missing TensorFlow-related libraries and files. Version 4.2 (built on 18.10.30) Includes fix to avoid deadlock situation with WatchdogMonitor which could result in USB communication errors. Comm error appeared to require that user disconnect USB cable and restart the Robot Controller app to recover. robotControllerLog.txt would have error messages that included the words "E RobotCore: lynx xmit lock: #### abandoning lock:" Includes fix to correctly list the parent module address for a REV Robotics Expansion Hub in a configuration (.xml) file. Bug in versions 4.0 and 4.1 would incorrect list the address module for a parent REV Robotics device as "1". If the parent module had a higher address value than the daisy-chained module, then this bug would prevent the Robot Controller from communicating with the downstream Expansion Hub. Added requirement for ACCESS_COARSE_LOCATION to allow a Driver Station running Android Oreo to scan for Wi-Fi Direct devices. Added google() repo to build.gradle because aapt2 must be downloaded from the google() repository beginning with version 3.2 of the Android Gradle Plugin. Important Note: Android Studio users will need to be connected to the Internet the first time build the ftc_app project. Internet connectivity is required for the first build so the appropriate files can be downloaded from the Google repository. Users should not need to be connected to the Internet for subsequent builds. This should also fix buid issue where Android Studio would complain that it "Could not find com.android.tools.lint:lint-gradle:26.1.4" (or similar). Added support for REV Spark Mini motor controller as part of the configuration menu for a servo/PWM port on the REV Expansion Hub. Provide examples for playing audio files in an Op Mode. Block Development Tool Changes Includes a fix for a problem with the Velocity blocks that were reported in the FTC Technology forum (Blocks Programming subforum). Change the "Save completed successfully." message to a white color so it will contrast with a green background. Fixed the "Download image" feature so it will work if there are text blocks in the op mode. Introduce support for Google's TensorFlow Lite technology for object detetion for 2018-2019 game. TensorFlow lite can recognize Gold Mineral and Silver Mineral from 2018-2019 game. Example Java and Block op modes are included to show how to determine the relative position of the gold block (left, center, right). Version 4.1 (released on 18.09.24) Changes include: Fix to prevent crash when deprecated configuration annotations are used. Change to allow FTC Robot Controller APK to be auto-updated using FIRST Global Control Hub update scripts. Removed samples for non supported / non legal hardware. Improvements to Telemetry.addData block with "text" socket. Updated Blocks sample op mode list to include Rover Ruckus Vuforia example. Update SDK library version number. Version 4.0 (released on 18.09.12) Changes include: Initial support for UVC compatible cameras If UVC camera has a unique serial number, RC will detect and enumerate by serial number. If UVC camera lacks a unique serial number, RC will only support one camera of that type connected. Calibration settings for a few cameras are included (see TeamCode/src/main/res/xml/teamwebcamcalibrations.xml for details). User can upload calibration files from Program and Manage web interface. UVC cameras seem to draw a fair amount of electrical current from the USB bus. This does not appear to present any problems for the REV Robotics Control Hub. This does seem to create stability problems when using some cameras with an Android phone-based Robot Controller. FTC Tech Team is investigating options to mitigate this issue with the phone-based Robot Controllers. Updated sample Vuforia Navigation and VuMark Op Modes to demonstrate how to use an internal phone-based camera and an external UVC webcam. Support for improved motor control. REV Robotics Expansion Hub firmware 1.8 and greater will support a feed forward mechanism for closed loop motor control. FTC SDK has been modified to support PIDF coefficients (proportional, integral, derivative, and feed forward). FTC Blocks development tool modified to include PIDF programming blocks. Deprecated older PID-related methods and variables. REV's 1.8.x PIDF-related changes provide a more linear and accurate way to control a motor. Wireless Added 5GHz support for wireless channel changing for those devices that support it. Tested with Moto G5 and E4 phones. Also tested with other (currently non-approved) phones such as Samsung Galaxy S8. Improved Expansion Hub firmware update support in Robot Controller app Changes to make the system more robust during the firmware update process (when performed through Robot Controller app). User no longer has to disconnect a downstream daisy-chained Expansion Hub when updating an Expansion Hub's firmware. If user is updating an Expansion Hub's firmware through a USB connection, he/she does not have to disconnect RS485 connection to other Expansion Hubs. The user still must use a USB connection to update an Expansion Hub's firmware. The user cannot update the Expansion Hub firmware for a downstream device that is daisy chained through an RS485 connection. If an Expansion Hub accidentally gets "bricked" the Robot Controller app is now more likely to recognize the Hub when it scans the USB bus. Robot Controller app should be able to detect an Expansion Hub, even if it accidentally was bricked in a previous update attempt. Robot Controller app should be able to install the firmware onto the Hub, even if if accidentally was bricked in a previous update attempt. Resiliency FTC software can detect and enable an FTDI reset feature that is available with REV Robotics v1.8 Expansion Hub firmware and greater. When enabled, the Expansion Hub can detect if it hasn't communicated with the Robot Controller over the FTDI (USB) connection. If the Hub hasn't heard from the Robot Controller in a while, it will reset the FTDI connection. This action helps system recover from some ESD-induced disruptions. Various fixes to improve reliability of FTC software. Blocks Fixed errors with string and list indices in blocks export to java. Support for USB connected UVC webcams. Refactored optimized Blocks Vuforia code to support Rover Ruckus image targets. Added programming blocks to support PIDF (proportional, integral, derivative and feed forward) motor control. Added formatting options (under Telemetry and Miscellaneous categories) so user can set how many decimal places to display a numerical value. Support to play audio files (which are uploaded through Blocks web interface) on Driver Station in addition to the Robot Controller. Fixed bug with Download Image of Blocks feature. Support for REV Robotics Blinkin LED Controller. Support for REV Robotics 2m Distance Sensor. Added support for a REV Touch Sensor (no longer have to configure as a generic digital device). Added blocks for DcMotorEx methods. These are enhanced methods that you can use when supported by the motor controller hardware. The REV Robotics Expansion Hub supports these enhanced methods. Enhanced methods include methods to get/set motor velocity (in encoder pulses per second), get/set PIDF coefficients, etc.. Modest Improvements in Logging Decrease frequency of battery checker voltage statements. Removed non-FTC related log statements (wherever possible). Introduced a "Match Logging" feature. Under "Settings" a user can enable/disable this feature (it's disabled by default). If enabled, user provides a "Match Number" through the Driver Station user interface (top of the screen). The Match Number is used to create a log file specifically with log statements from that particular Op Mode run. Match log files are stored in /sdcard/FIRST/matlogs on the Robot Controller. Once an op mode run is complete, the Match Number is cleared. This is a convenient way to create a separate match log with statements only related to a specific op mode run. New Devices Support for REV Robotics Blinkin LED Controller. Support for REV Robotics 2m Distance Sensor. Added configuration option for REV 20:1 HD Hex Motor. Added support for a REV Touch Sensor (no longer have to configure as a generic digital device). Miscellaneous Fixed some errors in the definitions for acceleration and velocity in our javadoc documentation. Added ability to play audio files on Driver Station When user is configuring an Expansion Hub, the LED on the Expansion Hub will change blink pattern (purple-cyan) to indicate which Hub is currently being configured. Renamed I2cSensorType to I2cDeviceType. Added an external sample Op Mode that demonstrates localization using 2018-2019 (Rover Ruckus presented by QualComm) Vuforia targets. Added an external sample Op Mode that demonstrates how to use the REV Robotics 2m Laser Distance Sensor. Added an external sample Op Mode that demonstrates how to use the REV Robotics Blinkin LED Controller. Re-categorized external Java sample Op Modes to "TeleOp" instead of "Autonomous". Known issues: Initial support for UVC compatible cameras UVC cameras seem to draw significant amount of current from the USB bus. This does not appear to present any problems for the REV Robotics Control Hub. This does seem to create stability problems when using some cameras with an Android phone-based Robot Controller. FTC Tech Team is investigating options to mitigate this issue with the phone-based Robot Controllers. There might be a possible deadlock which causes the RC to become unresponsive when using a UVC webcam with a Nougat Android Robot Controller. Wireless When user selects a wireless channel, this channel does not necessarily persist if the phone is power cycled. Tech Team is hoping to eventually address this issue in a future release. Issue has been present since apps were introduced (i.e., it is not new with the v4.0 release). Wireless channel is not currently displayed for WiFi Direct connections. Miscellaneous The blink indication feature that shows which Expansion Hub is currently being configured does not work for a newly created configuration file. User has to first save a newly created configuration file and then close and re-edit the file in order for blink indicator to work. Version 3.6 (built on 17.12.18) Changes include: Blocks Changes Uses updated Google Blockly software to allow users to edit their op modes on Apple iOS devices (including iPad and iPhone). Improvement in Blocks tool to handle corrupt op mode files. Autonomous op modes should no longer get switched back to tele-op after re-opening them to be edited. The system can now detect type mismatches during runtime and alert the user with a message on the Driver Station. Updated javadoc documentation for setPower() method to reflect correct range of values (-1 to +1). Modified VuforiaLocalizerImpl to allow for user rendering of frames Added a user-overrideable onRenderFrame() method which gets called by the class's renderFrame() method. Version 3.5 (built on 17.10.30) Changes with version 3.5 include: Introduced a fix to prevent random op mode stops, which can occur after the Robot Controller app has been paused and then resumed (for example, when a user temporarily turns off the display of the Robot Controller phone, and then turns the screen back on). Introduced a fix to prevent random op mode stops, which were previously caused by random peer disconnect events on the Driver Station. Fixes issue where log files would be closed on pause of the RC or DS, but not re-opened upon resume. Fixes issue with battery handler (voltage) start/stop race. Fixes issue where Android Studio generated op modes would disappear from available list in certain situations. Fixes problem where OnBot Java would not build on REV Robotics Control Hub. Fixes problem where OnBot Java would not build if the date and time on the Robot Controller device was "rewound" (set to an earlier date/time). Improved error message on OnBot Java that occurs when renaming a file fails. Removed unneeded resources from android.jar binaries used by OnBot Java to reduce final size of Robot Controller app. Added MR_ANALOG_TOUCH_SENSOR block to Blocks Programming Tool. Version 3.4 (built on 17.09.06) Changes with version 3.4 include: Added telemetry.update() statement for BlankLinearOpMode template. Renamed sample Block op modes to be more consistent with Java samples. Added some additional sample Block op modes. Reworded OnBot Java readme slightly. Version 3.3 (built on 17.09.04) This version of the software includes improves for the FTC Blocks Programming Tool and the OnBot Java Programming Tool. Changes with verion 3.3 include: Android Studio ftc_app project has been updated to use Gradle Plugin 2.3.3. Android Studio ftc_app project is already using gradle 3.5 distribution. Robot Controller log has been renamed to /sdcard/RobotControllerLog.txt (note that this change was actually introduced w/ v3.2). Improvements in I2C reliability. Optimized I2C read for REV Expansion Hub, with v1.7 firmware or greater. Updated all external/samples (available through OnBot and in Android project folder). Vuforia Added support for VuMarks that will be used for the 2017-2018 season game. Blocks Update to latest Google Blockly release. Sample op modes can be selected as a template when creating new op mode. Fixed bug where the blocks would disappear temporarily when mouse button is held down. Added blocks for Range.clip and Range.scale. User can now disable/enable Block op modes. Fix to prevent occasional Blocks deadlock. OnBot Java Significant improvements with autocomplete function for OnBot Java editor. Sample op modes can be selected as a template when creating new op mode. Fixes and changes to complete hardware setup feature. Updated (and more useful) onBot welcome message. Known issues: Android Studio After updating to the new v3.3 Android Studio project folder, if you get error messages indicating "InvalidVirtualFileAccessException" then you might need to do a File->Invalidate Caches / Restart to clear the error. OnBot Java Sometimes when you push the build button to build all op modes, the RC returns an error message that the build failed. If you press the build button a second time, the build typically suceeds. Version 3.2 (built on 17.08.02) This version of the software introduces the "OnBot Java" Development Tool. Similar to the FTC Blocks Development Tool, the FTC OnBot Java Development Tool allows a user to create, edit and build op modes dynamically using only a Javascript-enabled web browser. The OnBot Java Development Tool is an integrated development environment (IDE) that is served up by the Robot Controller. Op modes are created and edited using a Javascript-enabled browser (Google Chromse is recommended). Op modes are saved on the Robot Controller Android device directly. The OnBot Java Development Tool provides a Java programming environment that does NOT need Android Studio. Changes with version 3.2 include: Enhanced web-based development tools Introduction of OnBot Java Development Tool. Web-based programming and management features are "always on" (user no longer needs to put Robot Controller into programming mode). Web-based management interface (where user can change Robot Controller name and also easily download Robot Controller log file). OnBot Java, Blocks and Management features available from web based interface. Blocks Programming Development Tool: Changed "LynxI2cColorRangeSensor" block to "REV Color/range sensor" block. Fixed tooltip for ColorSensor.isLightOn block. Added blocks for ColorSensor.getNormalizedColors and LynxI2cColorRangeSensor.getNormalizedColors. Added example op modes for digital touch sensor and REV Robotics Color Distance sensor. User selectable color themes. Includes many minor enhancements and fixes (too numerous to list). Known issues: Auto complete function is incomplete and does not support the following (for now): Access via this keyword Access via super keyword Members of the super cloass, not overridden by the class Any methods provided in the current class Inner classes Can't handle casted objects Any objects coming from an parenthetically enclosed expression Version 3.10 (built on 17.05.09) This version of the software provides support for the REV Robotics Expansion Hub. This version also includes improvements in the USB communication layer in an effort to enhance system resiliency. If you were using a 2.x version of the software previously, updating to version 3.1 requires that you also update your Driver Station software in addition to updating the Robot Controller software. Also note that in version 3.10 software, the setMaxSpeed and getMaxSpeed methods are no longer available (not deprecated, they have been removed from the SDK). Also note that the the new 3.x software incorporates motor profiles that a user can select as he/she configures the robot. Changes include: Blocks changes Added VuforiaTrackableDefaultListener.getPose and Vuforia.trackPose blocks. Added optimized blocks support for Vuforia extended tracking. Added atan2 block to the math category. Added useCompetitionFieldTargetLocations parameter to Vuforia.initialize block. If set to false, the target locations are placed at (0,0,0) with target orientation as specified in https://github.com/gearsincorg/FTCVuforiaDemo/blob/master/Robot_Navigation.java tutorial op mode. Incorporates additional improvements to USB comm layer to improve system resiliency (to recover from a greater number of communication disruptions). Additional Notes Regarding Version 3.00 (built on 17.04.13) In addition to the release changes listed below (see section labeled "Version 3.00 (built on 17.04.013)"), version 3.00 has the following important changes: Version 3.00 software uses a new version of the FTC Robocol (robot protocol). If you upgrade to v3.0 on the Robot Controller and/or Android Studio side, you must also upgrade the Driver Station software to match the new Robocol. Version 3.00 software removes the setMaxSpeed and getMaxSpeed methods from the DcMotor class. If you have an op mode that formerly used these methods, you will need to remove the references/calls to these methods. Instead, v3.0 provides the max speed information through the use of motor profiles that are selected by the user during robot configuration. Version 3.00 software currently does not have a mechanism to disable extra i2c sensors. We hope to re-introduce this function with a release in the near future. Version 3.00 (built on 17.04.13) *** Use this version of the software at YOUR OWN RISK!!! *** This software is being released as an "alpha" version. Use this version at your own risk! This pre-release software contains SIGNIFICANT changes, including changes to the Wi-Fi Direct pairing mechanism, rewrites of the I2C sensor classes, changes to the USB/FTDI layer, and the introduction of support for the REV Robotics Expansion Hub and the REV Robotics color-range-light sensor. These changes were implemented to improve the reliability and resiliency of the FTC control system. Please note, however, that version 3.00 is considered "alpha" code. This code is being released so that the FIRST community will have an opportunity to test the new REV Expansion Hub electronics module when it becomes available in May. The developers do not recommend using this code for critical applications (i.e., competition use). *** Use this version of the software at YOUR OWN RISK!!! *** Changes include: Major rework of sensor-related infrastructure. Includes rewriting sensor classes to implement synchronous I2C communication. Fix to reset Autonomous timer back to 30 seconds. Implementation of specific motor profiles for approved 12V motors (includes Tetrix, AndyMark, Matrix and REV models). Modest improvements to enhance Wi-Fi P2P pairing. Fixes telemetry log addition race. Publishes all the sources (not just a select few). Includes Block programming improvements Addition of optimized Vuforia blocks. Auto scrollbar to projects and sounds pages. Fixed blocks paste bug. Blocks execute after while-opModeIsActive loop (to allow for cleanup before exiting op mode). Added gyro integratedZValue block. Fixes bug with projects page for Firefox browser. Added IsSpeaking block to AndroidTextToSpeech. Implements support for the REV Robotics Expansion Hub Implements support for integral REV IMU (physically installed on I2C bus 0, uses same Bosch BNO055 9 axis absolute orientation sensor as Adafruit 9DOF abs orientation sensor). - Implements support for REV color/range/light sensor. Provides support to update Expansion Hub firmware through FTC SDK. Detects REV firmware version and records in log file. Includes support for REV Control Hub (note that the REV Control Hub is not yet approved for FTC use). Implements FTC Blocks programming support for REV Expansion Hub and sensor hardware. Detects and alerts when I2C device disconnect. Version 2.62 (built on 17.01.07) Added null pointer check before calling modeToByte() in finishModeSwitchIfNecessary method for ModernRoboticsUsbDcMotorController class. Changes to enhance Modern Robotics USB protocol robustness. Version 2.61 (released on 16.12.19) Blocks Programming mode changes: Fix to correct issue when an exception was thrown because an OpticalDistanceSensor object appears twice in the hardware map (the second time as a LightSensor). Version 2.6 (released on 16.12.16) Fixes for Gyro class: Improve (decrease) sensor refresh latency. fix isCalibrating issues. Blocks Programming mode changes: Blocks now ignores a device in the configuration xml if the name is empty. Other devices work in configuration work fine. Version 2.5 (internal release on released on 16.12.13) Blocks Programming mode changes: Added blocks support for AdafruitBNO055IMU. Added Download Op Mode button to FtcBocks.html. Added support for copying blocks in one OpMode and pasting them in an other OpMode. The clipboard content is stored on the phone, so the programming mode server must be running. Modified Utilities section of the toolbox. In Programming Mode, display information about the active connections. Fixed paste location when workspace has been scrolled. Added blocks support for the android Accelerometer. Fixed issue where Blocks Upload Op Mode truncated name at first dot. Added blocks support for Android SoundPool. Added type safety to blocks for Acceleration. Added type safety to blocks for AdafruitBNO055IMU.Parameters. Added type safety to blocks for AnalogInput. Added type safety to blocks for AngularVelocity. Added type safety to blocks for Color. Added type safety to blocks for ColorSensor. Added type safety to blocks for CompassSensor. Added type safety to blocks for CRServo. Added type safety to blocks for DigitalChannel. Added type safety to blocks for ElapsedTime. Added type safety to blocks for Gamepad. Added type safety to blocks for GyroSensor. Added type safety to blocks for IrSeekerSensor. Added type safety to blocks for LED. Added type safety to blocks for LightSensor. Added type safety to blocks for LinearOpMode. Added type safety to blocks for MagneticFlux. Added type safety to blocks for MatrixF. Added type safety to blocks for MrI2cCompassSensor. Added type safety to blocks for MrI2cRangeSensor. Added type safety to blocks for OpticalDistanceSensor. Added type safety to blocks for Orientation. Added type safety to blocks for Position. Added type safety to blocks for Quaternion. Added type safety to blocks for Servo. Added type safety to blocks for ServoController. Added type safety to blocks for Telemetry. Added type safety to blocks for Temperature. Added type safety to blocks for TouchSensor. Added type safety to blocks for UltrasonicSensor. Added type safety to blocks for VectorF. Added type safety to blocks for Velocity. Added type safety to blocks for VoltageSensor. Added type safety to blocks for VuforiaLocalizer.Parameters. Added type safety to blocks for VuforiaTrackable. Added type safety to blocks for VuforiaTrackables. Added type safety to blocks for enums in AdafruitBNO055IMU.Parameters. Added type safety to blocks for AndroidAccelerometer, AndroidGyroscope, AndroidOrientation, and AndroidTextToSpeech. Version 2.4 (released on 16.11.13) Fix to avoid crashing for nonexistent resources. Blocks Programming mode changes: Added blocks to support OpenGLMatrix, MatrixF, and VectorF. Added blocks to support AngleUnit, AxesOrder, AxesReference, CameraDirection, CameraMonitorFeedback, DistanceUnit, and TempUnit. Added blocks to support Acceleration. Added blocks to support LinearOpMode.getRuntime. Added blocks to support MagneticFlux and Position. Fixed typos. Made blocks for ElapsedTime more consistent with other objects. Added blocks to support Quaternion, Velocity, Orientation, AngularVelocity. Added blocks to support VuforiaTrackables, VuforiaTrackable, VuforiaLocalizer, VuforiaTrackableDefaultListener. Fixed a few blocks. Added type checking to new blocks. Updated to latest blockly. Added default variable blocks to navigation and matrix blocks. Fixed toolbox entry for openGLMatrix_rotation_withAxesArgs. When user downloads Blocks-generated op mode, only the .blk file is downloaded. When user uploads Blocks-generated op mode (.blk file), Javascript code is auto generated. Added DbgLog support. Added logging when a blocks file is read/written. Fixed bug to properly render blocks even if missing devices from configuration file. Added support for additional characters (not just alphanumeric) for the block file names (for download and upload). Added support for OpMode flavor (“Autonomous” or “TeleOp”) and group. Changes to Samples to prevent tutorial issues. Incorporated suggested changes from public pull 216 (“Replace .. paths”). Remove Servo Glitches when robot stopped. if user hits “Cancels” when editing a configuration file, clears the unsaved changes and reverts to original unmodified configuration. Added log info to help diagnose why the Robot Controller app was terminated (for example, by watch dog function). Added ability to transfer log from the controller. Fixed inconsistency for AngularVelocity Limit unbounded growth of data for telemetry. If user does not call telemetry.update() for LinearOpMode in a timely manner, data added for telemetry might get lost if size limit is exceeded. Version 2.35 (released on 16.10.06) Blockly programming mode - Removed unnecesary idle() call from blocks for new project. Version 2.30 (released on 16.10.05) Blockly programming mode: Mechanism added to save Blockly op modes from Programming Mode Server onto local device To avoid clutter, blocks are displayed in categorized folders Added support for DigitalChannel Added support for ModernRoboticsI2cCompassSensor Added support for ModernRoboticsI2cRangeSensor Added support for VoltageSensor Added support for AnalogInput Added support for AnalogOutput Fix for CompassSensor setMode block Vuforia Fix deadlock / make camera data available while Vuforia is running. Update to Vuforia 6.0.117 (recommended by Vuforia and Google to close security loophole). Fix for autonomous 30 second timer bug (where timer was in effect, even though it appeared to have timed out). opModeIsActive changes to allow cleanup after op mode is stopped (with enforced 2 second safety timeout). Fix to avoid reading i2c twice. Updated sample Op Modes. Improved logging and fixed intermittent freezing. Added digital I/O sample. Cleaned up device names in sample op modes to be consistent with Pushbot guide. Fix to allow use of IrSeekerSensorV3. Version 2.20 (released on 16.09.08) Support for Modern Robotics Compass Sensor. Support for Modern Robotics Range Sensor. Revise device names for Pushbot templates to match the names used in Pushbot guide. Fixed bug so that IrSeekerSensorV3 device is accessible as IrSeekerSensor in hardwareMap. Modified computer vision code to require an individual Vuforia license (per legal requirement from PTC). Minor fixes. Blockly enhancements: Support for Voltage Sensor. Support for Analog Input. Support for Analog Output. Support for Light Sensor. Support for Servo Controller. Version 2.10 (released on 16.09.03) Support for Adafruit IMU. Improvements to ModernRoboticsI2cGyro class Block on reset of z axis. isCalibrating() returns true while gyro is calibration. Updated sample gyro program. Blockly enhancements support for android.graphics.Color. added support for ElapsedTime. improved look and legibility of blocks. support for compass sensor. support for ultrasonic sensor. support for IrSeeker. support for LED. support for color sensor. support for CRServo prompt user to configure robot before using programming mode. Provides ability to disable audio cues. various bug fixes and improvements. Version 2.00 (released on 16.08.19) This is the new release for the upcoming 2016-2017 FIRST Tech Challenge Season. Channel change is enabled in the FTC Robot Controller app for Moto G 2nd and 3rd Gen phones. Users can now use annotations to register/disable their Op Modes. Changes in the Android SDK, JDK and build tool requirements (minsdk=19, java 1.7, build tools 23.0.3). Standardized units in analog input. Cleaned up code for existing analog sensor classes. setChannelMode and getChannelMode were REMOVED from the DcMotorController class. This is important - we no longer set the motor modes through the motor controller. setMode and getMode were added to the DcMotor class. ContinuousRotationServo class has been added to the FTC SDK. Range.clip() method has been overloaded so it can support this operation for int, short and byte integers. Some changes have been made (new methods added) on how a user can access items from the hardware map. Users can now set the zero power behavior for a DC motor so that the motor will brake or float when power is zero. Prototype Blockly Programming Mode has been added to FTC Robot Controller. Users can place the Robot Controller into this mode, and then use a device (such as a laptop) that has a Javascript enabled browser to write Blockly-based Op Modes directly onto the Robot Controller. Users can now configure the robot remotely through the FTC Driver Station app. Android Studio project supports Android Studio 2.1.x and compile SDK Version 23 (Marshmallow). Vuforia Computer Vision SDK integrated into FTC SDK. Users can use sample vision targets to get localization information on a standard FTC field. Project structure has been reorganized so that there is now a TeamCode package that users can use to place their local/custom Op Modes into this package. Inspection function has been integrated into the FTC Robot Controller and Driver Station Apps (Thanks Team HazMat… 9277 & 10650!). Audio cues have been incorporated into FTC SDK. Swap mechanism added to FTC Robot Controller configuration activity. For example, if you have two motor controllers on a robot, and you misidentified them in your configuration file, you can use the Swap button to swap the devices within the configuration file (so you do not have to manually re-enter in the configuration info for the two devices). Fix mechanism added to all user to replace an electronic module easily. For example, suppose a servo controller dies on your robot. You replace the broken module with a new module, which has a different serial number from the original servo controller. You can use the Fix button to automatically reconfigure your configuration file to use the serial number of the new module. Improvements made to fix resiliency and responsiveness of the system. For LinearOpMode the user now must for a telemetry.update() to update the telemetry data on the driver station. This update() mechanism ensures that the driver station gets the updated data properly and at the same time. The Auto Configure function of the Robot Controller is now template based. If there is a commonly used robot configuration, a template can be created so that the Auto Configure mechanism can be used to quickly configure a robot of this type. The logic to detect a runaway op mode (both in the LinearOpMode and OpMode types) and to abort the run, then auto recover has been improved/implemented. Fix has been incorporated so that Logitech F310 gamepad mappings will be correct for Marshmallow users. Release 16.07.08 For the ftc_app project, the gradle files have been modified to support Android Studio 2.1.x. Release 16.03.30 For the MIT App Inventor, the design blocks have new icons that better represent the function of each design component. Some changes were made to the shutdown logic to ensure the robust shutdown of some of our USB services. A change was made to LinearOpMode so as to allow a given instance to be executed more than once, which is required for the App Inventor. Javadoc improved/updated. Release 16.03.09 Changes made to make the FTC SDK synchronous (significant change!) waitOneFullHardwareCycle() and waitForNextHardwareCycle() are no longer needed and have been deprecated. runOpMode() (for a LinearOpMode) is now decoupled from the system's hardware read/write thread. loop() (for an OpMode) is now decoupled from the system's hardware read/write thread. Methods are synchronous. For example, if you call setMode(DcMotorController.RunMode.RESET_ENCODERS) for a motor, the encoder is guaranteed to be reset when the method call is complete. For legacy module (NXT compatible), user no longer has to toggle between read and write modes when reading from or writing to a legacy device. Changes made to enhance reliability/robustness during ESD event. Changes made to make code thread safe. Debug keystore added so that user-generated robot controller APKs will all use the same signed key (to avoid conflicts if a team has multiple developer laptops for example). Firmware version information for Modern Robotics modules are now logged. Changes made to improve USB comm reliability and robustness. Added support for voltage indicator for legacy (NXT-compatible) motor controllers. Changes made to provide auto stop capabilities for op modes. A LinearOpMode class will stop when the statements in runOpMode() are complete. User does not have to push the stop button on the driver station. If an op mode is stopped by the driver station, but there is a run away/uninterruptible thread persisting, the app will log an error message then force itself to crash to stop the runaway thread. Driver Station UI modified to display lowest measured voltage below current voltage (12V battery). Driver Station UI modified to have color background for current voltage (green=good, yellow=caution, red=danger, extremely low voltage). javadoc improved (edits and additional classes). Added app build time to About activity for driver station and robot controller apps. Display local IP addresses on Driver Station About activity. Added I2cDeviceSynchImpl. Added I2cDeviceSync interface. Added seconds() and milliseconds() to ElapsedTime for clarity. Added getCallbackCount() to I2cDevice. Added missing clearI2cPortActionFlag. Added code to create log messages while waiting for LinearOpMode shutdown. Fix so Wifi Direct Config activity will no longer launch multiple times. Added the ability to specify an alternate i2c address in software for the Modern Robotics gyro. Release 16.02.09 Improved battery checker feature so that voltage values get refreshed regularly (every 250 msec) on Driver Station (DS) user interface. Improved software so that Robot Controller (RC) is much more resilient and “self-healing” to USB disconnects: If user attempts to start/restart RC with one or more module missing, it will display a warning but still start up. When running an op mode, if one or more modules gets disconnected, the RC & DS will display warnings,and robot will keep on working in spite of the missing module(s). If a disconnected module gets physically reconnected the RC will auto detect the module and the user will regain control of the recently connected module. Warning messages are more helpful (identifies the type of module that’s missing plus its USB serial number). Code changes to fix the null gamepad reference when users try to reference the gamepads in the init() portion of their op mode. NXT light sensor output is now properly scaled. Note that teams might have to readjust their light threshold values in their op modes. On DS user interface, gamepad icon for a driver will disappear if the matching gamepad is disconnected or if that gamepad gets designated as a different driver. Robot Protocol (ROBOCOL) version number info is displayed in About screen on RC and DS apps. Incorporated a display filter on pairing screen to filter out devices that don’t use the “-“ format. This filter can be turned off to show all WiFi Direct devices. Updated text in License file. Fixed formatting error in OpticalDistanceSensor.toString(). Fixed issue on with a blank (“”) device name that would disrupt WiFi Direct Pairing. Made a change so that the WiFi info and battery info can be displayed more quickly on the DS upon connecting to RC. Improved javadoc generation. Modified code to make it easier to support language localization in the future. Release 16.01.04 Updated compileSdkVersion for apps Prevent Wifi from entering power saving mode removed unused import from driver station Corrrected "Dead zone" joystick code. LED.getDeviceName and .getConnectionInfo() return null apps check for ROBOCOL_VERSION mismatch Fix for Telemetry also has off-by-one errors in its data string sizing / short size limitations error User telemetry output is sorted. added formatting variants to DbgLog and RobotLog APIs code modified to allow for a long list of op mode names. changes to improve thread safety of RobocolDatagramSocket Fix for "missing hardware leaves robot controller disconnected from driver station" error fix for "fast tapping of Init/Start causes problems" (toast is now only instantiated on UI thread). added some log statements for thread life cycle. moved gamepad reset logic inside of initActiveOpMode() for robustness changes made to mitigate risk of race conditions on public methods. changes to try and flag when WiFi Direct name contains non-printable characters. fix to correct race condition between .run() and .close() in ReadWriteRunnableStandard. updated FTDI driver made ReadWriteRunnableStanard interface public. fixed off-by-one errors in Command constructor moved specific hardware implmentations into their own package. moved specific gamepad implemnatations to the hardware library. changed LICENSE file to new BSD version. fixed race condition when shutting down Modern Robotics USB devices. methods in the ColorSensor classes have been synchronized. corrected isBusy() status to reflect end of motion. corrected "back" button keycode. the notSupported() method of the GyroSensor class was changed to protected (it should not be public). Release 15.11.04.001 Added Support for Modern Robotics Gyro. The GyroSensor class now supports the MR Gyro Sensor. Users can access heading data (about Z axis) Users can also access raw gyro data (X, Y, & Z axes). Example MRGyroTest.java op mode included. Improved error messages More descriptive error messages for exceptions in user code. Updated DcMotor API Enable read mode on new address in setI2cAddress Fix so that driver station app resets the gamepads when switching op modes. USB-related code changes to make USB comm more responsive and to display more explicit error messages. Fix so that USB will recover properly if the USB bus returns garbage data. Fix USB initializtion race condition. Better error reporting during FTDI open. More explicit messages during USB failures. Fixed bug so that USB device is closed if event loop teardown method was not called. Fixed timer UI issue Fixed duplicate name UI bug (Legacy Module configuration). Fixed race condition in EventLoopManager. Fix to keep references stable when updating gamepad. For legacy Matrix motor/servo controllers removed necessity of appending "Motor" and "Servo" to controller names. Updated HT color sensor driver to use constants from ModernRoboticsUsbLegacyModule class. Updated MR color sensor driver to use constants from ModernRoboticsUsbDeviceInterfaceModule class. Correctly handle I2C Address change in all color sensors Updated/cleaned up op modes. Updated comments in LinearI2cAddressChange.java example op mode. Replaced the calls to "setChannelMode" with "setMode" (to match the new of the DcMotor method). Removed K9AutoTime.java op mode. Added MRGyroTest.java op mode (demonstrates how to use MR Gyro Sensor). Added MRRGBExample.java op mode (demonstrates how to use MR Color Sensor). Added HTRGBExample.java op mode (demonstrates how to use HT legacy color sensor). Added MatrixControllerDemo.java (demonstrates how to use legacy Matrix controller). Updated javadoc documentation. Updated release .apk files for Robot Controller and Driver Station apps. Release 15.10.06.002 Added support for Legacy Matrix 9.6V motor/servo controller. Cleaned up build.gradle file. Minor UI and bug fixes for driver station and robot controller apps. Throws error if Ultrasonic sensor (NXT) is not configured for legacy module port 4 or 5. Release 15.08.03.001 New user interfaces for FTC Driver Station and FTC Robot Controller apps. An init() method is added to the OpMode class. For this release, init() is triggered right before the start() method. Eventually, the init() method will be triggered when the user presses an "INIT" button on driver station. The init() and loop() methods are now required (i.e., need to be overridden in the user's op mode). The start() and stop() methods are optional. A new LinearOpMode class is introduced. Teams can use the LinearOpMode mode to create a linear (not event driven) program model. Teams can use blocking statements like Thread.sleep() within a linear op mode. The API for the Legacy Module and Core Device Interface Module have been updated. Support for encoders with the Legacy Module is now working. The hardware loop has been updated for better performance.
arbazkiraak / Web Cache Deception CheckerTool is to check for Cache Deception Attack Both For Authenticated and UnAuthenticated Pages
Errare-humanum-est / ProtoGenDesigning directory cache coherence protocols is complicated because coherence transactions are not atomic in modern multicore processors. A coherence transaction comprises multiple messages, and these messages can interleave with other conflicting coherence transactions initiated by other cores. To overcome this architectural challenge, we present ProtoGen, an automated tool for taking the description of a directory protocol with atomic transactions (i.e., no concurrency) and generating the corresponding protocol for a multicore with non-atomic transactions. ProtoGen outputs the finite state machines for the cache and directory controllers, including all of the transient states that are possible with concurrent transactions. We have used ProtoGen to generate complete MSI, MESI, and MOSI protocols given their stable state protocol specifications. We have verified the generated protocols for safety and deadlock freedom using the Murϕ model checker. Our generated protocols are identical to or better than manually generated protocols, at times even discovering opportunities to reduce stalling.
siemens / Link Checker ServiceThe self-hosted Link Checker web service runs cached and otherwise optimized broken link checks
Itsmmdoha / CctCloudflare Cache Tester or CCT in short is a web app that can tell you wheather your website is cached by Cloudflare Edge server or not. It will tell what is the state of the cache, like if it was directly served from cache or was it stale or was it dynamically fetched from the origin server and much more.
SilverYukiMoon / Server Crash[14:27:46] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [14:27:46] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [14:27:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker [14:27:46] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR. [14:27:46] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading [14:27:46] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_232, running on Linux:amd64:4.4.0-154-generic, installed at /usr/local/openjdk-8/jre [14:27:46] [main/DEBUG] [FML]: Java classpath at launch is: [14:27:46] [main/DEBUG] [FML]: forge.jar [14:27:46] [main/DEBUG] [FML]: Java library path at launch is: [14:27:46] [main/DEBUG] [FML]: /usr/java/packages/lib/amd64 [14:27:46] [main/DEBUG] [FML]: /usr/lib64 [14:27:46] [main/DEBUG] [FML]: /lib64 [14:27:46] [main/DEBUG] [FML]: /lib [14:27:46] [main/DEBUG] [FML]: /usr/lib [14:27:46] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: /aternos/server/libraries [14:27:46] [main/DEBUG] [FML]: Cleaning up mods folder: ./mods [14:27:46] [main/DEBUG] [FML]: Examining file: animania-1.12.2-1.7.3.jar [14:27:46] [main/DEBUG] [FML]: Examining file: wings-1.1.6-1.12.2.jar [14:27:46] [main/DEBUG] [FML]: Examining file: SereneSeasons-1.12.2-1.2.18-universal.jar [14:27:46] [main/DEBUG] [FML]: Examining file: jei_1.12.2-4.15.0.292.jar [14:27:46] [main/DEBUG] [FML]: Examining file: BackTools-1.12.2-7.0.1.jar [14:27:46] [main/DEBUG] [FML]: Examining file: DragonMounts2-1.12.2-1.6.3.jar [14:27:46] [main/DEBUG] [FML]: Examining file: CTM-MC1.12.2-1.0.1.30.jar [14:27:46] [main/DEBUG] [FML]: Examining file: bookworm-1.12.2-2.3.0.jar [14:27:46] [main/DEBUG] [FML]: Examining file: zawa-1.12.2-1.7.0.jar [14:27:46] [main/DEBUG] [FML]: Examining file: ExtraGems-1.12.2-(v.1.2.8).jar [14:27:46] [main/DEBUG] [FML]: Examining file: iceandfire-1.8.3.jar [14:27:46] [main/DEBUG] [FML]: Examining file: creature_whisperer_1.0.2.jar [14:27:46] [main/DEBUG] [FML]: Examining file: ultimate_unicorn_mod-1.12.2-1.5.16.jar [14:27:46] [main/DEBUG] [FML]: Examining file: Instant Massive Structures Mod 1.12.2.jar [14:27:46] [main/DEBUG] [FML]: Examining file: landmanager-1.12.2-1.4.0.jar [14:27:46] [main/DEBUG] [FML]: Examining file: claimitapi-1.12.2-1.2.0.jar [14:27:46] [main/DEBUG] [FML]: Making maven link for its_meow.claimit:claimit:1.12.2-1.2.0:api in memory to /aternos/server/./mods/claimitapi-1.12.2-1.2.0.jar. [14:27:46] [main/DEBUG] [FML]: Examining file: iChunUtil-1.12.2-7.2.2.jar [14:27:46] [main/DEBUG] [FML]: Examining file: claimit-1.12.2-1.2.0.jar [14:27:46] [main/DEBUG] [FML]: Making maven link for its_meow.claimit:claimit:1.12.2-1.2.0 in memory to /aternos/server/./mods/claimit-1.12.2-1.2.0.jar. [14:27:46] [main/DEBUG] [FML]: Examining file: techguns-1.12.2-2.0.2.0_pre3.1.jar [14:27:46] [main/DEBUG] [FML]: Examining file: spartanfire-0.07.jar [14:27:46] [main/DEBUG] [FML]: Examining file: horse_colors-1.12.2-1.0.2.jar [14:27:46] [main/DEBUG] [FML]: Examining file: torohealth-1.12.2-11.jar [14:27:46] [main/DEBUG] [FML]: Examining file: JustEnoughResources-1.12.2-0.9.2.60.jar [14:27:46] [main/DEBUG] [FML]: Examining file: SpartanWeaponry-1.12.2-beta-1.3.8.jar [14:27:46] [main/DEBUG] [FML]: Examining file: mowziesmobs-1.5.4.jar [14:27:46] [main/DEBUG] [FML]: Examining file: SpartanShields-1.12.2-1.5.4.jar [14:27:46] [main/DEBUG] [FML]: Examining file: malisiscore-1.12.2-6.5.1.jar [14:27:46] [main/DEBUG] [FML]: Examining file: malisisdoors-1.12.2-7.3.0.jar [14:27:46] [main/DEBUG] [FML]: Examining file: llibrary-1.7.19-1.12.2.jar [14:27:46] [main/DEBUG] [FML]: Found existing ContainedDep llibrary-core-1.0.11-1.12.2.jar(net.ilexiconn:llibrary-core:1.0.11-1.12.2) from /aternos/server/mods/memory_repo/net/ilexiconn/llibrary-core/1.0.11-1.12.2/llibrary-core-1.0.11-1.12.2.jar extracted to ./mods/llibrary-1.7.19-1.12.2.jar, skipping extraction [14:27:46] [main/DEBUG] [FML]: Examining file: llibrary-core-1.0.11-1.12.2.jar [14:27:46] [main/DEBUG] [FML]: Making maven link for net.ilexiconn:llibrary:1.7.19-1.12.2 in memory to /aternos/server/./mods/llibrary-1.7.19-1.12.2.jar. [14:27:46] [main/DEBUG] [FML]: Examining file: colorchat-1.12.1-2.0.43-universal.jar [14:27:46] [main/DEBUG] [FML]: Examining file: k4lib-1.12.1-2.1.81-universal.jar [14:27:46] [main/DEBUG] [FML]: Examining file: TeamUp-1.1.3-1.12.0.jar [14:27:46] [main/DEBUG] [FML]: Examining file: CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar [14:27:46] [main/DEBUG] [FML]: Examining file: betteranimalsplus-1.12.2-8.0.0.jar [14:27:46] [main/DEBUG] [FML]: File already proccessed /aternos/server/./mods/claimitapi-1.12.2-1.2.0.jar, Skipping [14:27:46] [main/DEBUG] [FML]: File already proccessed /aternos/server/./mods/claimit-1.12.2-1.2.0.jar, Skipping [14:27:46] [main/DEBUG] [FML]: File already proccessed /aternos/server/./mods/memory_repo/net/ilexiconn/llibrary-core/1.0.11-1.12.2/llibrary-core-1.0.11-1.12.2.jar, Skipping [14:27:46] [main/DEBUG] [FML]: File already proccessed /aternos/server/./mods/llibrary-1.7.19-1.12.2.jar, Skipping [14:27:46] [main/DEBUG] [FML]: Enabling runtime deobfuscation [14:27:46] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin [14:27:46] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed! [14:27:46] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers [14:27:46] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin [14:27:46] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin [14:27:46] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed! [14:27:46] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin [14:27:46] [main/DEBUG] [FML]: All fundamental core mods are successfully located [14:27:46] [main/DEBUG] [FML]: Discovering coremods [14:27:46] [main/INFO] [FML]: Searching /aternos/server/./mods for mods [14:27:46] [main/DEBUG] [FML]: Adding animania-1.12.2-1.7.3.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding wings-1.1.6-1.12.2.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding SereneSeasons-1.12.2-1.2.18-universal.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding jei_1.12.2-4.15.0.292.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding BackTools-1.12.2-7.0.1.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding DragonMounts2-1.12.2-1.6.3.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding CTM-MC1.12.2-1.0.1.30.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding bookworm-1.12.2-2.3.0.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding zawa-1.12.2-1.7.0.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding ExtraGems-1.12.2-(v.1.2.8).jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding iceandfire-1.8.3.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding creature_whisperer_1.0.2.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding ultimate_unicorn_mod-1.12.2-1.5.16.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding Instant Massive Structures Mod 1.12.2.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding landmanager-1.12.2-1.4.0.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding claimitapi-1.12.2-1.2.0.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding iChunUtil-1.12.2-7.2.2.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding claimit-1.12.2-1.2.0.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding techguns-1.12.2-2.0.2.0_pre3.1.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding spartanfire-0.07.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding horse_colors-1.12.2-1.0.2.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding torohealth-1.12.2-11.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding JustEnoughResources-1.12.2-0.9.2.60.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding SpartanWeaponry-1.12.2-beta-1.3.8.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding mowziesmobs-1.5.4.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding SpartanShields-1.12.2-1.5.4.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding malisiscore-1.12.2-6.5.1.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding malisisdoors-1.12.2-7.3.0.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding llibrary-1.7.19-1.12.2.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding colorchat-1.12.1-2.0.43-universal.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding k4lib-1.12.1-2.1.81-universal.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding TeamUp-1.1.3-1.12.0.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Adding betteranimalsplus-1.12.2-8.0.0.jar to the mod list [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy animania-1.12.2-1.7.3.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in animania-1.12.2-1.7.3.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy BackTools-1.12.2-7.0.1.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in BackTools-1.12.2-7.0.1.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy betteranimalsplus-1.12.2-8.0.0.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in betteranimalsplus-1.12.2-8.0.0.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy bookworm-1.12.2-2.3.0.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in bookworm-1.12.2-2.3.0.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy colorchat-1.12.1-2.0.43-universal.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in colorchat-1.12.1-2.0.43-universal.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy creature_whisperer_1.0.2.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in creature_whisperer_1.0.2.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy CTM-MC1.12.2-1.0.1.30.jar [14:27:46] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-1.0.1.30.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [14:27:46] [main/DEBUG] [FML]: Instantiating coremod class CTMCorePlugin [14:27:46] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [14:27:46] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed! [14:27:46] [main/DEBUG] [FML]: Enqueued coremod CTMCorePlugin [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy DragonMounts2-1.12.2-1.6.3.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in DragonMounts2-1.12.2-1.6.3.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy ExtraGems-1.12.2-(v.1.2.8).jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in ExtraGems-1.12.2-(v.1.2.8).jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy horse_colors-1.12.2-1.0.2.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in horse_colors-1.12.2-1.0.2.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy iceandfire-1.8.3.jar [14:27:46] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in iceandfire-1.8.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [14:27:46] [main/DEBUG] [FML]: Instantiating coremod class IceAndFirePlugin [14:27:46] [main/TRACE] [FML]: coremod named iceandfire is loading [14:27:46] [main/DEBUG] [FML]: The coremod com.github.alexthe666.iceandfire.asm.IceAndFirePlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. [14:27:46] [main/WARN] [FML]: The coremod iceandfire (com.github.alexthe666.iceandfire.asm.IceAndFirePlugin) is not signed! [14:27:46] [main/DEBUG] [FML]: Enqueued coremod iceandfire [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy iChunUtil-1.12.2-7.2.2.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in iChunUtil-1.12.2-7.2.2.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy Instant Massive Structures Mod 1.12.2.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in Instant Massive Structures Mod 1.12.2.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy jei_1.12.2-4.15.0.292.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in jei_1.12.2-4.15.0.292.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy JustEnoughResources-1.12.2-0.9.2.60.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in JustEnoughResources-1.12.2-0.9.2.60.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy k4lib-1.12.1-2.1.81-universal.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in k4lib-1.12.1-2.1.81-universal.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy landmanager-1.12.2-1.4.0.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in landmanager-1.12.2-1.4.0.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy malisiscore-1.12.2-6.5.1.jar [14:27:46] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from malisiscore-1.12.2-6.5.1.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy malisisdoors-1.12.2-7.3.0.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in malisisdoors-1.12.2-7.3.0.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy mowziesmobs-1.5.4.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in mowziesmobs-1.5.4.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy SereneSeasons-1.12.2-1.2.18-universal.jar [14:27:46] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in SereneSeasons-1.12.2-1.2.18-universal.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [14:27:46] [main/DEBUG] [FML]: Instantiating coremod class SSLoadingPlugin [14:27:46] [main/WARN] [FML]: The coremod sereneseasons.asm.SSLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [14:27:46] [main/WARN] [FML]: The coremod SSLoadingPlugin (sereneseasons.asm.SSLoadingPlugin) is not signed! [14:27:46] [main/DEBUG] [FML]: Enqueued coremod SSLoadingPlugin [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy spartanfire-0.07.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in spartanfire-0.07.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy SpartanShields-1.12.2-1.5.4.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in SpartanShields-1.12.2-1.5.4.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy SpartanWeaponry-1.12.2-beta-1.3.8.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in SpartanWeaponry-1.12.2-beta-1.3.8.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy TeamUp-1.1.3-1.12.0.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in TeamUp-1.1.3-1.12.0.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy techguns-1.12.2-2.0.2.0_pre3.1.jar [14:27:46] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in techguns-1.12.2-2.0.2.0_pre3.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [14:27:46] [main/DEBUG] [FML]: Instantiating coremod class TechgunsFMLPlugin [14:27:46] [main/TRACE] [FML]: coremod named Techguns Core is loading [14:27:46] [main/DEBUG] [FML]: The coremod techguns.core.TechgunsFMLPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. [14:27:46] [main/WARN] [FML]: The coremod Techguns Core (techguns.core.TechgunsFMLPlugin) is not signed! [14:27:46] [main/DEBUG] [FML]: Enqueued coremod Techguns Core [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy torohealth-1.12.2-11.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in torohealth-1.12.2-11.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy ultimate_unicorn_mod-1.12.2-1.5.16.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in ultimate_unicorn_mod-1.12.2-1.5.16.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy wings-1.1.6-1.12.2.jar [14:27:46] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in wings-1.1.6-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [14:27:46] [main/DEBUG] [FML]: Instantiating coremod class WingsLoadingPlugin [14:27:46] [main/TRACE] [FML]: coremod named wings is loading [14:27:46] [main/DEBUG] [FML]: The coremod me.paulf.wings.server.asm.plugin.WingsLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. [14:27:46] [main/WARN] [FML]: The coremod wings (me.paulf.wings.server.asm.plugin.WingsLoadingPlugin) is not signed! [14:27:46] [main/DEBUG] [FML]: Enqueued coremod wings [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy zawa-1.12.2-1.7.0.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in zawa-1.12.2-1.7.0.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy claimitapi-1.12.2-1.2.0.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in claimitapi-1.12.2-1.2.0.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy claimit-1.12.2-1.2.0.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in claimit-1.12.2-1.2.0.jar [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy llibrary-core-1.0.11-1.12.2.jar [14:27:46] [main/TRACE] [FML]: Adding llibrary-core-1.0.11-1.12.2.jar to the list of known coremods, it will not be examined again [14:27:46] [main/DEBUG] [FML]: Instantiating coremod class LLibraryPlugin [14:27:46] [main/TRACE] [FML]: coremod named llibrary is loading [14:27:46] [main/DEBUG] [FML]: The coremod net.ilexiconn.llibrary.server.core.plugin.LLibraryPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. [14:27:46] [main/DEBUG] [FML]: Found signing certificates for coremod llibrary (net.ilexiconn.llibrary.server.core.plugin.LLibraryPlugin) [14:27:46] [main/DEBUG] [FML]: Found certificate b9f30a813bee3b9dd5652c460310cfcd54f6b7ec [14:27:46] [main/DEBUG] [FML]: Enqueued coremod llibrary [14:27:46] [main/DEBUG] [FML]: Examining for coremod candidacy llibrary-1.7.19-1.12.2.jar [14:27:46] [main/DEBUG] [FML]: Not found coremod data in llibrary-1.7.19-1.12.2.jar [14:27:46] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [14:27:46] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker [14:27:46] [main/DEBUG] [mixin]: MixinService [LaunchWrapper] was successfully booted in sun.misc.Launcher$AppClassLoader@33909752 [14:27:46] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar Service=LaunchWrapper Env=SERVER [14:27:46] [main/DEBUG] [mixin]: Adding new mixin transformer proxy #1 [14:27:46] [main/DEBUG] [mixin]: Initialising Mixin Platform Manager [14:27:46] [main/DEBUG] [mixin]: Mixin platform: primary container is file:/aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar [14:27:46] [main/DEBUG] [mixin]: Adding mixin platform agents for container file:/aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar [14:27:46] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFML for file:/aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar [14:27:46] [main/DEBUG] [mixin]: ForceLoadAsMod was specified for malisiscore-1.12.2-6.5.1.jar, attempting force-load [14:27:46] [main/DEBUG] [mixin]: Adding malisiscore-1.12.2-6.5.1.jar to reparseable coremod collection [14:27:46] [main/DEBUG] [mixin]: malisiscore-1.12.2-6.5.1.jar has core plugin net.malisis.core.asm.MalisisCorePlugin. Injecting it into FML for co-initialisation: [14:27:46] [main/DEBUG] [FML]: Instantiating coremod class MalisisCorePlugin [14:27:46] [main/WARN] [FML]: The coremod net.malisis.core.asm.MalisisCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [14:27:46] [main/WARN] [FML]: The coremod MalisisCorePlugin (net.malisis.core.asm.MalisisCorePlugin) is not signed! [14:27:46] [main/INFO] [mixin]: Compatibility level set to JAVA_8 [14:27:46] [main/DEBUG] [FML]: Enqueued coremod MalisisCorePlugin [14:27:46] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for file:/aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar [14:27:46] [main/DEBUG] [mixin]: Scanning file:/aternos/server/forge.jar for mixin tweaker [14:27:46] [main/DEBUG] [mixin]: Scanning file:/aternos/server/./mods/CTM-MC1.12.2-1.0.1.30.jar for mixin tweaker [14:27:46] [main/DEBUG] [mixin]: Scanning file:/aternos/server/./mods/iceandfire-1.8.3.jar for mixin tweaker [14:27:46] [main/DEBUG] [mixin]: Scanning file:/aternos/server/./mods/SereneSeasons-1.12.2-1.2.18-universal.jar for mixin tweaker [14:27:46] [main/DEBUG] [mixin]: Scanning file:/aternos/server/./mods/techguns-1.12.2-2.0.2.0_pre3.1.jar for mixin tweaker [14:27:46] [main/DEBUG] [mixin]: Scanning file:/aternos/server/./mods/wings-1.1.6-1.12.2.jar for mixin tweaker [14:27:46] [main/DEBUG] [mixin]: Scanning file:/aternos/server/./mods/memory_repo/net/ilexiconn/llibrary-core/1.0.11-1.12.2/llibrary-core-1.0.11-1.12.2.jar for mixin tweaker [14:27:46] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [14:27:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [14:27:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [14:27:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:27:46] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers [14:27:46] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer [14:27:47] [main/DEBUG] [mixin]: Preparing mixins for MixinEnvironment[PREINIT] [14:27:47] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer [14:27:47] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer [14:27:47] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer [14:27:47] [main/DEBUG] [FML]: Injection complete [14:27:47] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} [14:27:47] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin [14:27:48] [main/DEBUG] [FML]: Read 1145 binary patches [14:27:48] [main/DEBUG] [FML]: Loading deobfuscation resource /deobfuscation_data-1.12.2.lzma with 36083 records [14:27:49] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [14:27:49] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully [14:27:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:27:49] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers [14:27:49] [main/DEBUG] [FML]: Injection complete [14:27:49] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} [14:27:49] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin [14:27:49] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully [14:27:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:27:49] [main/DEBUG] [FML]: Injecting coremod SSLoadingPlugin \{sereneseasons.asm.SSLoadingPlugin\} class transformers [14:27:49] [main/TRACE] [FML]: Registering transformer sereneseasons.asm.transformer.EntityRendererTransformer [14:27:49] [main/TRACE] [FML]: Registering transformer sereneseasons.asm.transformer.WorldTransformer [14:27:49] [main/DEBUG] [FML]: Injection complete [14:27:49] [main/DEBUG] [FML]: Running coremod plugin for SSLoadingPlugin \{sereneseasons.asm.SSLoadingPlugin\} [14:27:49] [main/DEBUG] [FML]: Running coremod plugin SSLoadingPlugin [14:27:49] [main/DEBUG] [FML]: Coremod plugin class SSLoadingPlugin run successfully [14:27:49] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker [14:27:49] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentFML:file:/aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar] [14:27:49] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:file:/aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar] [14:27:49] [main/DEBUG] [mixin]: Registering mixin config: mixins.malisiscore.core.json [14:27:49] [main/DEBUG] [mixin]: Processing launch tasks for PlatformAgent[MixinPlatformAgentFML:file:/aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar] [14:27:49] [main/DEBUG] [mixin]: Creating FML remapper adapter: org.spongepowered.asm.bridge.RemapperAdapterFML [14:27:49] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@6df7988f [14:27:49] [main/DEBUG] [mixin]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:file:/aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar] [14:27:49] [main/DEBUG] [mixin]: Scanning file:/aternos/server/forge.jar for mixin tweaker [14:27:49] [main/DEBUG] [mixin]: Scanning file:/aternos/server/./mods/CTM-MC1.12.2-1.0.1.30.jar for mixin tweaker [14:27:49] [main/DEBUG] [mixin]: Scanning file:/aternos/server/./mods/iceandfire-1.8.3.jar for mixin tweaker [14:27:49] [main/DEBUG] [mixin]: Scanning file:/aternos/server/./mods/SereneSeasons-1.12.2-1.2.18-universal.jar for mixin tweaker [14:27:49] [main/DEBUG] [mixin]: Scanning file:/aternos/server/./mods/techguns-1.12.2-2.0.2.0_pre3.1.jar for mixin tweaker [14:27:49] [main/DEBUG] [mixin]: Scanning file:/aternos/server/./mods/wings-1.1.6-1.12.2.jar for mixin tweaker [14:27:49] [main/DEBUG] [mixin]: Scanning file:/aternos/server/./mods/memory_repo/net/ilexiconn/llibrary-core/1.0.11-1.12.2/llibrary-core-1.0.11-1.12.2.jar for mixin tweaker [14:27:49] [main/DEBUG] [mixin]: Scanning asmgen:/ for mixin tweaker [14:27:49] [main/DEBUG] [mixin]: inject() running with 1 agents [14:27:49] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentFML:file:/aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar] [14:27:49] [main/DEBUG] [mixin]: FML agent is co-initiralising coremod instance MalisisCorePlugin {[]} for file:/aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar [14:27:49] [main/DEBUG] [FML]: Injecting coremod MalisisCorePlugin \{net.malisis.core.asm.MalisisCorePlugin\} class transformers [14:27:49] [main/DEBUG] [FML]: Injection complete [14:27:49] [main/DEBUG] [FML]: Running coremod plugin for MalisisCorePlugin \{net.malisis.core.asm.MalisisCorePlugin\} [14:27:49] [main/DEBUG] [FML]: Running coremod plugin MalisisCorePlugin [14:27:49] [main/DEBUG] [FML]: Coremod plugin class MalisisCorePlugin run successfully [14:27:49] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:file:/aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar] [14:27:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [14:27:49] [main/DEBUG] [FML]: Loaded 215 rules from AccessTransformer config file forge_at.cfg [14:27:49] [main/DEBUG] [FML]: Loaded 119 rules from AccessTransformer mod jar file ./mods/iChunUtil-1.12.2-7.2.2.jar!META-INF/iChunUtil_at.cfg [14:27:49] [main/DEBUG] [FML]: Loaded 13 rules from AccessTransformer mod jar file ./mods/jei_1.12.2-4.15.0.292.jar!META-INF/jei_at.cfg [14:27:49] [main/DEBUG] [FML]: Loaded 10 rules from AccessTransformer mod jar file ./mods/JustEnoughResources-1.12.2-0.9.2.60.jar!META-INF/jeresources_at.cfg [14:27:49] [main/DEBUG] [FML]: Loaded 7 rules from AccessTransformer mod jar file ./mods/SereneSeasons-1.12.2-1.2.18-universal.jar!META-INF/sereneseasons_at.cfg [14:27:49] [main/DEBUG] [FML]: Loaded 11 rules from AccessTransformer mod jar file ./mods/llibrary-1.7.19-1.12.2.jar!META-INF/llibrary_at.cfg [14:27:49] [main/DEBUG] [FML]: Loaded 14 rules from AccessTransformer mod jar file ./mods/malisiscore-1.12.2-6.5.1.jar!META-INF/malisiscore_at.cfg [14:27:49] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file ./mods/CTM-MC1.12.2-1.0.1.30.jar!META-INF/ctm_at.cfg [14:27:49] [main/DEBUG] [mixin]: Adding new mixin transformer proxy #2 [14:27:49] [main/DEBUG] [FML]: Validating minecraft [14:27:49] [main/DEBUG] [mixin]: Preparing mixins for MixinEnvironment[INIT] [14:27:49] [main/DEBUG] [FML]: Minecraft validated, launching... [14:27:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:27:49] [main/DEBUG] [FML]: Injecting coremod llibrary \{net.ilexiconn.llibrary.server.core.plugin.LLibraryPlugin\} class transformers [14:27:49] [main/TRACE] [FML]: Registering transformer net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer [14:27:49] [main/TRACE] [FML]: Registering transformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher [14:27:49] [main/DEBUG] [LLibrary Core]: Found runtime patcher net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher [14:27:49] [main/DEBUG] [FML]: Injection complete [14:27:49] [main/DEBUG] [FML]: Running coremod plugin for llibrary \{net.ilexiconn.llibrary.server.core.plugin.LLibraryPlugin\} [14:27:49] [main/DEBUG] [FML]: Running coremod plugin llibrary [14:27:49] [main/DEBUG] [FML]: Coremod plugin class LLibraryPlugin run successfully [14:27:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:27:49] [main/DEBUG] [FML]: Injecting coremod iceandfire \{com.github.alexthe666.iceandfire.asm.IceAndFirePlugin\} class transformers [14:27:49] [main/DEBUG] [LLibrary Core]: Found runtime patcher com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for java/lang/String/format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for net/minecraft/client/model/ModelBiped/<init>(FZ)V [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for net/minecraft/client/renderer/entity/RenderPlayer/<init>(Lnet/minecraft/client/renderer/entity/RenderManager;Z)V [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for net/minecraftforge/client/ForgeHooksClient/handleCameraTransforms(Lnet/minecraft/client/renderer/block/model/IBakedModel;Lnet/minecraft/client/renderer/block/model/ItemCameraTransforms$TransformType;Z)Lnet/minecraft/client/renderer/block/model/IBakedModel; [14:27:50] [main/TRACE] [FML]: Registering transformer com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher [14:27:50] [main/DEBUG] [FML]: Injection complete [14:27:50] [main/DEBUG] [FML]: Running coremod plugin for iceandfire \{com.github.alexthe666.iceandfire.asm.IceAndFirePlugin\} [14:27:50] [main/DEBUG] [FML]: Running coremod plugin iceandfire [14:27:50] [main/DEBUG] [FML]: Coremod plugin class IceAndFirePlugin run successfully [14:27:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:27:50] [main/DEBUG] [FML]: Injecting coremod wings \{me.paulf.wings.server.asm.plugin.WingsLoadingPlugin\} class transformers [14:27:50] [main/TRACE] [FML]: Registering transformer me.paulf.wings.server.asm.WingsRuntimePatcher [14:27:50] [main/DEBUG] [LLibrary Core]: Found runtime patcher me.paulf.wings.server.asm.WingsRuntimePatcher [14:27:50] [main/TRACE] [FML]: Registering transformer me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for /()L; [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for /()L; [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for /()L; [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for /()L; [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for net/minecraftforge/client/ForgeHooksClient/shouldCauseReequipAnimation(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;I)Z [14:27:50] [main/DEBUG] [LLibrary Core]: Found runtime patcher me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher [14:27:50] [main/DEBUG] [FML]: Injection complete [14:27:50] [main/DEBUG] [FML]: Running coremod plugin for wings \{me.paulf.wings.server.asm.plugin.WingsLoadingPlugin\} [14:27:50] [main/DEBUG] [FML]: Running coremod plugin wings [14:27:50] [main/DEBUG] [FML]: Coremod plugin class WingsLoadingPlugin run successfully [14:27:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:27:50] [main/DEBUG] [FML]: Injecting coremod CTMCorePlugin \{team.chisel.ctm.client.asm.CTMCorePlugin\} class transformers [14:27:50] [main/TRACE] [FML]: Registering transformer team.chisel.ctm.client.asm.CTMTransformer [14:27:50] [main/DEBUG] [FML]: Injection complete [14:27:50] [main/DEBUG] [FML]: Running coremod plugin for CTMCorePlugin \{team.chisel.ctm.client.asm.CTMCorePlugin\} [14:27:50] [main/DEBUG] [FML]: Running coremod plugin CTMCorePlugin [14:27:50] [main/DEBUG] [FML]: Coremod plugin class CTMCorePlugin run successfully [14:27:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:27:50] [main/DEBUG] [FML]: Injecting coremod Techguns Core \{techguns.core.TechgunsFMLPlugin\} class transformers [14:27:50] [main/TRACE] [FML]: Registering transformer techguns.core.TechgunsASMTransformer [14:27:50] [main/DEBUG] [FML]: Injection complete [14:27:50] [main/DEBUG] [FML]: Running coremod plugin for Techguns Core \{techguns.core.TechgunsFMLPlugin\} [14:27:50] [main/DEBUG] [FML]: Running coremod plugin Techguns Core [14:27:50] [main/DEBUG] [FML]: Coremod plugin class TechgunsFMLPlugin run successfully [14:27:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [14:27:50] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker [14:27:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [14:27:50] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker [14:27:50] [main/DEBUG] [mixin]: Adding new mixin transformer proxy #3 [14:27:50] [main/DEBUG] [LLibrary Core]: Patching class net/minecraft/server/MinecraftServer [14:27:50] [main/DEBUG] [LLibrary Core]: Patching method run()V [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for net/ilexiconn/llibrary/server/core/patcher/LLibraryHooks/getTickRate()J [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for net/ilexiconn/llibrary/server/core/patcher/LLibraryHooks/getTickRate()J [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for net/ilexiconn/llibrary/server/core/patcher/LLibraryHooks/getTickRate()J [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for net/ilexiconn/llibrary/server/core/patcher/LLibraryHooks/getTickRate()J [14:27:50] [main/DEBUG] [mixin]: Preparing mixins for MixinEnvironment[DEFAULT] [14:27:50] [main/DEBUG] [mixin]: Selecting config mixins.malisiscore.core.json [14:27:50] [main/DEBUG] [mixin]: Preparing mixins.malisiscore.core.json (10) [14:27:50] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer [14:27:50] [main/DEBUG] [mixin]: Rebuilding transformer delegation list: [14:27:50] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer [14:27:50] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer [14:27:50] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.sereneseasons.asm.transformer.EntityRendererTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.sereneseasons.asm.transformer.WorldTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer [14:27:50] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.me.paulf.wings.server.asm.WingsRuntimePatcher [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.team.chisel.ctm.client.asm.CTMTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.techguns.core.TechgunsASMTransformer [14:27:50] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer [14:27:50] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy [14:27:50] [main/DEBUG] [mixin]: Transformer delegation list created with 20 entries [14:27:50] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.sereneseasons.asm.transformer.WorldTransformer' was detected and will no longer process meta class data [14:27:50] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/World to metadata cache [14:27:50] [main/DEBUG] [mixin]: Rebuilding transformer delegation list: [14:27:50] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer [14:27:50] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer [14:27:50] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.sereneseasons.asm.transformer.EntityRendererTransformer [14:27:50] [main/DEBUG] [mixin]: Excluding: $wrapper.sereneseasons.asm.transformer.WorldTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer [14:27:50] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.me.paulf.wings.server.asm.WingsRuntimePatcher [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.team.chisel.ctm.client.asm.CTMTransformer [14:27:50] [main/DEBUG] [mixin]: Adding: $wrapper.techguns.core.TechgunsASMTransformer [14:27:50] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer [14:27:50] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy [14:27:50] [main/DEBUG] [mixin]: Transformer delegation list created with 19 entries [14:27:50] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/WorldServer to metadata cache [14:27:50] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/Chunk to metadata cache [14:27:50] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/ItemBlock to metadata cache [14:27:50] [main/DEBUG] [LLibrary Core]: Patching class net/minecraft/network/NetHandlerPlayServer [14:27:50] [main/DEBUG] [LLibrary Core]: Patching method func_184338_a(Lnet/minecraft/network/play/client/CPacketVehicleMove;)V [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for com/github/alexthe666/iceandfire/util/IceAndFireCoreUtils/getFastestEntityMotionSpeed(Lnet/minecraft/network/NetHandlerPlayServer;)D [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for com/github/alexthe666/iceandfire/util/IceAndFireCoreUtils/getMoveThreshold(Lnet/minecraft/network/NetHandlerPlayServer;)D [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for com/github/alexthe666/iceandfire/util/IceAndFireCoreUtils/getMoveThreshold(Lnet/minecraft/network/NetHandlerPlayServer;)D [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for com/github/alexthe666/iceandfire/util/IceAndFireCoreUtils/getMoveThreshold(Lnet/minecraft/network/NetHandlerPlayServer;)D [14:27:50] [main/DEBUG] [LLibrary Core]: Found no method mapping for com/github/alexthe666/iceandfire/util/IceAndFireCoreUtils/getMoveThreshold(Lnet/minecraft/network/NetHandlerPlayServer;)D [14:27:51] [main/WARN] [LLibrary Core]: Failed to fetch hierarchy node for net.minecraft.util.text.TextComponentTranslation. This may cause patch issues [14:27:51] [main/WARN] [LLibrary Core]: Failed to fetch hierarchy node for net.minecraft.util.math.BlockPos. This may cause patch issues [14:27:51] [main/WARN] [LLibrary Core]: Failed to fetch hierarchy node for net.minecraft.tileentity.CommandBlockBaseLogic. This may cause patch issues [14:27:51] [main/WARN] [LLibrary Core]: Failed to fetch hierarchy node for net.minecraft.item.ItemStack. This may cause patch issues [14:27:51] [main/DEBUG] [LLibrary Core]: Patching class net/minecraft/network/NetHandlerPlayServer [14:27:51] [main/DEBUG] [LLibrary Core]: Patching method func_147347_a(Lnet/minecraft/network/play/client/CPacketPlayer;)V [14:27:51] [main/TRACE] [mixin]: Added class metadata for net/minecraft/network/NetHandlerPlayServer to metadata cache [14:27:51] [main/DEBUG] [mixin]: Prepared 6 mixins in 0.365 sec (60.8ms avg) (0ms load, 196ms transform, 0ms plugin) [14:27:51] [main/DEBUG] [mixin]: Mixing MixinClientNotif$MixinWorld from mixins.malisiscore.core.json into net.minecraft.world.World [14:27:51] [main/TRACE] [mixin]: Added class metadata for net/malisis/core/util/clientnotif/ClientNotificationManager to metadata cache [14:27:51] [main/DEBUG] [mixin]: Mixing MixinChunkCollision$MixinWorld from mixins.malisiscore.core.json into net.minecraft.world.World [14:27:51] [main/TRACE] [mixin]: Added class metadata for net/malisis/core/util/Point to metadata cache [14:27:51] [main/TRACE] [mixin]: Added class metadata for org/apache/commons/lang3/tuple/Pair to metadata cache [14:27:51] [main/TRACE] [mixin]: Added class metadata for java/io/Serializable to metadata cache [14:27:51] [main/TRACE] [mixin]: Added class metadata for java/lang/Comparable to metadata cache [14:27:51] [main/TRACE] [mixin]: Added class metadata for java/util/Map$Entry to metadata cache [14:27:51] [main/TRACE] [mixin]: Added class metadata for net/malisis/core/util/chunkcollision/ChunkCollision to metadata cache [14:27:51] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable to metadata cache [14:27:51] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/math/BlockPos to metadata cache [14:27:51] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState] [14:27:51] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished. [14:27:51] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/Block to metadata cache [14:27:51] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/injection/callback/CallbackInfo to metadata cache [14:27:51] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/math/Vec3d to metadata cache [14:27:51] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/math/RayTraceResult to metadata cache [14:27:51] [main/DEBUG] [mixin]: Mixing MixinClientNotif$MixinWorldServer from mixins.malisiscore.core.json into net.minecraft.world.WorldServer [14:27:51] [main/DEBUG] [LLibrary Core]: Patching class net/minecraft/entity/player/EntityPlayer [14:27:51] [main/DEBUG] [LLibrary Core]: Patching method func_184808_cD()V [14:27:51] [main/DEBUG] [LLibrary Core]: Found no method mapping for me/paulf/wings/server/asm/WingsHooks/onFlightCheck(Lnet/minecraft/entity/player/EntityPlayer;Z)Z [14:27:51] [main/DEBUG] [LLibrary Core]: Patching method func_71000_j(DDD)V [14:27:51] [main/DEBUG] [LLibrary Core]: Found no method mapping for me/paulf/wings/server/asm/WingsHooks/onAddFlown(Lnet/minecraft/entity/player/EntityPlayer;DDD)V [14:27:51] [main/DEBUG] [LLibrary Core]: Patching method func_70047_e()F [14:27:51] [main/DEBUG] [LLibrary Core]: Found no method mapping for me/paulf/wings/server/asm/WingsHooks/onFlightCheck(Lnet/minecraft/entity/player/EntityPlayer;Z)Z [14:27:51] [main/DEBUG] [LLibrary Core]: Patching method func_174820_d(ILnet/minecraft/item/ItemStack;)Z [14:27:51] [main/DEBUG] [LLibrary Core]: Found no method mapping for me/paulf/wings/server/asm/WingsHooks/onReplaceItemSlotCheck(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;)Z [14:27:51] [main/WARN] [LLibrary Core]: Failed to fetch hierarchy node for net.minecraft.entity.EntityLivingBase. This may cause patch issues [14:27:51] [main/WARN] [LLibrary Core]: Failed to fetch hierarchy node for net.minecraft.entity.Entity. This may cause patch issues [14:27:51] [main/DEBUG] [LLibrary Core]: Patching class net/minecraft/entity/EntityLivingBase [14:27:51] [main/DEBUG] [LLibrary Core]: Patching method func_110146_f(FF)F [14:27:51] [main/DEBUG] [LLibrary Core]: Found no method mapping for me/paulf/wings/server/asm/WingsHooks/onUpdateBodyRotation(Lnet/minecraft/entity/EntityLivingBase;F)V [14:27:51] [main/WARN] [LLibrary Core]: Failed to fetch hierarchy node for net.minecraft.nbt.NBTTagList. This may cause patch issues [14:27:51] [main/WARN] [LLibrary Core]: Failed to fetch hierarchy node for net.minecraft.entity.player.EntityPlayerMP. This may cause patch issues [14:27:51] [main/DEBUG] [LLibrary Core]: Patching class net/minecraft/entity/Entity [14:27:51] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} [14:27:51] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState] [14:27:51] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished. [14:27:55] [main/DEBUG] [mixin]: Mixing MixinChunkCollision$MixinItemBlock from mixins.malisiscore.core.json into net.minecraft.item.ItemBlock [14:27:55] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/Item to metadata cache [14:27:55] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/registries/IForgeRegistryEntry$Impl to metadata cache [14:27:55] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/EnumActionResult to metadata cache [14:27:55] [main/DEBUG] [LLibrary Core]: Patching class net/minecraft/entity/player/EntityPlayer [14:27:55] [main/DEBUG] [LLibrary Core]: Patching method func_184808_cD()V [14:27:55] [main/DEBUG] [LLibrary Core]: Found no method mapping for me/paulf/wings/server/asm/WingsHooks/onFlightCheck(Lnet/minecraft/entity/player/EntityPlayer;Z)Z [14:27:55] [main/DEBUG] [LLibrary Core]: Patching method func_71000_j(DDD)V [14:27:55] [main/DEBUG] [LLibrary Core]: Found no method mapping for me/paulf/wings/server/asm/WingsHooks/onAddFlown(Lnet/minecraft/entity/player/EntityPlayer;DDD)V [14:27:55] [main/DEBUG] [LLibrary Core]: Patching method func_70047_e()F [14:27:55] [main/DEBUG] [LLibrary Core]: Found no method mapping for me/paulf/wings/server/asm/WingsHooks/onFlightCheck(Lnet/minecraft/entity/player/EntityPlayer;Z)Z [14:27:55] [main/DEBUG] [LLibrary Core]: Patching method func_174820_d(ILnet/minecraft/item/ItemStack;)Z [14:27:55] [main/DEBUG] [LLibrary Core]: Found no method mapping for me/paulf/wings/server/asm/WingsHooks/onReplaceItemSlotCheck(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;)Z [14:27:55] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/player/EntityPlayer to metadata cache [14:27:55] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/EnumHand to metadata cache [14:27:55] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/EnumFacing to metadata cache [14:27:55] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/state/IBlockState to metadata cache [14:27:55] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/ItemStack to metadata cache [14:27:56] [main/DEBUG] [FML]: Creating vanilla freeze snapshot [14:27:56] [main/DEBUG] [FML]: Vanilla freeze snapshot created [14:27:57] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2 [14:27:57] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2847 Initialized [14:27:57] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [14:27:58] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient... [14:27:58] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients [14:27:58] [Server thread/DEBUG] [FML]: File /aternos/server/config/injectedDependencies.json not found. No dependencies injected [14:27:58] [Server thread/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer, techguns.core.TechgunsCore] [14:27:58] [Server thread/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes [14:27:58] [Server thread/DEBUG] [FML]: Found a minecraft related file at /aternos/server/forge.jar, examining for mod candidates [14:27:58] [Server thread/TRACE] [FML]: Skipping known library file /aternos/server/./mods/CTM-MC1.12.2-1.0.1.30.jar [14:27:58] [Server thread/TRACE] [FML]: Skipping known library file /aternos/server/./mods/iceandfire-1.8.3.jar [14:27:58] [Server thread/TRACE] [FML]: Skipping known library file /aternos/server/./mods/malisiscore-1.12.2-6.5.1.jar [14:27:58] [Server thread/TRACE] [FML]: Skipping known library file /aternos/server/./mods/SereneSeasons-1.12.2-1.2.18-universal.jar [14:27:58] [Server thread/TRACE] [FML]: Skipping known library file /aternos/server/./mods/techguns-1.12.2-2.0.2.0_pre3.1.jar [14:27:58] [Server thread/TRACE] [FML]: Skipping known library file /aternos/server/./mods/wings-1.1.6-1.12.2.jar [14:27:58] [Server thread/TRACE] [FML]: Skipping known library file /aternos/server/./mods/memory_repo/net/ilexiconn/llibrary-core/1.0.11-1.12.2/llibrary-core-1.0.11-1.12.2.jar [14:27:58] [Server thread/DEBUG] [FML]: Minecraft jar mods loaded successfully [14:27:58] [Server thread/INFO] [FML]: Searching /aternos/server/./mods for mods [14:27:58] [Server thread/DEBUG] [FML]: Adding animania-1.12.2-1.7.3.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding wings-1.1.6-1.12.2.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding SereneSeasons-1.12.2-1.2.18-universal.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding jei_1.12.2-4.15.0.292.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding BackTools-1.12.2-7.0.1.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding DragonMounts2-1.12.2-1.6.3.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding CTM-MC1.12.2-1.0.1.30.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding bookworm-1.12.2-2.3.0.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding zawa-1.12.2-1.7.0.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding ExtraGems-1.12.2-(v.1.2.8).jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding iceandfire-1.8.3.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding creature_whisperer_1.0.2.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding ultimate_unicorn_mod-1.12.2-1.5.16.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding Instant Massive Structures Mod 1.12.2.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding landmanager-1.12.2-1.4.0.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding claimitapi-1.12.2-1.2.0.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding iChunUtil-1.12.2-7.2.2.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding claimit-1.12.2-1.2.0.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding techguns-1.12.2-2.0.2.0_pre3.1.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding spartanfire-0.07.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding horse_colors-1.12.2-1.0.2.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding torohealth-1.12.2-11.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding JustEnoughResources-1.12.2-0.9.2.60.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding SpartanWeaponry-1.12.2-beta-1.3.8.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding mowziesmobs-1.5.4.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding SpartanShields-1.12.2-1.5.4.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding malisiscore-1.12.2-6.5.1.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding malisisdoors-1.12.2-7.3.0.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding llibrary-1.7.19-1.12.2.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding colorchat-1.12.1-2.0.43-universal.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding k4lib-1.12.1-2.1.81-universal.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding TeamUp-1.1.3-1.12.0.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Adding betteranimalsplus-1.12.2-8.0.0.jar to the mod list [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file animania-1.12.2-1.7.3.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BackTools-1.12.2-7.0.1.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file betteranimalsplus-1.12.2-8.0.0.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file bookworm-1.12.2-2.3.0.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file colorchat-1.12.1-2.0.43-universal.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file creature_whisperer_1.0.2.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CTM-MC1.12.2-1.0.1.30.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file DragonMounts2-1.12.2-1.6.3.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ExtraGems-1.12.2-(v.1.2.8).jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file horse_colors-1.12.2-1.0.2.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file iceandfire-1.8.3.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file iChunUtil-1.12.2-7.2.2.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Instant Massive Structures Mod 1.12.2.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file jei_1.12.2-4.15.0.292.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file JustEnoughResources-1.12.2-0.9.2.60.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file k4lib-1.12.1-2.1.81-universal.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file landmanager-1.12.2-1.4.0.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file malisiscore-1.12.2-6.5.1.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file malisisdoors-1.12.2-7.3.0.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mowziesmobs-1.5.4.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SereneSeasons-1.12.2-1.2.18-universal.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file spartanfire-0.07.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SpartanShields-1.12.2-1.5.4.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SpartanWeaponry-1.12.2-beta-1.3.8.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TeamUp-1.1.3-1.12.0.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file techguns-1.12.2-2.0.2.0_pre3.1.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file torohealth-1.12.2-11.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ultimate_unicorn_mod-1.12.2-1.5.16.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file wings-1.1.6-1.12.2.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file zawa-1.12.2-1.7.0.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file claimitapi-1.12.2-1.2.0.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file claimit-1.12.2-1.2.0.jar [14:27:58] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker llibrary-core-1.0.11-1.12.2.jar [14:27:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file llibrary-1.7.19-1.12.2.jar [14:27:58] [Server thread/DEBUG] [FML]: Examining file forge.jar for potential mods [14:27:58] [Server thread/DEBUG] [FML]: The mod container forge.jar appears to be missing an mcmod.info file [14:27:58] [Server thread/DEBUG] [FML]: Examining file animania-1.12.2-1.7.3.jar for potential mods [14:27:58] [Server thread/TRACE] [FML]: Located mcmod.info file in file animania-1.12.2-1.7.3.jar [14:27:58] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.animania.Animania) - loading [14:27:58] [Server thread/TRACE] [FML]: Parsed dependency info for animania: Requirements: [craftstudioapi, forge@[14.23.5.2779,)] After:[craftstudioapi, cofhcore, harvestcraft, natura, botania, biomesoplenty, twilightforest, aroma1997sdimension, openterraingenerator, forge@[14.23.5.2779,)] Before:[thermalexpansion] [14:27:59] [Server thread/DEBUG] [FML]: Examining file BackTools-1.12.2-7.0.1.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file BackTools-1.12.2-7.0.1.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.ichun.mods.backtools.common.BackTools) - loading [14:27:59] [Server thread/INFO] [FML]: Disabling mod backtools it is client side only. [14:27:59] [Server thread/DEBUG] [FML]: Skipping mod me.ichun.mods.backtools.common.BackTools, container opted to not load. [14:27:59] [Server thread/DEBUG] [FML]: Examining file betteranimalsplus-1.12.2-8.0.0.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file betteranimalsplus-1.12.2-8.0.0.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (its_meow.betteranimalsplus.BetterAnimalsPlusMod) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for betteranimalsplus: Requirements: [] After:[] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file bookworm-1.12.2-2.3.0.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file bookworm-1.12.2-2.3.0.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.soggymustache.bookworm.BookwormMain) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for bookworm: Requirements: [] After:[] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file colorchat-1.12.1-2.0.43-universal.jar for potential mods [14:27:59] [Server thread/DEBUG] [FML]: The mod container colorchat-1.12.1-2.0.43-universal.jar appears to be missing an mcmod.info file [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (k4unl.minecraft.colorchat.ColorChat) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for colorchat: Requirements: [k4lib] After:[k4lib] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.leviathanstudio.craftstudio.CraftStudioApi) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for craftstudioapi: Requirements: [] After:[] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file creature_whisperer_1.0.2.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file creature_whisperer_1.0.2.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cw.CWMain) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for cw: Requirements: [] After:[] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file CTM-MC1.12.2-1.0.1.30.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file CTM-MC1.12.2-1.0.1.30.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (team.chisel.ctm.CTM) - loading [14:27:59] [Server thread/INFO] [FML]: Disabling mod ctm it is client side only. [14:27:59] [Server thread/DEBUG] [FML]: Skipping mod team.chisel.ctm.CTM, container opted to not load. [14:27:59] [Server thread/DEBUG] [FML]: Examining file DragonMounts2-1.12.2-1.6.3.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file DragonMounts2-1.12.2-1.6.3.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.TheRPGAdventurer.ROTD.DragonMounts) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for dragonmounts: Requirements: [] After:[] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file ExtraGems-1.12.2-(v.1.2.8).jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file ExtraGems-1.12.2-(v.1.2.8).jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xxrexraptorxx.extragems.main.ExtraGems) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for extragems: Requirements: [] After:[] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file horse_colors-1.12.2-1.0.2.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file horse_colors-1.12.2-1.0.2.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (felinoid.horse_colors.HorseColors) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for horse_colors: Requirements: [] After:[] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file iceandfire-1.8.3.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file iceandfire-1.8.3.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.alexthe666.iceandfire.IceAndFire) - loading [14:27:59] [Server thread/TRACE] [FML]: Using mcmod dependency info for iceandfire: [llibrary, forge] [llibrary, forge] [] [14:27:59] [Server thread/DEBUG] [FML]: Examining file iChunUtil-1.12.2-7.2.2.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file iChunUtil-1.12.2-7.2.2.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.ichun.mods.ichunutil.common.iChunUtil) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for ichunutil: Requirements: [forge@[14.23.5.2781,99999.24.0.0)] After:[forge@[14.23.5.2781,99999.24.0.0)] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file Instant Massive Structures Mod 1.12.2.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file Instant Massive Structures Mod 1.12.2.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (modid.imsm.core.IMSM) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for imsm: Requirements: [] After:[] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file jei_1.12.2-4.15.0.292.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file jei_1.12.2-4.15.0.292.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezz.jei.JustEnoughItems) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for jei: Requirements: [forge@[14.23.5.2816,)] After:[forge@[14.23.5.2816,)] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file JustEnoughResources-1.12.2-0.9.2.60.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file JustEnoughResources-1.12.2-0.9.2.60.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (jeresources.JEResources) - loading [14:27:59] [Server thread/INFO] [FML]: Disabling mod jeresources it is client side only. [14:27:59] [Server thread/DEBUG] [FML]: Skipping mod jeresources.JEResources, container opted to not load. [14:27:59] [Server thread/DEBUG] [FML]: Examining file k4lib-1.12.1-2.1.81-universal.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file k4lib-1.12.1-2.1.81-universal.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (k4unl.minecraft.k4lib.K4Lib) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for k4lib: Requirements: [] After:[] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file landmanager-1.12.2-1.4.0.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file landmanager-1.12.2-1.4.0.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (brightspark.landmanager.LandManager) - loading [14:27:59] [Server thread/TRACE] [FML]: Using mcmod dependency info for landmanager: [] [] [] [14:27:59] [Server thread/DEBUG] [FML]: Examining file malisiscore-1.12.2-6.5.1.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file malisiscore-1.12.2-6.5.1.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.malisis.core.MalisisCore) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for malisiscore: Requirements: [] After:[] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file malisisdoors-1.12.2-7.3.0.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file malisisdoors-1.12.2-7.3.0.jar [14:27:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.malisis.doors.MalisisDoors) - loading [14:27:59] [Server thread/TRACE] [FML]: Parsed dependency info for malisisdoors: Requirements: [malisiscore] After:[malisiscore] Before:[] [14:27:59] [Server thread/DEBUG] [FML]: Examining file mowziesmobs-1.5.4.jar for potential mods [14:27:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file mowziesmobs-1.5.4.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.bobmowzie.mowziesmobs.MowziesMobs) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for mowziesmobs: Requirements: [llibrary@[1.7.9,)] After:[llibrary@[1.7.9,)] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Examining file SereneSeasons-1.12.2-1.2.18-universal.jar for potential mods [14:28:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file SereneSeasons-1.12.2-1.2.18-universal.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (sereneseasons.core.SereneSeasons) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for sereneseasons: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,)] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Examining file spartanfire-0.07.jar for potential mods [14:28:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file spartanfire-0.07.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.chaosbuffalo.spartanfire.SpartanFire) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for spartanfire: Requirements: [iceandfire, spartanweaponry@[beta 1.3.0,), llibrary@[1.7.19,)] After:[iceandfire, spartanweaponry@[beta 1.3.0,), llibrary@[1.7.19,)] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Examining file SpartanShields-1.12.2-1.5.4.jar for potential mods [14:28:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file SpartanShields-1.12.2-1.5.4.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.oblivioussp.spartanshields.ModSpartanShields) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for spartanshields: Requirements: [] After:[redstoneflux, enderio, rftools, botania, redstonearsenal, abyssalcraft, betterwithmods, thaumcraft] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Examining file SpartanWeaponry-1.12.2-beta-1.3.8.jar for potential mods [14:28:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file SpartanWeaponry-1.12.2-beta-1.3.8.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.oblivioussp.spartanweaponry.ModSpartanWeaponry) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for spartanweaponry: Requirements: [] After:[] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Examining file TeamUp-1.1.3-1.12.0.jar for potential mods [14:28:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file TeamUp-1.1.3-1.12.0.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.ewyboy.teamup.TeamUp) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for teamup: Requirements: [] After:[] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Examining file techguns-1.12.2-2.0.2.0_pre3.1.jar for potential mods [14:28:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file techguns-1.12.2-2.0.2.0_pre3.1.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (techguns.Techguns) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for techguns: Requirements: [forge@[14.23.5.2807,)] After:[ftblib, chisel, patchouli] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Examining file torohealth-1.12.2-11.jar for potential mods [14:28:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file torohealth-1.12.2-11.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.torocraft.torohealthmod.ToroHealthMod) - loading [14:28:00] [Server thread/INFO] [FML]: Disabling mod torohealthmod it is client side only. [14:28:00] [Server thread/DEBUG] [FML]: Skipping mod net.torocraft.torohealthmod.ToroHealthMod, container opted to not load. [14:28:00] [Server thread/DEBUG] [FML]: Examining file ultimate_unicorn_mod-1.12.2-1.5.16.jar for potential mods [14:28:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file ultimate_unicorn_mod-1.12.2-1.5.16.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.hackshop.ultimate_unicorn.UltimateUnicornMod) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for ultimate_unicorn_mod: Requirements: [] After:[] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ultimate_unicorn_mod-1.12.2-1.5.16.jar to locate a version number for mod ultimate_unicorn_mod [14:28:00] [Server thread/WARN] [FML]: Mod ultimate_unicorn_mod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5.16 [14:28:00] [Server thread/DEBUG] [FML]: Examining file wings-1.1.6-1.12.2.jar for potential mods [14:28:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file wings-1.1.6-1.12.2.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lme/paulf/wings/server/asm/plugin/Integration; (me.paulf.wings.server.integration.MowziesMobsIntegration) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for mowzies_wings: Requirements: [wings] After:[wings, mowziesmobs] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lme/paulf/wings/server/asm/plugin/Integration; (me.paulf.wings.server.integration.WingsBaublesIntegration) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for bauble_wings: Requirements: [wings] After:[wings, baubles@[1.5,1.6)] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lme/paulf/wings/server/asm/plugin/Integration; (me.paulf.wings.server.integration.WingsMoBendsIntegration) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for mobends_wings: Requirements: [wings] After:[wings, mobends@[0.24,0.25)] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.paulf.wings.WingsMod) - loading [14:28:00] [Server thread/TRACE] [FML]: Using mcmod dependency info for wings: [forge@[14.23.5.2816,), llibrary@[1.7,1.8)] [forge@[14.23.5.2816,), llibrary@[1.7,1.8), jei@[4.8,5)] [] [14:28:00] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from wings-1.1.6-1.12.2.jar to locate a version number for mod wings [14:28:00] [Server thread/WARN] [FML]: Mod wings is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.6 [14:28:00] [Server thread/DEBUG] [FML]: Examining file zawa-1.12.2-1.7.0.jar for potential mods [14:28:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file zawa-1.12.2-1.7.0.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.zawamod.ZAWAMain) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for zawa: Requirements: [bookworm@[1.12.2-2.2.0,)] After:[bookworm@[1.12.2-2.2.0,)] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Examining file claimitapi-1.12.2-1.2.0.jar for potential mods [14:28:00] [Server thread/DEBUG] [FML]: The mod container claimitapi-1.12.2-1.2.0.jar appears to be missing an mcmod.info file [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (its_meow.claimit.api.ClaimItAPI) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for claimitapi: Requirements: [] After:[] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Examining file claimit-1.12.2-1.2.0.jar for potential mods [14:28:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file claimit-1.12.2-1.2.0.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (its_meow.claimit.ClaimIt) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for claimit: Requirements: [claimitapi@[1.12.2-1.2.0,1.12.2-1.2.0]] After:[claimitapi@[1.12.2-1.2.0,1.12.2-1.2.0]] Before:[] [14:28:00] [Server thread/DEBUG] [FML]: Examining file llibrary-1.7.19-1.12.2.jar for potential mods [14:28:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file llibrary-1.7.19-1.12.2.jar [14:28:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.ilexiconn.llibrary.LLibrary) - loading [14:28:00] [Server thread/TRACE] [FML]: Parsed dependency info for llibrary: Requirements: [forge@[14.23.5.2772,)] After:[forge@[14.23.5.2772,)] Before:[] [14:28:00] [Server thread/INFO] [FML]: Forge Mod Loader has identified 38 mods to load [14:28:00] [Server thread/DEBUG] [FML]: Found API mezz.jei.api (owned by jei providing JustEnoughItemsAPI) embedded in jei [14:28:00] [Server thread/DEBUG] [FML]: Found API me.ichun.mods.ichunutil.api (owned by iChun providing iChunUtil API) embedded in ichunutil [14:28:00] [Server thread/DEBUG] [FML]: Found API com.oblivioussp.spartanweaponry.api (owned by spartanweaponry providing spartanweaponry_api) embedded in spartanweaponry [14:28:00] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api-models: owner: ctm, dependents: [] [14:28:00] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api-textures: owner: ctm, dependents: [] [14:28:00] [Server thread/DEBUG] [FML]: Creating API container dummy for API iChunUtil API: owner: iChun, dependents: [ichunutil] [14:28:00] [Server thread/DEBUG] [FML]: Creating API container dummy for API jeresources|API: owner: jeresources, dependents: [] [14:28:00] [Server thread/DEBUG] [FML]: Creating API container dummy for API spartanweaponry_api: owner: spartanweaponry, dependents: [] [14:28:00] [Server thread/DEBUG] [FML]: Creating API container dummy for API JustEnoughItemsAPI: owner: jei, dependents: [] [14:28:00] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api-events: owner: ctm, dependents: [] [14:28:00] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api: owner: ctm, dependents: [] [14:28:00] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api-utils: owner: ctm, dependents: [] [14:28:00] [Server thread/TRACE] [FML]: Received a system property request '' [14:28:00] [Server thread/TRACE] [FML]: System property request managing the state of 0 mods [14:28:00] [Server thread/DEBUG] [FML]: After merging, found state information for 0 mods [14:28:00] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod animania [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod betteranimalsplus [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod bookworm [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod colorchat [14:28:00] [Server thread/WARN] [FML]: Missing English translation for colorchat: assets/colorchat/lang/en_us.lang [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod craftstudioapi [14:28:00] [Server thread/WARN] [FML]: Missing English translation for craftstudioapi: assets/craftstudioapi/lang/en_us.lang [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod cw [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod dragonmounts [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod extragems [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod horse_colors [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod iceandfire [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod ichunutil [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod imsm [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod jei [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod k4lib [14:28:00] [Server thread/WARN] [FML]: Missing English translation for k4lib: assets/k4lib/lang/en_us.lang [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod landmanager [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod malisiscore [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod malisisdoors [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod mowziesmobs [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod sereneseasons [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod spartanfire [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod spartanshields [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod spartanweaponry [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod teamup [14:28:00] [Server thread/WARN] [FML]: Missing English translation for teamup: assets/teamup/lang/en_us.lang [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod techguns [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod ultimate_unicorn_mod [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod mowzies_wings [14:28:00] [Server thread/WARN] [FML]: Missing English translation for mowzies_wings: assets/mowzies_wings/lang/en_us.lang [14:28:00] [Server thread/WARN] [FML]: Mod bauble_wings has been disabled through configuration [14:28:00] [Server thread/WARN] [FML]: Mod mobends_wings has been disabled through configuration [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod wings [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod zawa [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod claimitapi [14:28:00] [Server thread/WARN] [FML]: Missing English translation for claimitapi: assets/claimitapi/lang/en_us.lang [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod claimit [14:28:00] [Server thread/WARN] [FML]: Missing English translation for claimit: assets/claimit/lang/en_us.lang [14:28:00] [Server thread/DEBUG] [FML]: Enabling mod llibrary [14:28:00] [Server thread/TRACE] [FML]: Verifying mod requirements are satisfied [14:28:00] [Server thread/TRACE] [FML]: All mod requirements are satisfied [14:28:00] [Server thread/TRACE] [FML]: Sorting mods into an ordered list [14:28:00] [Server thread/TRACE] [FML]: Mod sorting completed successfully [14:28:00] [Server thread/DEBUG] [FML]: Mod sorting data [14:28:00] [Server thread/DEBUG] [FML]: craftstudioapi(CraftStudio API:1.0.0): CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar () [14:28:00] [Server thread/DEBUG] [FML]: animania(Animania:1.7.3): animania-1.12.2-1.7.3.jar (required-after:craftstudioapi;after:cofhcore;after:harvestcraft;after:natura;after:botania;after:biomesoplenty;after:twilightforest;after:aroma1997sdimension;after:openterraingenerator;before:thermalexpansion;required-after:forge@[14.23.5.2779,)) [14:28:00] [Server thread/DEBUG] [FML]: betteranimalsplus(Better Animals Plus:8.0.0): betteranimalsplus-1.12.2-8.0.0.jar () [14:28:00] [Server thread/DEBUG] [FML]: bookworm(Bookworm API:1.12.2-2.3.0): bookworm-1.12.2-2.3.0.jar () [14:28:00] [Server thread/DEBUG] [FML]: k4lib(K4Lib:1.12.1-2.1.81): k4lib-1.12.1-2.1.81-universal.jar () [14:28:00] [Server thread/DEBUG] [FML]: colorchat(ColorChat:1.12.1-2.0.43): colorchat-1.12.1-2.0.43-universal.jar (required-after:k4lib) [14:28:00] [Server thread/DEBUG] [FML]: cw(Creature Wisperer:1.0.2): creature_whisperer_1.0.2.jar () [14:28:00] [Server thread/DEBUG] [FML]: dragonmounts(Dragon Mounts:1.12.2-1.6.3): DragonMounts2-1.12.2-1.6.3.jar () [14:28:00] [Server thread/DEBUG] [FML]: extragems(ExtraGems:1.2.8): ExtraGems-1.12.2-(v.1.2.8).jar () [14:28:00] [Server thread/DEBUG] [FML]: horse_colors(Realistic Horse Genetics:1.12.2-1.0.2): horse_colors-1.12.2-1.0.2.jar () [14:28:00] [Server thread/DEBUG] [FML]: llibrary(LLibrary:1.7.19): llibrary-1.7.19-1.12.2.jar (required-after:forge@[14.23.5.2772,)) [14:28:00] [Server thread/DEBUG] [FML]: iceandfire(Ice and Fire:1.8.3): iceandfire-1.8.3.jar () [14:28:00] [Server thread/DEBUG] [FML]: iChunUtil API(API: iChunUtil API:1.2.0): iChunUtil-1.12.2-7.2.2.jar () [14:28:00] [Server thread/DEBUG] [FML]: ichunutil(iChunUtil:7.2.2): iChunUtil-1.12.2-7.2.2.jar (required-after:forge@[14.23.5.2781,99999.24.0.0)) [14:28:00] [Server thread/DEBUG] [FML]: imsm(Instant Massive Structures Mod:1.12): Instant Massive Structures Mod 1.12.2.jar () [14:28:00] [Server thread/DEBUG] [FML]: jei(Just Enough Items:4.15.0.292): jei_1.12.2-4.15.0.292.jar (required-after:forge@[14.23.5.2816,);) [14:28:00] [Server thread/DEBUG] [FML]: landmanager(Land Manager:1.4.0): landmanager-1.12.2-1.4.0.jar () [14:28:00] [Server thread/DEBUG] [FML]: malisiscore(MalisisCore:1.12.2-6.5.1-SNAPSHOT): malisiscore-1.12.2-6.5.1.jar () [14:28:00] [Server thread/DEBUG] [FML]: malisisdoors(MalisisDoors:1.12.2-7.3.0): malisisdoors-1.12.2-7.3.0.jar (required-after:malisiscore) [14:28:00] [Server thread/DEBUG] [FML]: mowziesmobs(Mowzie's Mobs:1.5.4): mowziesmobs-1.5.4.jar (required-after:llibrary@[1.7.9,)) [14:28:00] [Server thread/DEBUG] [FML]: sereneseasons(Serene Seasons:1.2.18): SereneSeasons-1.12.2-1.2.18-universal.jar (required-after:forge@[14.23.5.2768,)) [14:28:00] [Server thread/DEBUG] [FML]: spartanweaponry(Spartan Weaponry:beta 1.3.8): SpartanWeaponry-1.12.2-beta-1.3.8.jar () [14:28:00] [Server thread/DEBUG] [FML]: spartanfire(Spartan Fire:0.07): spartanfire-0.07.jar (required-after:iceandfire;required-after:spartanweaponry@[beta 1.3.0,);required-after:llibrary@[1.7.19,)) [14:28:00] [Server thread/DEBUG] [FML]: spartanshields(Spartan Shields:1.5.4): SpartanShields-1.12.2-1.5.4.jar (after:redstoneflux;after:enderio;after:rftools;after:botania;after:redstonearsenal;after:abyssalcraft;after:betterwithmods;after:thaumcraft) [14:28:00] [Server thread/DEBUG] [FML]: teamup(Team Up:1.1.3-1.12.0): TeamUp-1.1.3-1.12.0.jar () [14:28:00] [Server thread/DEBUG] [FML]: techguns(Techguns:2.0.2.0): techguns-1.12.2-2.0.2.0_pre3.1.jar (required:forge@[14.23.5.2807,);after:ftblib;after:chisel;after:patchouli) [14:28:00] [Server thread/DEBUG] [FML]: ultimate_unicorn_mod(Wings, Horns, and Hooves, the Ultimate Unicorn Mod!:1.5.16): ultimate_unicorn_mod-1.12.2-1.5.16.jar () [14:28:00] [Server thread/DEBUG] [FML]: wings(Wings:1.1.6): wings-1.1.6-1.12.2.jar () [14:28:00] [Server thread/DEBUG] [FML]: mowzies_wings(Mowzie's Wings:1.0.0): wings-1.1.6-1.12.2.jar (required-after:wings;after:mowziesmobs) [14:28:00] [Server thread/DEBUG] [FML]: zawa(Zoo and Wild Animals Mod: Rebuilt:1.12.2-1.7.0): zawa-1.12.2-1.7.0.jar (required-after:bookworm@[1.12.2-2.2.0,);) [14:28:00] [Server thread/DEBUG] [FML]: claimitapi(ClaimIt API:1.12.2-1.2.0): claimitapi-1.12.2-1.2.0.jar () [14:28:00] [Server thread/DEBUG] [FML]: claimit(ClaimIt:1.12.2-1.2.0): claimit-1.12.2-1.2.0.jar (after-required:claimitapi@[1.12.2-1.2.0]) [14:28:00] [Server thread/DEBUG] [FML]: ctm-api-models(API: ctm-api-models:0.1.0): CTM-MC1.12.2-1.0.1.30.jar () [14:28:00] [Server thread/DEBUG] [FML]: ctm-api-textures(API: ctm-api-textures:0.1.0): CTM-MC1.12.2-1.0.1.30.jar () [14:28:00] [Server thread/DEBUG] [FML]: jeresources|API(API: jeresources|API:0.9.2.60): JustEnoughResources-1.12.2-0.9.2.60.jar () [14:28:00] [Server thread/DEBUG] [FML]: spartanweaponry_api(API: spartanweaponry_api:5): SpartanWeaponry-1.12.2-beta-1.3.8.jar () [14:28:00] [Server thread/DEBUG] [FML]: JustEnoughItemsAPI(API: JustEnoughItemsAPI:4.13.0): jei_1.12.2-4.15.0.292.jar () [14:28:00] [Server thread/DEBUG] [FML]: ctm-api-events(API: ctm-api-events:0.1.0): CTM-MC1.12.2-1.0.1.30.jar () [14:28:00] [Server thread/DEBUG] [FML]: ctm-api(API: ctm-api:0.1.0): CTM-MC1.12.2-1.0.1.30.jar () [14:28:00] [Server thread/DEBUG] [FML]: ctm-api-utils(API: ctm-api-utils:0.1.0): CTM-MC1.12.2-1.0.1.30.jar () [14:28:00] [Server thread/INFO] [FML]: FML has found a non-mod file BackTools-1.12.2-7.0.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [14:28:00] [Server thread/INFO] [FML]: FML has found a non-mod file CTM-MC1.12.2-1.0.1.30.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [14:28:00] [Server thread/INFO] [FML]: FML has found a non-mod file JustEnoughResources-1.12.2-0.9.2.60.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [14:28:00] [Server thread/INFO] [FML]: FML has found a non-mod file torohealth-1.12.2-11.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [14:28:00] [Server thread/DEBUG] [FML]: Loading @Config anotation data [14:28:00] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft [14:28:00] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft [14:28:00] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.002s [14:28:00] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp [14:28:00] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp [14:28:00] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.001s [14:28:00] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML [14:28:01] [Server thread/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists [14:28:01] [Server thread/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection [14:28:01] [Server thread/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99) [14:28:01] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, techguns_core, animania, betteranimalsplus, bookworm, colorchat, craftstudioapi, cw, dragonmounts, extragems, horse_colors, iceandfire, ichunutil, imsm, jei, k4lib, landmanager, malisiscore, malisisdoors, mowziesmobs, sereneseasons, spartanfire, spartanshields, spartanweaponry, teamup, techguns, ultimate_unicorn_mod, mowzies_wings, wings, zawa, claimitapi, claimit, llibrary] at CLIENT [14:28:01] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, techguns_core, animania, betteranimalsplus, bookworm, colorchat, craftstudioapi, cw, dragonmounts, extragems, horse_colors, iceandfire, ichunutil, imsm, jei, k4lib, landmanager, malisiscore, malisisdoors, mowziesmobs, sereneseasons, spartanfire, spartanshields, spartanweaponry, teamup, techguns, ultimate_unicorn_mod, mowzies_wings, wings, zawa, claimitapi, claimit, llibrary] at SERVER [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 1.092s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge [14:28:02] [Server thread/DEBUG] [forge]: Loading Vanilla annotations: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c338668 [14:28:02] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$10 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$11 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$12 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$13 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$14 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$4 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$5 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$6 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$7 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$8 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$9 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$4 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$4 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/EntityRenderer$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/EntityRenderer$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/EntityRenderer$4 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/RenderGlobal$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$4 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureAtlasSprite$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureManager$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureMap$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureMap$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureMap$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$4 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$5 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$6 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$7 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$4 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$5 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/entity/Entity$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/entity/Entity$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/entity/Entity$4 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/entity/Entity$5 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/entity/EntityTracker$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/entity/player/InventoryPlayer$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/nbt/NBTTagCompound$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/nbt/NBTTagCompound$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/network/NetHandlerPlayServer$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/network/NetworkSystem$6 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/server/MinecraftServer$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/server/MinecraftServer$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/server/dedicated/DedicatedServer$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/server/dedicated/DedicatedServer$4 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/server/integrated/IntegratedServer$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/server/integrated/IntegratedServer$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/tileentity/CommandBlockBaseLogic$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/tileentity/CommandBlockBaseLogic$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/tileentity/TileEntity$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/tileentity/TileEntity$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/tileentity/TileEntity$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/World$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/World$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/World$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/World$4 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/World$5 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/chunk/Chunk$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/gen/structure/MapGenStructure$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/gen/structure/MapGenStructure$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/gen/structure/MapGenStructure$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$10 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$2 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$3 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$4 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$5 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$6 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$7 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$8 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$9 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable [14:28:02] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Alignment [14:28:02] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Column [14:28:02] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Row [14:28:02] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/client/SplashProgress$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/client/SplashProgress$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/FMLCommonHandler$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/FMLCommonHandler$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/ICrashCallable [14:28:02] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/Loader$1 [14:28:02] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/Loader$1 [14:28:02] [Server thread/TRACE] [FML]: Mod forge is using network checker : No network checking performed [14:28:02] [Server thread/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod forge accepts its own version (14.23.5.2847) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.145s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod techguns_core [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod techguns_core [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - Techguns Core took 0.000s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod craftstudioapi [14:28:02] [Server thread/TRACE] [FML]: Mod craftstudioapi is using network checker : Accepting version 1.0.0 [14:28:02] [Server thread/TRACE] [FML]: Testing mod craftstudioapi to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod craftstudioapi accepts its own version (1.0.0) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into craftstudioapi [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for craftstudioapi [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into craftstudioapi for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod craftstudioapi [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - CraftStudio API took 0.071s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod animania [14:28:02] [Server thread/TRACE] [FML]: Mod animania is using network checker : Accepting version 1.7.3 [14:28:02] [Server thread/TRACE] [FML]: Testing mod animania to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod animania accepts its own version (1.7.3) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into animania [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for animania [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.animania.Animania for mod animania [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.animania.Animania [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.animania.config.AnimaniaConfig$EventHandler for mod animania [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.animania.config.AnimaniaConfig$EventHandler [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into animania for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod animania [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - Animania took 0.158s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod betteranimalsplus [14:28:02] [Server thread/TRACE] [FML]: Mod betteranimalsplus is using network checker : Accepting version 8.0.0 [14:28:02] [Server thread/TRACE] [FML]: Testing mod betteranimalsplus to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod betteranimalsplus accepts its own version (8.0.0) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into betteranimalsplus [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for betteranimalsplus [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for its_meow.betteranimalsplus.BetterAnimalsPlusMod for mod betteranimalsplus [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class its_meow.betteranimalsplus.BetterAnimalsPlusMod [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for its_meow.betteranimalsplus.common.CommonEventHandler for mod betteranimalsplus [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class its_meow.betteranimalsplus.common.CommonEventHandler [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for its_meow.betteranimalsplus.init.BetterAnimalsPlusRegistrar for mod betteranimalsplus [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class its_meow.betteranimalsplus.init.BetterAnimalsPlusRegistrar [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into betteranimalsplus for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod betteranimalsplus [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - Better Animals Plus took 0.097s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bookworm [14:28:02] [Server thread/TRACE] [FML]: Mod bookworm is using network checker : Accepting version 1.12.2-2.3.0 [14:28:02] [Server thread/TRACE] [FML]: Testing mod bookworm to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod bookworm accepts its own version (1.12.2-2.3.0) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bookworm [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bookworm [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.soggymustache.bookworm.common.init.items.BookwormItems for mod bookworm [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.soggymustache.bookworm.common.init.items.BookwormItems [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.soggymustache.bookworm.common.entity.BookwormEntities for mod bookworm [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.soggymustache.bookworm.common.entity.BookwormEntities [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bookworm for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bookworm [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - Bookworm API took 0.009s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod k4lib [14:28:02] [Server thread/TRACE] [FML]: Mod k4lib is using network checker : No network checking performed [14:28:02] [Server thread/TRACE] [FML]: Testing mod k4lib to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod k4lib accepts its own version (1.12.1-2.1.81) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into k4lib [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for k4lib [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into k4lib for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod k4lib [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - K4Lib took 0.008s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod colorchat [14:28:02] [Server thread/TRACE] [FML]: Mod colorchat is using network checker : No network checking performed [14:28:02] [Server thread/TRACE] [FML]: Testing mod colorchat to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod colorchat accepts its own version (1.12.1-2.0.43) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into colorchat [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for colorchat [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into colorchat for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod colorchat [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - ColorChat took 0.025s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cw [14:28:02] [Server thread/TRACE] [FML]: Mod cw is using network checker : Accepting version 1.0.2 [14:28:02] [Server thread/TRACE] [FML]: Testing mod cw to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod cw accepts its own version (1.0.2) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cw [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cw [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for cw.util.handlers.CWRegistryHandler for mod cw [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class cw.util.handlers.CWRegistryHandler [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cw for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cw [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - Creature Wisperer took 0.008s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod dragonmounts [14:28:02] [Server thread/TRACE] [FML]: Mod dragonmounts is using network checker : Accepting version 1.12.2-1.6.3 [14:28:02] [Server thread/TRACE] [FML]: Testing mod dragonmounts to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod dragonmounts accepts its own version (1.12.2-1.6.3) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into dragonmounts [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for dragonmounts [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.TheRPGAdventurer.ROTD.event.RegistryEventHandler for mod dragonmounts [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.TheRPGAdventurer.ROTD.event.RegistryEventHandler [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.TheRPGAdventurer.ROTD.inits.ModSounds$RegistrationHandler for mod dragonmounts [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.TheRPGAdventurer.ROTD.inits.ModSounds$RegistrationHandler [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into dragonmounts for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod dragonmounts [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - Dragon Mounts took 0.033s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod extragems [14:28:02] [Server thread/TRACE] [FML]: Mod extragems is using network checker : Accepting version 1.2.8 [14:28:02] [Server thread/TRACE] [FML]: Testing mod extragems to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod extragems accepts its own version (1.2.8) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into extragems [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for extragems [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xxrexraptorxx.extragems.main.ModBlocks for mod extragems [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xxrexraptorxx.extragems.main.ModBlocks [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xxrexraptorxx.extragems.main.ModItems for mod extragems [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xxrexraptorxx.extragems.main.ModItems [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xxrexraptorxx.extragems.util.RecipeHandler for mod extragems [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xxrexraptorxx.extragems.util.RecipeHandler [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into extragems for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod extragems [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - ExtraGems took 0.103s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod horse_colors [14:28:02] [Server thread/TRACE] [FML]: Mod horse_colors is using network checker : Accepting version 1.12.2-1.0.2 [14:28:02] [Server thread/TRACE] [FML]: Testing mod horse_colors to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod horse_colors accepts its own version (1.12.2-1.0.2) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into horse_colors [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for horse_colors [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into horse_colors for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod horse_colors [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - Realistic Horse Genetics took 0.012s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod llibrary [14:28:02] [Server thread/TRACE] [FML]: Mod llibrary is using network checker : Accepting version 1.7.19 [14:28:02] [Server thread/TRACE] [FML]: Testing mod llibrary to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod llibrary accepts its own version (1.7.19) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into llibrary [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for llibrary [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into llibrary for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod llibrary [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - LLibrary took 0.045s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod iceandfire [14:28:02] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes [14:28:02] [Server thread/DEBUG] [forge]: com/github/alexthe666/iceandfire/client/particle/IceAndFireParticleSpawner$1 [14:28:02] [Server thread/TRACE] [FML]: Mod iceandfire is using network checker : Accepting version 1.8.3 [14:28:02] [Server thread/TRACE] [FML]: Testing mod iceandfire to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod iceandfire accepts its own version (1.8.3) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into iceandfire [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for iceandfire [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.github.alexthe666.iceandfire.ClientProxy for mod iceandfire [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.github.alexthe666.iceandfire.ClientProxy [14:28:02] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.github.alexthe666.iceandfire.CommonProxy for mod iceandfire [14:28:02] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.github.alexthe666.iceandfire.CommonProxy [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into iceandfire for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod iceandfire [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ice and Fire took 0.190s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ichunutil [14:28:02] [Server thread/TRACE] [FML]: Mod ichunutil is using network checker : Accepting range 7.2.0 or above, and below 7.3.0 [14:28:02] [Server thread/TRACE] [FML]: Testing mod ichunutil to verify it accepts its own version in a remote connection [14:28:02] [Server thread/TRACE] [FML]: The mod ichunutil accepts its own version (7.2.2) [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ichunutil [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ichunutil [14:28:02] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ichunutil for type INSTANCE [14:28:02] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ichunutil [14:28:02] [Server thread/DEBUG] [FML]: Bar Step: Construction - iChunUtil took 0.044s [14:28:02] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod imsm [14:28:03] [Server thread/TRACE] [FML]: Mod imsm is using network checker : Accepting version 1.12 [14:28:03] [Server thread/TRACE] [FML]: Testing mod imsm to verify it accepts its own version in a remote connection [14:28:03] [Server thread/TRACE] [FML]: The mod imsm accepts its own version (1.12) [14:28:03] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into imsm [14:28:03] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for imsm [14:28:03] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for modid.imsm.core.EventHandler for mod imsm [14:28:03] [Server thread/ERROR] [FML]: An error occurred trying to load an EventBusSubscriber modid.imsm.core.EventHandler for modid imsm java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_232] at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_232] at java.lang.Class.privateGetPublicMethods(Class.java:2902) ~[?:1.8.0_232] at java.lang.Class.getMethods(Class.java:1615) ~[?:1.8.0_232] at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82) ~[EventBus.class:?] at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82) [AutomaticEventSubscriber.class:?] at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612) [FMLModContainer.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_232] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_232] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_232] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_232] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_232] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_232] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_232] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_232] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) [Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_232] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_232] ... 38 more Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@67a056f1 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[forge.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_232] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_232] ... 38 more Caused by: java.lang.RuntimeException: Attempted to load class bsb for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[forge.jar:?] at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[forge.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_232] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_232] ... 38 more [14:28:03] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89) ~[forge.jar:?] at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612) ~[forge.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_232] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_232] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_232] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_232] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forge.jar:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_232] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_232] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_232] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_232] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) ~[Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232] Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_232] at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_232] at java.lang.Class.privateGetPublicMethods(Class.java:2902) ~[?:1.8.0_232] at java.lang.Class.getMethods(Class.java:1615) ~[?:1.8.0_232] at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82) ~[EventBus.class:?] at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82) ~[AutomaticEventSubscriber.class:?] ... 32 more Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_232] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_232] at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_232] at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_232] at java.lang.Class.privateGetPublicMethods(Class.java:2902) ~[?:1.8.0_232] at java.lang.Class.getMethods(Class.java:1615) ~[?:1.8.0_232] at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82) ~[EventBus.class:?] at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82) ~[AutomaticEventSubscriber.class:?] ... 32 more Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@67a056f1 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[forge.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_232] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_232] at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_232] at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_232] at java.lang.Class.privateGetPublicMethods(Class.java:2902) ~[?:1.8.0_232] at java.lang.Class.getMethods(Class.java:1615) ~[?:1.8.0_232] at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82) ~[EventBus.class:?] at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82) ~[AutomaticEventSubscriber.class:?] ... 32 more Caused by: java.lang.RuntimeException: Attempted to load class bsb for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[forge.jar:?] at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[forge.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_232] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_232] at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_232] at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_232] at java.lang.Class.privateGetPublicMethods(Class.java:2902) ~[?:1.8.0_232] at java.lang.Class.getMethods(Class.java:1615) ~[?:1.8.0_232] at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82) ~[EventBus.class:?] at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82) ~[AutomaticEventSubscriber.class:?] ... 32 more [14:28:03] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: /aternos/server/./crash-reports/crash-2019-12-21_14.28.03-server.txt [14:28:03] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server [14:28:03] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds [14:28:03] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod minecraft [14:28:03] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod minecraft [14:28:03] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft took 0.000s [14:28:03] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod mcp [14:28:03] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod mcp [14:28:03] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.000s [14:28:03] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod FML [14:28:03] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod FML [14:28:03] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Forge Mod Loader took 0.000s [14:28:03] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod forge [14:28:03] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod forge [14:28:03] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Forge took 0.000s [14:28:03] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod techguns_core [14:28:03] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod techguns_core [14:28:03] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Techguns Core took 0.000s [14:28:03] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod craftstudioapi [14:28:03] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod craftstudioapi [14:28:03] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - CraftStudio API took 0.000s [14:28:03] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod animania [14:28:03] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod animania [14:28:03] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Animania took 0.000s [14:28:03] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod betteranimalsplus [14:28:03] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod betteranimalsplus [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Better Animals Plus took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod bookworm [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod bookworm [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Bookworm API took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod k4lib [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod k4lib [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - K4Lib took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod colorchat [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod colorchat [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - ColorChat took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod cw [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod cw [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Creature Wisperer took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod dragonmounts [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod dragonmounts [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Dragon Mounts took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod extragems [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod extragems [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - ExtraGems took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod horse_colors [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod horse_colors [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Realistic Horse Genetics took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod llibrary [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod llibrary [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - LLibrary took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod iceandfire [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod iceandfire [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Ice and Fire took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod ichunutil [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod ichunutil [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - iChunUtil took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod imsm [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod imsm [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Instant Massive Structures Mod took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod jei [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod jei [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Just Enough Items took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod landmanager [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod landmanager [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Land Manager took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod malisiscore [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod malisiscore [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - MalisisCore took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod malisisdoors [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod malisisdoors [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - MalisisDoors took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod mowziesmobs [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod mowziesmobs [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Mowzie's Mobs took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod sereneseasons [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod sereneseasons [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Serene Seasons took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod spartanweaponry [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod spartanweaponry [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Spartan Weaponry took 0.001s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod spartanfire [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod spartanfire [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Spartan Fire took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod spartanshields [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod spartanshields [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Spartan Shields took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod teamup [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod teamup [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Team Up took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod techguns [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod techguns [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Techguns took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod ultimate_unicorn_mod [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod ultimate_unicorn_mod [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Wings, Horns, and Hooves, the Ultimate Unicorn Mod! took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod wings [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod wings [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Wings took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod mowzies_wings [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod mowzies_wings [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Mowzie's Wings took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod zawa [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod zawa [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Zoo and Wild Animals Mod: Rebuilt took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod claimitapi [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod claimitapi [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - ClaimIt API took 0.000s [14:28:04] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod claimit [14:28:04] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod claimit [14:28:04] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - ClaimIt took 0.000s [14:28:04] [Server thread/DEBUG] [FML]: BThe state engine was in incorrect state PREINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
sodiumhalogenteam / Litmus LabWebsite checker (analytics, sitemap, Google cached, search engine indexable).
maxwfreu / CacheBustCheckerNo description available
Parda11 / Bug FrogeJVM 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.46 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.17 File exists: Checksum validated. Considering library net.minecraftforge:fmlloader:1.17.1-37.0.58 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.58 File exists: Checksum validated. Considering library net.minecraftforge:fmlloader:1.17.1-37.0.58 File exists: Checksum validated. Considering library net.minecraftforge:forge:1.17.1-37.0.58: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.58 File exists: Checksum validated. Considering library net.minecraftforge:mclanguage:1.17.1-37.0.58 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: C:\Users\USER-PC\AppData\Local\Temp\forge_installer8166668735222705055 Extracting: /data/client.lzma Building Processors =============================================================================== MainClass: net.minecraftforge.installertools.ConsoleTool Classpath: C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraftforge\installertools\1.2.7\installertools-1.2.7.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\md-5\SpecialSource\1.10.0\SpecialSource-1.10.0.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.7\gson-2.8.7.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\de\siegmar\fastcsv\2.0.0\fastcsv-2.0.0.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraftforge\srgutils\0.4.3\srgutils-0.4.3.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.1\asm-commons-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\20.0\guava-20.0.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\opencsv\opencsv\4.4\opencsv-4.4.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.1\asm-analysis-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.1\asm-tree-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.1\asm-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-text\1.3\commons-text-1.3.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.8.1\commons-lang3-3.8.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\commons-beanutils\commons-beanutils\1.9.3\commons-beanutils-1.9.3.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-collections4\4.2\commons-collections4-4.2.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar Args: --task, MCP_DATA, --input, C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038.zip, --output, C:\Users\USER-PC\AppData\Roaming\.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: C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038.zip Output: C:\Users\USER-PC\AppData\Roaming\.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: C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraftforge\installertools\1.2.7\installertools-1.2.7.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\md-5\SpecialSource\1.10.0\SpecialSource-1.10.0.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.7\gson-2.8.7.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\de\siegmar\fastcsv\2.0.0\fastcsv-2.0.0.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraftforge\srgutils\0.4.3\srgutils-0.4.3.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.1\asm-commons-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\20.0\guava-20.0.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\opencsv\opencsv\4.4\opencsv-4.4.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.1\asm-analysis-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.1\asm-tree-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.1\asm-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-text\1.3\commons-text-1.3.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.8.1\commons-lang3-3.8.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\commons-beanutils\commons-beanutils\1.9.3\commons-beanutils-1.9.3.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-collections4\4.2\commons-collections4-4.2.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar C:\Users\USER-PC\AppData\Roaming\.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, C:\Users\USER-PC\AppData\Roaming\.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: C:\Users\USER-PC\AppData\Roaming\.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: C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraftforge\installertools\1.2.7\installertools-1.2.7.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\md-5\SpecialSource\1.10.0\SpecialSource-1.10.0.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.7\gson-2.8.7.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\de\siegmar\fastcsv\2.0.0\fastcsv-2.0.0.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraftforge\srgutils\0.4.3\srgutils-0.4.3.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.1\asm-commons-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\20.0\guava-20.0.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\opencsv\opencsv\4.4\opencsv-4.4.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.1\asm-analysis-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.1\asm-tree-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.1\asm-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-text\1.3\commons-text-1.3.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.8.1\commons-lang3-3.8.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\commons-beanutils\commons-beanutils\1.9.3\commons-beanutils-1.9.3.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-collections4\4.2\commons-collections4-4.2.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar Args: --task, MERGE_MAPPING, --left, C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038-mappings.txt, --right, C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-mappings.txt, --output, C:\Users\USER-PC\AppData\Roaming\.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: C:\Users\USER-PC\AppData\Roaming\.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: C:\Users\USER-PC\AppData\Roaming\.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: C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038-mappings-merged.txt =============================================================================== Cache: C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-slim.jar Validated: b8de6b6dc0fc88232d974bdaaf085c56145277b1 C:\Users\USER-PC\AppData\Roaming\.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: C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraftforge\lex\vignette\0.2.0.16\vignette-0.2.0.16.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\cadixdev\atlas\0.2.2\atlas-0.2.2.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\cadixdev\lorenz-asm\0.5.7\lorenz-asm-0.5.7.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\cadixdev\lorenz\0.5.7\lorenz-0.5.7.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\cadixdev\bombe-asm\0.3.5\bombe-asm-0.3.5.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.1\asm-commons-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\jimfs\jimfs\1.2\jimfs-1.2.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\cadixdev\bombe\0.3.5\bombe-0.3.5.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.1\asm-analysis-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.1\asm-tree-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.1\asm-9.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\30.1-android\guava-30.1-android.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\guava\listenablefuture\9999.0-empty-to-avoid-conflict-with-guava\listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\checkerframework\checker-compat-qual\2.5.5\checker-compat-qual-2.5.5.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\errorprone\error_prone_annotations\2.3.4\error_prone_annotations-2.3.4.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\j2objc\j2objc-annotations\1.3\j2objc-annotations-1.3.jar Args: --jar-in, C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-slim.jar, --jar-out, C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-srg.jar, --mapping-format, tsrg2, --mappings, C:\Users\USER-PC\AppData\Roaming\.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: C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-slim.jar Output: C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-srg.jar Format: tsrg2 Mappings: C:\Users\USER-PC\AppData\Roaming\.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: C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraftforge\binarypatcher\1.0.12\binarypatcher-1.0.12.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\25.1-jre\guava-25.1-jre.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\github\jponge\lzma-java\1.3\lzma-java-1.3.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\nothome\javaxdelta\2.0.1\javaxdelta-2.0.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\checkerframework\checker-qual\2.0.0\checker-qual-2.0.0.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\errorprone\error_prone_annotations\2.1.3\error_prone_annotations-2.1.3.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\com\google\j2objc\j2objc-annotations\1.1\j2objc-annotations-1.1.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\org\codehaus\mojo\animal-sniffer-annotations\1.14\animal-sniffer-annotations-1.14.jar C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\trove\trove\1.0.2\trove-1.0.2.jar Args: --clean, C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-srg.jar, --output, C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.17.1-37.0.58\forge-1.17.1-37.0.58-client.jar, --apply, C:\Users\USER-PC\AppData\Local\Temp\forge_installer8166668735222705055\data\client.lzma Applying: Clean: C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-srg.jar Output: C:\Users\USER-PC\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.17.1-37.0.58\forge-1.17.1-37.0.58-client.jar KeepData: false Unpatched: false Patches: C:\Users\USER-PC\AppData\Local\Temp\forge_installer8166668735222705055\data\client.lzma Loading patches file: C:\Users\USER-PC\AppData\Local\Temp\forge_installer8166668735222705055\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.ShaderInstance$1.binpatch Checksum: da7c2777 Exists: true Reading patch net.minecraft.client.renderer.ShaderInstance.binpatch Checksum: 557a85a9 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.BoatRenderer.binpatch Checksum: c61d512 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.GameEventTagsProvider.binpatch Checksum: b3927621 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.GameEventTags.binpatch Checksum: 1e2d13ad 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.attributes.DefaultAttributes.binpatch Checksum: 19367d60 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.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.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.PickaxeItem.binpatch Checksum: 136b306c 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.ShieldItem.binpatch Checksum: dc3251cd 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.SwordItem.binpatch Checksum: 54fbbc63 Exists: true Reading patch net.minecraft.world.item.Tier.binpatch Checksum: f1213f49 Exists: true Reading patch net.minecraft.world.item.Tiers.binpatch Checksum: efb7f560 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.DiggingEnchantment.binpatch Checksum: e0f8f334 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.PumpkinBlock.binpatch Checksum: 58489e3b 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.TripWireBlock$1.binpatch Checksum: 518920ca Exists: true Reading patch net.minecraft.world.level.block.TripWireBlock.binpatch Checksum: 5d801afb 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.entity.SpawnerBlockEntity$1.binpatch Checksum: 7c585659 Exists: true Reading patch net.minecraft.world.level.block.entity.SpawnerBlockEntity.binpatch Checksum: c2796c32 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.gameevent.GameEvent.binpatch Checksum: 79f2844a 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: C:\Users\USER-PC\AppData\Roaming\.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 1/1 Patching net/minecraft/world/level/storage/loot/functions/LootingEnchantFunction$Builder 1/1 Patching net/minecraft/world/level/storage/loot/functions/LootingEnchantFunction$Serializer 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/LootPool$Serializer 1/1 Patching net/minecraft/world/level/storage/loot/LootTables 1/1 Patching net/minecraft/world/level/storage/loot/LootContext$DynamicDrop 1/1 Patching net/minecraft/world/level/storage/loot/LootTable$Builder 1/1 Patching net/minecraft/world/level/storage/loot/LootPool 1/1 Patching net/minecraft/world/level/storage/loot/LootContext$EntityTarget$Serializer 1/1 Patching net/minecraft/world/level/storage/loot/LootTable 1/1 Patching net/minecraft/world/level/storage/loot/LootContext 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$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/DimensionDataStorage 1/1 Patching net/minecraft/world/level/saveddata/maps/MapDecoration 1/1 Patching net/minecraft/world/level/storage/LevelStorageSource 1/1 Patching net/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess 1/1 Patching net/minecraft/world/level/saveddata/maps/MapDecoration$Type 1/1 Patching net/minecraft/world/level/portal/PortalShape 1/1 Patching net/minecraft/world/level/pathfinder/BlockPathTypes 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/material/LavaFluid$Source 1/1 Patching net/minecraft/world/level/material/LavaFluid$Flowing 1/1 Patching net/minecraft/world/level/material/FlowingFluid$1 1/1 Patching net/minecraft/world/level/material/FluidState 1/1 Patching net/minecraft/world/level/material/Fluid 1/1 Patching net/minecraft/world/level/pathfinder/WalkNodeEvaluator 1/1 Patching net/minecraft/world/level/material/LavaFluid 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/DynamicGraphMinFixedPoint 1/1 Patching net/minecraft/world/level/lighting/LayerLightEngine 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/lighting/SkyLightEngine 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$Palette 1/1 Patching net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessor 1/1 Patching net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate$1 1/1 Patching net/minecraft/world/level/levelgen/structure/StructureStart$1 1/1 Patching net/minecraft/world/level/levelgen/structure/StructurePiece$BlockSelector 1/1 Patching net/minecraft/world/level/levelgen/structure/StructurePiece$1 1/1 Patching net/minecraft/world/level/levelgen/structure/StructureStart 1/1 Patching net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate 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/PillagerOutpostFeature 1/1 Patching net/minecraft/world/level/levelgen/feature/StructureFeature 1/1 Patching net/minecraft/world/level/levelgen/feature/OceanMonumentFeature$OceanMonumentStart 1/1 Patching net/minecraft/world/level/levelgen/feature/OceanMonumentFeature 1/1 Patching net/minecraft/world/level/levelgen/feature/NetherFortressFeature 1/1 Patching net/minecraft/world/level/levelgen/feature/NetherFortressFeature$NetherBridgeStart 1/1 Patching net/minecraft/world/level/levelgen/feature/MonsterRoomFeature 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/NoiseBasedChunkGenerator$NoodleCaveNoiseModifier 1/1 Patching net/minecraft/world/level/levelgen/WorldGenSettings 1/1 Patching net/minecraft/world/level/levelgen/DebugLevelSource 1/1 Patching net/minecraft/world/level/gameevent/GameEvent 1/1 Patching net/minecraft/world/level/levelgen/PhantomSpawner 1/1 Patching net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator 1/1 Patching net/minecraft/world/level/chunk/storage/EntityStorage 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/PalettedContainer 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/dimension/end/EndDragonFight 1/1 Patching net/minecraft/world/level/chunk/ChunkStatus$LoadingTask 1/1 Patching net/minecraft/world/level/chunk/ChunkStatus$GenerationTask 1/1 Patching net/minecraft/world/level/chunk/ChunkStatus$SimpleGenerationTask 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/chunk/ProtoChunk 1/1 Patching net/minecraft/world/level/block/state/properties/WoodType 1/1 Patching net/minecraft/world/level/chunk/LevelChunk 1/1 Patching net/minecraft/world/level/chunk/ChunkStatus 1/1 Patching net/minecraft/world/level/block/state/BlockState 1/1 Patching net/minecraft/world/level/block/state/BlockBehaviour$StatePredicate 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/piston/PistonMovingBlockEntity$1 1/1 Patching net/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase$Cache 1/1 Patching net/minecraft/world/level/block/piston/PistonHeadBlock$1 1/1 Patching net/minecraft/world/level/block/piston/PistonStructureResolver 1/1 Patching net/minecraft/world/level/block/piston/PistonBaseBlock$1 1/1 Patching net/minecraft/world/level/block/state/BlockBehaviour$Properties 1/1 Patching net/minecraft/world/level/block/state/BlockBehaviour 1/1 Patching net/minecraft/world/level/block/piston/PistonHeadBlock 1/1 Patching net/minecraft/world/level/block/entity/SpawnerBlockEntity$1 1/1 Patching net/minecraft/world/level/block/entity/SpawnerBlockEntity 1/1 Patching net/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase 1/1 Patching net/minecraft/world/level/block/piston/MovingPistonBlock 1/1 Patching net/minecraft/world/level/block/piston/PistonMovingBlockEntity 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/entity/ShulkerBoxBlockEntity 1/1 Patching net/minecraft/world/level/block/entity/BrewingStandBlockEntity$1 1/1 Patching net/minecraft/world/level/block/entity/ChestBlockEntity$1 1/1 Patching net/minecraft/world/level/block/entity/ChestBlockEntity 1/1 Patching net/minecraft/world/level/block/entity/BlockEntityType$Builder 1/1 Patching net/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier 1/1 Patching net/minecraft/world/level/block/entity/ConduitBlockEntity 1/1 Patching net/minecraft/world/level/block/entity/BrewingStandBlockEntity 1/1 Patching net/minecraft/world/level/block/entity/BlockEntity 1/1 Patching net/minecraft/world/level/block/entity/BeaconBlockEntity$BeaconBeamSection 1/1 Patching net/minecraft/world/level/block/entity/BaseContainerBlockEntity 1/1 Patching net/minecraft/world/level/block/entity/BeaconBlockEntity$1 1/1 Patching net/minecraft/world/level/block/entity/BlockEntityType 1/1 Patching net/minecraft/world/level/block/entity/BannerPattern$Builder 1/1 Patching net/minecraft/world/level/block/entity/AbstractFurnaceBlockEntity$1 1/1 Patching net/minecraft/world/level/block/entity/HopperBlockEntity 1/1 Patching net/minecraft/world/level/block/entity/BannerPattern 1/1 Patching net/minecraft/world/level/block/entity/BeaconBlockEntity 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/TripWireBlock$1 1/1 Patching net/minecraft/world/level/block/TrapDoorBlock$1 1/1 Patching net/minecraft/world/level/block/TripWireHookBlock 1/1 Patching net/minecraft/world/level/block/TripWireBlock 1/1 Patching net/minecraft/world/level/block/VineBlock 1/1 Patching net/minecraft/world/level/block/TrapDoorBlock 1/1 Patching net/minecraft/world/level/block/TallSeagrassBlock 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/TntBlock 1/1 Patching net/minecraft/world/level/block/TurtleEggBlock 1/1 Patching net/minecraft/world/level/block/StemBlock 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/StairBlock 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/RailBlock$1 1/1 Patching net/minecraft/world/level/block/RailBlock 1/1 Patching net/minecraft/world/level/block/RedStoneOreBlock 1/1 Patching net/minecraft/world/level/block/PoweredRailBlock$1 1/1 Patching net/minecraft/world/level/block/PumpkinBlock 1/1 Patching net/minecraft/world/level/block/RailState 1/1 Patching net/minecraft/world/level/block/PotatoBlock 1/1 Patching net/minecraft/world/level/block/PoweredRailBlock 1/1 Patching net/minecraft/world/level/block/OreBlock 1/1 Patching net/minecraft/world/level/block/NetherPortalBlock$1 1/1 Patching net/minecraft/world/level/block/NetherWartBlock 1/1 Patching net/minecraft/world/level/block/NoteBlock 1/1 Patching net/minecraft/world/level/block/NetherPortalBlock 1/1 Patching net/minecraft/world/level/block/MushroomBlock 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/GrowingPlantBodyBlock 1/1 Patching net/minecraft/world/level/block/GrowingPlantHeadBlock 1/1 Patching net/minecraft/world/level/block/FrostedIceBlock 1/1 Patching net/minecraft/world/level/block/FallingBlock 1/1 Patching net/minecraft/world/level/block/FlowerPotBlock 1/1 Patching net/minecraft/world/level/block/EndPortalBlock 1/1 Patching net/minecraft/world/level/block/EndGatewayBlock 1/1 Patching net/minecraft/world/level/block/FarmBlock 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/EnchantmentTableBlock 1/1 Patching net/minecraft/world/level/block/DetectorRailBlock$1 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/DeadBushBlock 1/1 Patching net/minecraft/world/level/block/CropBlock 1/1 Patching net/minecraft/world/level/block/DetectorRailBlock 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/ChestBlock$3 1/1 Patching net/minecraft/world/level/block/ChestBlock$2 1/1 Patching net/minecraft/world/level/block/ChestBlock$2$1 1/1 Patching net/minecraft/world/level/block/ChestBlock$1 1/1 Patching net/minecraft/world/level/block/ChorusFlowerBlock 1/1 Patching net/minecraft/world/level/block/CaveVinesPlantBlock 1/1 Patching net/minecraft/world/level/block/ChestBlock 1/1 Patching net/minecraft/world/level/block/CaveVinesBlock 1/1 Patching net/minecraft/world/level/block/CarrotBlock 1/1 Patching net/minecraft/world/level/block/CactusBlock 1/1 Patching net/minecraft/world/level/block/CandleCakeBlock 1/1 Patching net/minecraft/world/level/block/ComparatorBlock 1/1 Patching net/minecraft/world/level/block/BushBlock 1/1 Patching net/minecraft/world/level/block/CampfireBlock 1/1 Patching net/minecraft/world/level/block/Block$BlockStatePairKey 1/1 Patching net/minecraft/world/level/block/Block$2 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/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/BaseFireBlock 1/1 Patching net/minecraft/world/level/block/BannerBlock 1/1 Patching net/minecraft/world/level/block/AttachedStemBlock 1/1 Patching net/minecraft/world/level/block/BambooSaplingBlock 1/1 Patching net/minecraft/world/level/block/BambooBlock 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$Builder 1/1 Patching net/minecraft/world/level/biome/MobSpawnSettings 1/1 Patching net/minecraft/world/level/biome/BiomeSpecialEffects$GrassColorModifier$3 1/1 Patching net/minecraft/world/level/biome/BiomeSpecialEffects$GrassColorModifier$2 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$Builder 1/1 Patching net/minecraft/world/level/biome/BiomeSpecialEffects 1/1 Patching net/minecraft/world/level/biome/Biome$TemperatureModifier$1 1/1 Patching net/minecraft/world/level/biome/Biome$TemperatureModifier$2 1/1 Patching net/minecraft/world/level/biome/Biome$TemperatureModifier 1/1 Patching net/minecraft/world/level/biome/BiomeGenerationSettings 1/1 Patching net/minecraft/world/level/biome/Biome$Precipitation 1/1 Patching net/minecraft/world/level/biome/Biome$1 1/1 Patching net/minecraft/world/level/biome/Biome$ClimateSettings 1/1 Patching net/minecraft/world/level/biome/BiomeGenerationSettings$Builder 1/1 Patching net/minecraft/world/level/biome/Biome$BiomeBuilder 1/1 Patching net/minecraft/world/level/biome/Biome$ClimateParameters 1/1 Patching net/minecraft/world/level/biome/Biome$BiomeCategory 1/1 Patching net/minecraft/world/level/NaturalSpawner$SpawnPredicate 1/1 Patching net/minecraft/world/level/NaturalSpawner$ChunkGetter 1/1 Patching net/minecraft/world/level/NaturalSpawner$AfterSpawnCallback 1/1 Patching net/minecraft/world/level/NaturalSpawner$SpawnState 1/1 Patching net/minecraft/world/level/NaturalSpawner$1 1/1 Patching net/minecraft/world/level/Level$1 1/1 Patching net/minecraft/world/level/LevelSettings 1/1 Patching net/minecraft/world/level/biome/Biome 1/1 Patching net/minecraft/world/level/LevelReader 1/1 Patching net/minecraft/world/level/ForcedChunksSavedData 1/1 Patching net/minecraft/world/level/ExplosionDamageCalculator 1/1 Patching net/minecraft/world/level/Explosion$BlockInteraction 1/1 Patching net/minecraft/world/level/NaturalSpawner 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/level/Explosion 1/1 Patching net/minecraft/world/level/BlockGetter 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/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/FrostWalkerEnchantment 1/1 Patching net/minecraft/world/item/enchantment/EnchantmentCategory$6 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$12 1/1 Patching net/minecraft/world/item/enchantment/EnchantmentCategory$11 1/1 Patching net/minecraft/world/item/enchantment/EnchantmentCategory$13 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/EnchantmentCategory$1 1/1 Patching net/minecraft/world/item/enchantment/EnchantmentCategory 1/1 Patching net/minecraft/world/item/enchantment/DiggingEnchantment 1/1 Patching net/minecraft/world/item/enchantment/Enchantment$Rarity 1/1 Patching net/minecraft/world/item/enchantment/Enchantment 1/1 Patching net/minecraft/world/item/enchantment/Enchantments 1/1 Patching net/minecraft/world/item/crafting/StonecutterRecipe 1/1 Patching net/minecraft/world/item/crafting/SmeltingRecipe 1/1 Patching net/minecraft/world/item/crafting/SmokingRecipe 1/1 Patching net/minecraft/world/item/crafting/UpgradeRecipe 1/1 Patching net/minecraft/world/item/crafting/SuspiciousStewRecipe 1/1 Patching net/minecraft/world/item/crafting/UpgradeRecipe$Serializer 1/1 Patching net/minecraft/world/item/crafting/TippedArrowRecipe 1/1 Patching net/minecraft/world/item/crafting/SingleItemRecipe$Serializer$SingleItemMaker 1/1 Patching net/minecraft/world/item/crafting/SingleItemRecipe 1/1 Patching net/minecraft/world/item/crafting/SimpleCookingSerializer$CookieBaker 1/1 Patching net/minecraft/world/item/crafting/SimpleRecipeSerializer 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/SimpleCookingSerializer 1/1 Patching net/minecraft/world/item/enchantment/EnchantmentHelper 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/crafting/Recipe 1/1 Patching net/minecraft/world/item/crafting/RepairItemRecipe 1/1 Patching net/minecraft/world/item/crafting/MapCloningRecipe 1/1 Patching net/minecraft/world/item/crafting/Ingredient$Value 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/ShapedRecipe 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/RecipeSerializer 1/1 Patching net/minecraft/world/item/crafting/AbstractCookingRecipe 1/1 Patching net/minecraft/world/item/crafting/RecipeManager 1/1 Patching net/minecraft/world/item/crafting/ArmorDyeRecipe 1/1 Patching net/minecraft/world/item/crafting/Ingredient 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/Tier 1/1 Patching net/minecraft/world/item/alchemy/PotionBrewing 1/1 Patching net/minecraft/world/item/Tiers 1/1 Patching net/minecraft/world/item/StandingAndWallBlockItem 1/1 Patching net/minecraft/world/item/SwordItem 1/1 Patching net/minecraft/world/item/ShieldItem 1/1 Patching net/minecraft/world/item/ShearsItem 1/1 Patching net/minecraft/world/item/Rarity 1/1 Patching net/minecraft/world/item/ShovelItem 1/1 Patching net/minecraft/world/item/RecordItem 1/1 Patching net/minecraft/world/item/PickaxeItem 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/Item$1 1/1 Patching net/minecraft/world/item/Item$Properties 1/1 Patching net/minecraft/world/item/MapItem 1/1 Patching net/minecraft/world/item/HorseArmorItem 1/1 Patching net/minecraft/world/item/HoeItem 1/1 Patching net/minecraft/world/item/Item 1/1 Patching net/minecraft/world/item/ElytraItem 1/1 Patching net/minecraft/world/item/MobBucketItem 1/1 Patching net/minecraft/world/item/ItemStack 1/1 Patching net/minecraft/world/item/DyeableHorseArmorItem 1/1 Patching net/minecraft/world/item/DiggerItem 1/1 Patching net/minecraft/world/item/DyeColor 1/1 Patching net/minecraft/world/item/CreativeModeTab$9 1/1 Patching net/minecraft/world/item/CreativeModeTab$8 1/1 Patching net/minecraft/world/item/CreativeModeTab$7 1/1 Patching net/minecraft/world/item/CreativeModeTab$6 1/1 Patching net/minecraft/world/item/CreativeModeTab$5 1/1 Patching net/minecraft/world/item/CreativeModeTab$4 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$12 1/1 Patching net/minecraft/world/item/CreativeModeTab$10 1/1 Patching net/minecraft/world/item/CreativeModeTab$1 1/1 Patching net/minecraft/world/item/CreativeModeTab$11 1/1 Patching net/minecraft/world/item/CreativeModeTab 1/1 Patching net/minecraft/world/item/ChorusFruitItem 1/1 Patching net/minecraft/world/item/BucketItem 1/1 Patching net/minecraft/world/item/BowItem 1/1 Patching net/minecraft/world/item/BoneMealItem 1/1 Patching net/minecraft/world/item/BlockItem 1/1 Patching net/minecraft/world/item/AxeItem 1/1 Patching net/minecraft/world/item/ArrowItem 1/1 Patching net/minecraft/world/item/ArmorItem$1 1/1 Patching net/minecraft/world/item/ArmorItem 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/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$3 1/1 Patching net/minecraft/world/inventory/GrindstoneMenu$2 1/1 Patching net/minecraft/world/inventory/GrindstoneMenu$4 1/1 Patching net/minecraft/world/inventory/GrindstoneMenu$1 1/1 Patching net/minecraft/world/inventory/FurnaceResultSlot 1/1 Patching net/minecraft/world/level/block/Blocks 1/1 Patching net/minecraft/world/inventory/EnchantmentMenu$3 1/1 Patching net/minecraft/world/inventory/GrindstoneMenu 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/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/BeaconMenu$PaymentSlot 1/1 Patching net/minecraft/world/inventory/BrewingStandMenu 1/1 Patching net/minecraft/world/inventory/BeaconMenu$1 1/1 Patching net/minecraft/world/inventory/AnvilMenu$1 1/1 Patching net/minecraft/world/inventory/BeaconMenu 1/1 Patching net/minecraft/world/inventory/AbstractContainerMenu$1 1/1 Patching net/minecraft/world/food/FoodProperties 1/1 Patching net/minecraft/world/inventory/AbstractFurnaceMenu 1/1 Patching net/minecraft/world/inventory/AnvilMenu 1/1 Patching net/minecraft/world/food/FoodProperties$Builder 1/1 Patching net/minecraft/world/entity/vehicle/MinecartSpawner$1 1/1 Patching net/minecraft/world/entity/vehicle/MinecartSpawner 1/1 Patching net/minecraft/world/entity/vehicle/MinecartCommandBlock 1/1 Patching net/minecraft/world/entity/vehicle/MinecartCommandBlock$MinecartCommandBase 1/1 Patching net/minecraft/world/entity/vehicle/MinecartFurnace 1/1 Patching net/minecraft/world/entity/vehicle/Boat$Status 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/inventory/AbstractContainerMenu 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/AbstractMinecart$Type 1/1 Patching net/minecraft/world/entity/vehicle/AbstractMinecartContainer 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/item/Items 1/1 Patching net/minecraft/world/entity/projectile/ThrowableProjectile 1/1 Patching net/minecraft/world/entity/vehicle/AbstractMinecart 1/1 Patching net/minecraft/world/entity/projectile/WitherSkull 1/1 Patching net/minecraft/world/entity/projectile/ProjectileUtil 1/1 Patching net/minecraft/world/entity/raid/Raid 1/1 Patching net/minecraft/world/entity/projectile/ThrownEnderpearl 1/1 Patching net/minecraft/world/entity/projectile/Projectile 1/1 Patching net/minecraft/world/entity/projectile/SmallFireball 1/1 Patching net/minecraft/world/entity/projectile/FishingHook$FishHookState 1/1 Patching net/minecraft/world/entity/projectile/FishingHook$OpenWaterType 1/1 Patching net/minecraft/world/entity/projectile/FishingHook$1 1/1 Patching net/minecraft/world/entity/projectile/ShulkerBullet 1/1 Patching net/minecraft/world/entity/projectile/LargeFireball 1/1 Patching net/minecraft/world/entity/projectile/FireworkRocketEntity 1/1 Patching net/minecraft/world/entity/projectile/AbstractHurtingProjectile 1/1 Patching net/minecraft/world/entity/projectile/AbstractArrow$1 1/1 Patching net/minecraft/world/entity/projectile/AbstractArrow$Pickup 1/1 Patching net/minecraft/world/entity/player/Player$BedSleepingProblem 1/1 Patching net/minecraft/world/entity/player/Player$1 1/1 Patching net/minecraft/world/entity/projectile/FishingHook 1/1 Patching net/minecraft/world/entity/projectile/AbstractArrow 1/1 Patching net/minecraft/world/entity/projectile/LlamaSpit 1/1 Patching net/minecraft/world/entity/player/Inventory 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/monster/piglin/StopHoldingItemIfNoLongerAdmiring 1/1 Patching net/minecraft/world/entity/npc/Villager 1/1 Patching net/minecraft/world/entity/monster/piglin/Piglin 1/1 Patching net/minecraft/world/entity/monster/piglin/AbstractPiglin 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/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$SpiderEffectsGroupData 1/1 Patching net/minecraft/world/entity/monster/Spider$SpiderTargetGoal 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$SlimeMoveControl 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 1/1 Patching net/minecraft/world/entity/monster/Silverfish$SilverfishMergeWithStoneGoal 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/Illusioner$IllusionerMirrorSpellGoal 1/1 Patching net/minecraft/world/entity/monster/Illusioner$IllusionerBlindnessSpellGoal 1/1 Patching net/minecraft/world/entity/monster/Pillager 1/1 Patching net/minecraft/world/entity/monster/Illusioner 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$EvokerCastingSpellGoal 1/1 Patching net/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal 1/1 Patching net/minecraft/world/entity/monster/Evoker$EvokerAttackSpellGoal 1/1 Patching net/minecraft/world/entity/monster/EnderMan$EndermanTakeBlockGoal 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/EnderMan$EndermanFreezeWhenLookedAt 1/1 Patching net/minecraft/world/entity/monster/AbstractSkeleton$1 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/Motive 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/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/boss/wither/WitherBoss 1/1 Patching net/minecraft/world/entity/decoration/ArmorStand 1/1 Patching net/minecraft/world/entity/animal/horse/Horse$HorseGroupData 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/boss/enderdragon/EnderDragon 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/Sheep$2 1/1 Patching net/minecraft/world/entity/animal/Sheep$1 1/1 Patching net/minecraft/world/entity/animal/SnowGolem 1/1 Patching net/minecraft/world/entity/animal/Sheep 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/Rabbit$RabbitPanicGoal 1/1 Patching net/minecraft/world/entity/animal/Rabbit$RaidGardenGoal 1/1 Patching net/minecraft/world/entity/animal/Rabbit 1/1 Patching net/minecraft/world/entity/animal/Rabbit$RabbitJumpControl 1/1 Patching net/minecraft/world/entity/animal/Rabbit$RabbitAvoidEntityGoal 1/1 Patching net/minecraft/world/entity/animal/Rabbit$RabbitMoveControl 1/1 Patching net/minecraft/world/entity/animal/Parrot$1 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/Ocelot$OcelotTemptGoal 1/1 Patching net/minecraft/world/entity/animal/IronGolem 1/1 Patching net/minecraft/world/entity/animal/Ocelot$OcelotAvoidEntityGoal 1/1 Patching net/minecraft/world/entity/animal/Ocelot 1/1 Patching net/minecraft/world/entity/animal/Fox$FoxSearchForItemsGoal 1/1 Patching net/minecraft/world/entity/animal/Fox$StalkPreyGoal 1/1 Patching net/minecraft/world/entity/animal/Fox$SleepGoal 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/Fox$SeekShelterGoal 1/1 Patching net/minecraft/world/entity/animal/MushroomCow 1/1 Patching net/minecraft/world/entity/animal/Fox$FoxLookControl 1/1 Patching net/minecraft/world/entity/animal/Fox$FoxPounceGoal 1/1 Patching net/minecraft/world/entity/animal/Fox$FoxMeleeAttackGoal 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$FoxLookAtPlayerGoal 1/1 Patching net/minecraft/world/entity/animal/Fox$FoxStrollThroughVillageGoal 1/1 Patching net/minecraft/world/entity/animal/Fox$PerchAndSearchGoal 1/1 Patching net/minecraft/world/entity/animal/Fox$FaceplantGoal 1/1 Patching net/minecraft/world/entity/animal/Fox$FoxAlertableEntitiesSelector 1/1 Patching net/minecraft/world/entity/animal/Fox$FoxBehaviorGoal 1/1 Patching net/minecraft/world/entity/animal/Fox$FoxEatBerriesGoal 1/1 Patching net/minecraft/world/entity/animal/Fox$FoxBreedGoal 1/1 Patching net/minecraft/world/entity/animal/Fox$DefendTrustedTargetGoal 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$BeeLookControl 1/1 Patching net/minecraft/world/entity/animal/Bee$BeeWanderGoal 1/1 Patching net/minecraft/world/entity/animal/Bee$BeeHurtByOtherGoal 1/1 Patching net/minecraft/world/entity/animal/Cat 1/1 Patching net/minecraft/world/entity/animal/Bee$BeeLocateHiveGoal 1/1 Patching net/minecraft/world/entity/animal/Bee$BeeGrowCropGoal 1/1 Patching net/minecraft/world/entity/animal/Bee$BeeEnterHiveGoal 1/1 Patching net/minecraft/world/entity/animal/Bee$BeePollinateGoal 1/1 Patching net/minecraft/world/entity/animal/Fox 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$BeeGoToKnownFlowerGoal 1/1 Patching net/minecraft/world/entity/animal/Bee$BeeGoToHiveGoal 1/1 Patching net/minecraft/world/entity/animal/Animal 1/1 Patching net/minecraft/world/entity/ai/village/VillageSiege$State 1/1 Patching net/minecraft/world/entity/animal/Bee 1/1 Patching net/minecraft/world/entity/ai/village/poi/PoiType 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/RangedCrossbowAttackGoal$CrossbowState 1/1 Patching net/minecraft/world/entity/ai/goal/RangedBowAttackGoal 1/1 Patching net/minecraft/world/entity/ai/goal/RemoveBlockGoal 1/1 Patching net/minecraft/world/entity/ai/goal/RangedCrossbowAttackGoal 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$Builder 1/1 Patching net/minecraft/world/entity/ai/attributes/AttributeSupplier 1/1 Patching net/minecraft/world/entity/ai/attributes/Attribute 1/1 Patching net/minecraft/world/entity/SpawnPlacements$Type 1/1 Patching net/minecraft/world/entity/SpawnPlacements$SpawnPredicate 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/MobCategory 1/1 Patching net/minecraft/world/entity/LivingEntity$1 1/1 Patching net/minecraft/world/entity/LightningBolt 1/1 Patching net/minecraft/world/entity/FlyingMob 1/1 Patching net/minecraft/world/entity/ai/attributes/DefaultAttributes 1/1 Patching net/minecraft/world/entity/EntityType$EntityFactory 1/1 Patching net/minecraft/world/entity/SpawnPlacements 1/1 Patching net/minecraft/world/entity/EntityType$1 1/1 Patching net/minecraft/world/entity/EntityType$Builder 1/1 Patching net/minecraft/world/entity/ExperienceOrb 1/1 Patching net/minecraft/world/entity/Entity$MoveFunction 1/1 Patching net/minecraft/world/entity/Entity$RemovalReason 1/1 Patching net/minecraft/world/entity/Entity$MovementEmission 1/1 Patching net/minecraft/world/entity/Entity$1 1/1 Patching net/minecraft/world/effect/MobEffects$1 1/1 Patching net/minecraft/world/effect/MobEffectCategory 1/1 Patching net/minecraft/world/effect/MobEffects 1/1 Patching net/minecraft/world/effect/MobEffect 1/1 Patching net/minecraft/world/effect/MobEffectInstance 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$Named 1/1 Patching net/minecraft/tags/Tag$Entry 1/1 Patching net/minecraft/tags/Tag$TagEntry 1/1 Patching net/minecraft/tags/Tag$OptionalElementEntry 1/1 Patching net/minecraft/tags/Tag$OptionalTagEntry 1/1 Patching net/minecraft/tags/Tag 1/1 Patching net/minecraft/tags/Tag$BuilderEntry 1/1 Patching net/minecraft/tags/Tag$ElementEntry 1/1 Patching net/minecraft/tags/StaticTagHelper$Wrapper 1/1 Patching net/minecraft/tags/StaticTags 1/1 Patching net/minecraft/tags/GameEventTags 1/1 Patching net/minecraft/tags/FluidTags 1/1 Patching net/minecraft/tags/StaticTagHelper 1/1 Patching net/minecraft/tags/EntityTypeTags 1/1 Patching net/minecraft/stats/StatType 1/1 Patching net/minecraft/tags/Tag$Builder 1/1 Patching net/minecraft/tags/ItemTags 1/1 Patching net/minecraft/sounds/SoundEvent 1/1 Patching net/minecraft/tags/BlockTags 1/1 Patching net/minecraft/server/rcon/thread/RconClient 1/1 Patching net/minecraft/server/rcon/RconConsoleSource 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/ResourceManagerReloadListener 1/1 Patching net/minecraft/server/packs/resources/SimpleJsonResourceReloadListener 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/repository/PackRepository 1/1 Patching net/minecraft/server/packs/repository/Pack 1/1 Patching net/minecraft/server/packs/VanillaPackResources$1 1/1 Patching net/minecraft/server/packs/PackResources 1/1 Patching net/minecraft/server/players/PlayerList 1/1 Patching net/minecraft/server/network/ServerLoginPacketListenerImpl$State 1/1 Patching net/minecraft/server/network/ServerHandshakePacketListenerImpl$1 1/1 Patching net/minecraft/server/network/ServerLoginPacketListenerImpl$1 1/1 Patching net/minecraft/server/network/ServerHandshakePacketListenerImpl 1/1 Patching net/minecraft/server/network/ServerGamePacketListenerImpl$EntityInteraction 1/1 Patching net/minecraft/server/packs/VanillaPackResources 1/1 Patching net/minecraft/server/network/ServerConnectionListener$LatencySimulator 1/1 Patching net/minecraft/server/network/ServerGamePacketListenerImpl$2 1/1 Patching net/minecraft/server/network/ServerGamePacketListenerImpl$1 1/1 Patching net/minecraft/server/network/ServerConnectionListener$LatencySimulator$DelayedMessage 1/1 Patching net/minecraft/server/network/ServerLoginPacketListenerImpl 1/1 Patching net/minecraft/server/network/ServerConnectionListener$2 1/1 Patching net/minecraft/server/network/MemoryServerHandshakePacketListenerImpl 1/1 Patching net/minecraft/server/network/ServerConnectionListener 1/1 Patching net/minecraft/server/network/ServerConnectionListener$1 1/1 Patching net/minecraft/server/level/Ticket 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/ServerPlayer$1 1/1 Patching net/minecraft/server/level/ServerLevel$EntityCallbacks 1/1 Patching net/minecraft/server/level/ServerPlayerGameMode 1/1 Patching net/minecraft/sounds/SoundEvents 1/1 Patching net/minecraft/server/level/ServerChunkCache$MainThreadExecutor 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$ChunkTicketTracker 1/1 Patching net/minecraft/server/level/ServerEntity 1/1 Patching net/minecraft/server/level/DistanceManager 1/1 Patching net/minecraft/server/level/ServerChunkCache 1/1 Patching net/minecraft/server/level/ChunkMap$DistanceManager 1/1 Patching net/minecraft/server/level/ChunkMap$2 1/1 Patching net/minecraft/server/level/ChunkMap$TrackedEntity 1/1 Patching net/minecraft/server/level/ChunkMap$1 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$ChunkSaveDebug 1/1 Patching net/minecraft/server/level/ChunkHolder$FullChunkStatus 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/dedicated/Settings$MutableValue 1/1 Patching net/minecraft/server/gui/MinecraftServerGui 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/ChunkHolder 1/1 Patching net/minecraft/server/network/ServerGamePacketListenerImpl 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/commands/TeleportCommand$LookAt 1/1 Patching net/minecraft/server/commands/SpreadPlayersCommand$Position 1/1 Patching net/minecraft/server/commands/SpreadPlayersCommand 1/1 Patching net/minecraft/server/commands/TeleportCommand 1/1 Patching net/minecraft/server/level/ChunkMap 1/1 Patching net/minecraft/server/commands/LocateCommand 1/1 Patching net/minecraft/server/ServerResources 1/1 Patching net/minecraft/server/PlayerAdvancements$1 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/ResourceLocation 1/1 Patching net/minecraft/server/Bootstrap 1/1 Patching net/minecraft/resources/ResourceKey 1/1 Patching net/minecraft/resources/RegistryReadOps$ReadCache 1/1 Patching net/minecraft/resources/RegistryReadOps$1 1/1 Patching net/minecraft/resources/RegistryReadOps$ResourceAccess$MemoryMap 1/1 Patching net/minecraft/server/PlayerAdvancements 1/1 Patching net/minecraft/resources/RegistryReadOps$ResourceAccess 1/1 Patching net/minecraft/resources/RegistryReadOps$ResourceAccess$1 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/resources/RegistryReadOps 1/1 Patching net/minecraft/network/syncher/EntityDataSerializers$7 1/1 Patching net/minecraft/network/syncher/EntityDataSerializers$6 1/1 Patching net/minecraft/network/syncher/EntityDataSerializers$8 1/1 Patching net/minecraft/network/syncher/EntityDataSerializers$5 1/1 Patching net/minecraft/network/syncher/EntityDataSerializers$4 1/1 Patching net/minecraft/network/syncher/EntityDataSerializers$3 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$16 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 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$13 1/1 Patching net/minecraft/network/syncher/EntityDataSerializers$12 1/1 Patching net/minecraft/network/syncher/EntityDataSerializers$1 1/1 Patching net/minecraft/network/protocol/status/ServerStatus$Version 1/1 Patching net/minecraft/network/syncher/EntityDataSerializers$10 1/1 Patching net/minecraft/network/protocol/status/ServerStatus 1/1 Patching net/minecraft/network/protocol/status/ServerStatus$Players 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/ClientboundStatusResponsePacket 1/1 Patching net/minecraft/network/protocol/login/ServerboundCustomQueryPacket 1/1 Patching net/minecraft/network/protocol/status/ServerStatus$Players$Serializer 1/1 Patching net/minecraft/network/protocol/login/ClientboundCustomQueryPacket 1/1 Patching net/minecraft/network/protocol/handshake/ClientIntentionPacket 1/1 Patching net/minecraft/network/protocol/game/ServerboundSetCreativeModeSlotPacket 1/1 Patching net/minecraft/network/syncher/SynchedEntityData 1/1 Patching net/minecraft/network/protocol/game/ServerboundCustomPayloadPacket 1/1 Patching net/minecraft/network/protocol/game/ServerboundContainerClickPacket 1/1 Patching net/minecraft/network/protocol/game/ClientboundUpdateAttributesPacket$AttributeSnapshot 1/1 Patching net/minecraft/network/protocol/game/ClientboundUpdateAttributesPacket 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/TranslatableComponent 1/1 Patching net/minecraft/network/chat/Style$Serializer 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/nbt/StringTag 1/1 Patching net/minecraft/network/Connection 1/1 Patching net/minecraft/nbt/StringTag$1 1/1 Patching net/minecraft/nbt/NbtAccounter$1 1/1 Patching net/minecraft/nbt/NbtAccounter 1/1 Patching net/minecraft/nbt/NbtIo 1/1 Patching net/minecraft/nbt/CompoundTag$1 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/network/FriendlyByteBuf 1/1 Patching net/minecraft/data/worldgen/biome/Biomes 1/1 Patching net/minecraft/data/tags/TagsProvider$TagAppender 1/1 Patching net/minecraft/data/tags/FluidTagsProvider 1/1 Patching net/minecraft/data/tags/GameEventTagsProvider 1/1 Patching net/minecraft/data/tags/TagsProvider 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/HashCache 1/1 Patching net/minecraft/data/BuiltinRegistries 1/1 Patching net/minecraft/core/particles/ParticleTypes$1 1/1 Patching net/minecraft/data/loot/EntityLoot 1/1 Patching net/minecraft/core/particles/ParticleType 1/1 Patching net/minecraft/core/particles/ItemParticleOption 1/1 Patching net/minecraft/core/particles/ItemParticleOption$1 1/1 Patching net/minecraft/core/particles/ParticleTypes 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$8 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$9 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$8$1 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$7 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$5 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$6 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/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$24 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$21 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$22 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$20 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$19 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$18 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$17 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$2 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$16 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$15 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$13 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$12 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$11 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$1 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$14 1/1 Patching net/minecraft/core/dispenser/DispenseItemBehavior$10 1/1 Patching net/minecraft/core/RegistryAccess$RegistryData 1/1 Patching net/minecraft/core/RegistryAccess 1/1 Patching net/minecraft/core/RegistryAccess$RegistryHolder 1/1 Patching net/minecraft/core/MappedRegistry$RegistryEntry 1/1 Patching net/minecraft/data/recipes/RecipeProvider 1/1 Patching net/minecraft/core/Direction$AxisDirection 1/1 Patching net/minecraft/core/Direction$Plane 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$Axis$1 1/1 Patching net/minecraft/core/Direction$Axis 1/1 Patching net/minecraft/core/MappedRegistry 1/1 Patching net/minecraft/core/Direction$1 1/1 Patching net/minecraft/core/Direction 1/1 Patching net/minecraft/core/Registry 1/1 Patching net/minecraft/data/loot/BlockLoot 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/commands/Commands$ParseFunction 1/1 Patching net/minecraft/commands/Commands$CommandSelection 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/Util$OS$2 1/1 Patching net/minecraft/advancements/AdvancementRewards 1/1 Patching net/minecraft/Util$OS$1 1/1 Patching net/minecraft/advancements/Advancement 1/1 Patching net/minecraft/Util$IdentityStrategy 1/1 Patching net/minecraft/Util$9 1/1 Patching net/minecraft/advancements/AdvancementList 1/1 Patching net/minecraft/Util$7 1/1 Patching net/minecraft/Util$OS 1/1 Patching net/minecraft/Util$8 1/1 Patching net/minecraft/Util$6 1/1 Patching net/minecraft/Util$5 1/1 Patching net/minecraft/Util$1 1/1 Patching net/minecraft/Util$4 1/1 Patching net/minecraft/Util$3 1/1 Patching net/minecraft/SharedConstants 1/1 Patching net/minecraft/CrashReportCategory$Entry 1/1 Patching net/minecraft/CrashReport 1/1 Patching net/minecraft/advancements/Advancement$Builder 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/blaze3d/platform/Window$WindowInitFailed 1/1 Patching com/mojang/math/Matrix3f 1/1 Patching com/mojang/blaze3d/vertex/VertexFormat$Mode 1/1 Patching com/mojang/math/Matrix4f 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/VertexFormatElement$Usage$SetupState 1/1 Patching com/mojang/blaze3d/vertex/BufferBuilder$1 1/1 Patching com/mojang/blaze3d/vertex/VertexConsumer 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/VertexFormatElement$Usage$ClearState 1/1 Patching com/mojang/blaze3d/vertex/VertexFormatElement$Type 1/1 Patching com/mojang/blaze3d/vertex/BufferBuilder$SortState 1/1 Patching com/mojang/blaze3d/vertex/BufferBuilder 1/1 Patching com/mojang/blaze3d/platform/Window 1/1 Patching com/mojang/blaze3d/platform/GlStateManager$StencilFunc 1/1 Patching com/mojang/blaze3d/platform/GlStateManager$StencilState 1/1 Patching com/mojang/blaze3d/platform/GlStateManager$ScissorState 1/1 Patching com/mojang/blaze3d/platform/GlStateManager$PolygonOffsetState 1/1 Patching com/mojang/blaze3d/platform/GlStateManager$DestFactor 1/1 Patching com/mojang/blaze3d/platform/GlStateManager$ColorMask 1/1 Patching com/mojang/blaze3d/platform/GlStateManager$Viewport 1/1 Patching com/mojang/blaze3d/platform/GlStateManager$CullState 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$SourceFactor 1/1 Patching com/mojang/blaze3d/platform/GlStateManager$DepthState 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/GlStateManager$LogicOp 1/1 Patching com/mojang/blaze3d/pipeline/RenderTarget 1/1 Patching com/mojang/blaze3d/platform/GlStateManager 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/ParticleEngine$SpriteParticleRegistration 1/1 Patching net/minecraft/client/particle/TerrainParticle 1/1 Patching net/minecraft/client/Minecraft$1 1/1 Patching net/minecraft/client/Minecraft$ChatStatus 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/chunk/ChunkRenderDispatcher$RenderChunk 1/1 Patching net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$RenderChunk$RebuildTask 1/1 Patching net/minecraft/client/renderer/Sheets 1/1 Patching net/minecraft/client/renderer/FogRenderer$FogMode 1/1 Patching net/minecraft/client/renderer/LevelRenderer$RenderInfoMap 1/1 Patching net/minecraft/client/renderer/DimensionSpecialEffects$OverworldEffects 1/1 Patching net/minecraft/client/particle/ParticleEngine 1/1 Patching net/minecraft/client/renderer/item/ItemProperties$2 1/1 Patching net/minecraft/client/renderer/item/ItemProperties$CompassWobble 1/1 Patching net/minecraft/client/renderer/item/ItemProperties$1 1/1 Patching net/minecraft/client/renderer/chunk/ChunkRenderDispatcher 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/block/ModelBlockRenderer$Cache 1/1 Patching net/minecraft/client/renderer/item/ItemProperties 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/ItemInHandRenderer 1/1 Patching net/minecraft/client/renderer/block/ModelBlockRenderer$SizeInfo 1/1 Patching net/minecraft/client/renderer/block/model/BakedQuad 1/1 Patching net/minecraft/client/renderer/block/model/FaceBakery$1 1/1 Patching net/minecraft/client/renderer/ItemBlockRenderTypes 1/1 Patching net/minecraft/client/renderer/block/ModelBlockRenderer 1/1 Patching net/minecraft/client/renderer/block/LiquidBlockRenderer 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/model/ItemOverrides 1/1 Patching net/minecraft/client/renderer/block/model/ItemTransform 1/1 Patching net/minecraft/client/renderer/block/model/ItemTransforms 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/MultiVariant 1/1 Patching net/minecraft/client/renderer/block/model/ItemTransforms$TransformType 1/1 Patching net/minecraft/client/renderer/block/model/BlockModel$Deserializer 1/1 Patching net/minecraft/client/renderer/block/model/FaceBakery 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/ItemModelGenerator$Span 1/1 Patching net/minecraft/client/renderer/block/model/MultiVariant$Deserializer 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/TextureAtlas$Preparations 1/1 Patching net/minecraft/client/renderer/texture/TextureAtlasSprite$FrameInfo 1/1 Patching net/minecraft/client/renderer/block/model/BlockModel 1/1 Patching net/minecraft/client/renderer/block/ModelBlockRenderer$AmbientOcclusionFace 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/GameRenderer 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 1/1 Patching net/minecraft/client/renderer/texture/Stitcher 1/1 Patching net/minecraft/client/renderer/LevelRenderer$RenderChunkInfo 1/1 Patching net/minecraft/client/renderer/texture/TextureAtlasSprite$AnimatedTexture 1/1 Patching net/minecraft/client/renderer/DimensionSpecialEffects$NetherEffects 1/1 Patching net/minecraft/client/renderer/LightTexture 1/1 Patching net/minecraft/client/renderer/PostChain 1/1 Patching net/minecraft/client/renderer/texture/TextureAtlas 1/1 Patching net/minecraft/client/renderer/texture/TextureManager 1/1 Patching net/minecraft/client/renderer/entity/BoatRenderer 1/1 Patching net/minecraft/client/renderer/EffectInstance 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/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/entity/player/PlayerRenderer 1/1 Patching net/minecraft/client/renderer/entity/LivingEntityRenderer$1 1/1 Patching net/minecraft/client/renderer/entity/EntityRenderDispatcher 1/1 Patching net/minecraft/client/renderer/LevelRenderer 1/1 Patching net/minecraft/client/renderer/entity/layers/HumanoidArmorLayer$1 1/1 Patching net/minecraft/client/renderer/entity/layers/HumanoidArmorLayer 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/ScreenEffectRenderer 1/1 Patching net/minecraft/client/renderer/FogRenderer 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/ShaderInstance 1/1 Patching net/minecraft/client/renderer/ShaderInstance$1 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$TimeProfiler 1/1 Patching net/minecraft/server/MinecraftServer$TimeProfiler$1 1/1 Patching net/minecraft/server/MinecraftServer$2 1/1 Patching net/minecraft/server/Main$1 1/1 Patching net/minecraft/server/MinecraftServer$1 1/1 Patching net/minecraft/client/main/Main$2 1/1 Patching net/minecraft/client/main/Main$1 1/1 Patching net/minecraft/client/ClientBrandRetriever 1/1 Patching net/minecraft/client/main/Main$3 1/1 Patching net/minecraft/data/Main 1/1 Patching net/minecraft/client/KeyMapping 1/1 Patching net/minecraft/client/main/Main 1/1 Patching net/minecraft/server/Main 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/ModelManager 1/1 Patching net/minecraft/client/resources/model/WeightedBakedModel$Builder 1/1 Patching net/minecraft/client/resources/model/BakedModel 1/1 Patching net/minecraft/client/resources/model/WeightedBakedModel 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/MultiPartBakedModel$Builder 1/1 Patching net/minecraft/client/resources/model/SimpleBakedModel 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/ClientLanguage 1/1 Patching net/minecraft/client/resources/language/LanguageManager 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/server/MinecraftServer 1/1 Patching net/minecraft/client/player/RemotePlayer 1/1 Patching net/minecraft/client/Minecraft$ChatStatus$3 1/1 Patching net/minecraft/client/User 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/screens/LoadingOverlay 1/1 Patching net/minecraft/client/gui/components/DebugScreenOverlay 1/1 Patching net/minecraft/client/gui/screens/TitleScreen$1 1/1 Patching net/minecraft/client/gui/screens/packs/PackSelectionModel$UnselectedPackEntry 1/1 Patching net/minecraft/client/gui/screens/packs/PackSelectionModel$EntryBase 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/Gui 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$CategoryEntry$1 1/1 Patching net/minecraft/client/gui/screens/controls/ControlList$KeyEntry$1 1/1 Patching net/minecraft/client/gui/screens/controls/ControlList$KeyEntry$2 1/1 Patching net/minecraft/client/gui/screens/controls/ControlList 1/1 Patching net/minecraft/client/gui/screens/controls/ControlList$CategoryEntry 1/1 Patching net/minecraft/client/gui/screens/recipebook/RecipeBookComponent 1/1 Patching net/minecraft/client/gui/screens/controls/ControlsScreen 1/1 Patching net/minecraft/client/gui/screens/controls/ControlList$KeyEntry 1/1 Patching net/minecraft/client/gui/screens/LanguageSelectScreen$LanguageSelectionList$Entry 1/1 Patching net/minecraft/client/gui/screens/TitleScreen 1/1 Patching net/minecraft/client/gui/screens/LanguageSelectScreen$LanguageSelectionList 1/1 Patching net/minecraft/client/gui/screens/Screen 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/advancements/AdvancementsScreen 1/1 Patching net/minecraft/client/gui/screens/OptionsScreen 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$SlotWrapper 1/1 Patching net/minecraft/client/gui/screens/inventory/EffectRenderingInventoryScreen 1/1 Patching net/minecraft/client/gui/screens/inventory/CreativeModeInventoryScreen$ItemPickerMenu 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/DeathScreen 1/1 Patching net/minecraft/client/gui/screens/multiplayer/ServerSelectionList$NetworkServerEntry 1/1 Patching net/minecraft/client/gui/screens/multiplayer/ServerSelectionList$Entry 1/1 Patching net/minecraft/client/gui/screens/LanguageSelectScreen 1/1 Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$2 1/1 Patching net/minecraft/client/gui/screens/inventory/CreativeModeInventoryScreen 1/1 Patching net/minecraft/client/gui/screens/multiplayer/ServerSelectionList 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/CreateWorldScreen$OperationFailedException 1/1 Patching net/minecraft/client/gui/screens/worldselection/CreateWorldScreen$SelectedGameMode 1/1 Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$6 1/1 Patching net/minecraft/client/gui/screens/multiplayer/ServerSelectionList$OnlineServerEntry 1/1 Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$7 1/1 Patching net/minecraft/client/gui/screens/multiplayer/JoinMultiplayerScreen 1/1 Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$4 1/1 Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$5 1/1 Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$1 1/1 Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$8 1/1 Patching net/minecraft/client/gui/screens/worldselection/CreateWorldScreen$1 1/1 Patching net/minecraft/client/gui/screens/worldselection/WorldPreset 1/1 Patching net/minecraft/client/gui/screens/worldselection/WorldPreset$3 1/1 Patching net/minecraft/client/gui/screens/worldselection/WorldGenSettingsComponent 1/1 Patching net/minecraft/client/gui/Gui$HeartType 1/1 Patching net/minecraft/client/gui/screens/worldselection/CreateWorldScreen 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/searchtree/SearchRegistry 1/1 Patching net/minecraft/client/Options$3 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/ClientLevel$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/ServerStatusPinger$2$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/ClientChunkCache$Storage 1/1 Patching net/minecraft/client/multiplayer/ServerStatusPinger$1 1/1 Patching net/minecraft/client/multiplayer/ClientLevel$EntityCallbacks 1/1 Patching net/minecraft/client/multiplayer/ServerStatusPinger 1/1 Patching net/minecraft/client/multiplayer/ServerData$ServerPackStatus 1/1 Patching net/minecraft/client/Minecraft$ExperimentalDialogType 1/1 Patching net/minecraft/client/Options$1 1/1 Patching net/minecraft/client/multiplayer/ClientHandshakePacketListenerImpl 1/1 Patching net/minecraft/client/multiplayer/MultiPlayerGameMode 1/1 Patching net/minecraft/client/multiplayer/ClientLevel 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!
patuuh / Cache CheckeRScript that scans urls for their use of caching methods. For future cache poisoning matters
No description available
sirEbRaHiM / MHST WP Plugin Scanneraddthis wp-super-cache woocommerce captcha google-analytics-for-wordpress google-analyticator tinymce-advanced wp-pagenavi image-widget wp-maintenance-mode si-contact-form social-networks-auto-poster-facebook-twitter-g all-in-one-favicon options-framework contact-form-7-to-database-extension wysija-newsletters ultimate-coming-soon-page gallery-plugin share-this newsletter googleanalytics disable-comments quick-pagepost-redirect-plugin bulletproof-security really-simple-facebook-twitter-share-buttons mappress-google-maps-for-wordpress facebook-button-plugin wp-e-commerce breadcrumb-navxt page-links-to lightbox-plus better-wp-security xhanch-my-twitter add-link-to-facebook wptouch really-simple-captcha ready-ecommerce easy-contact-forms events-manager twitter-widget-pro buddypress wp-slimstat digg-digg syntaxhighlighter broken-link-checker slideshow-jquery-image-gallery wp-to-twitter regenerate-thumbnails wp-photo-album-plus updraftplus flash-album-gallery social worker backupwordpress bbpress seo-image adrotate hyper-cache printfriendly qtranslate subscribe2 wp125 disqus-comment-system list-category-posts stream-video-player simple-backup audio-player testimonials-widget seo-ultimate si-captcha-for-wordpress google-sitemap-plugin wordpress-backup-to-dropbox wp-multibyte-patch floating-social-media-icon codestyling-localization smart-youtube google-document-embedder wp-google-maps all-in-one-event-calendar wordfence wordpress-23-related-posts-plugin media-element-html5-video-and-audio-player lightbox-gallery redirection slick-social-share-buttons widget-logic user-role-editor wowslider iwp-client s2member wp-postviews visual-form-builder wp-google-fonts twitter-plugin adsense-plugin admin-menu-editor wp-table-reloaded youtube-embed-plus sexybookmarks font the-events-calendar underconstruction advanced-custom-fields newstatpress vipers-video-quicktags download-manager squirrly-seo wp-polls xml-sitemap-feed hello-dolly sociable jw-player-plugin-for-wordpress app-your-wordpress-uppsite wp-db-backup seo-automatic-links hotfix black-studio-tinymce-widget meteor-slides wordpress-facebook-like-plugin pretty-link antispam-bee rotatingtweets search-and-replace comprehensive-google-map-plugin adminimize really-simple-twitter-feed-widget contact-form-manager duplicator dmsguestbook spam-free-wordpress eshop wp-mail-smtp shareaholic exclude-pages display-widgets atcontent post-types-order wp-jquery-lightbox wp-dbmanager theme-my-login hupso-share-buttons-for-twitter-facebook-google maintenance-mode wp-easy-gallery form-maker slidedeck2 wordpress-simple-paypal-shopping-cart portfolio-slideshow youtube-embed wp-postratings quick-cache easing-slider ajax-thumbnail-rebuild mailchimp facebook-like-box-widget custom-contact-forms tablepress wp-optimize mingle-forum editorial-calendar bigcontact duplicate-post tubepress only-tweet-like-share-and-google-1 embedplus-for-wordpress ckeditor-for-wordpress easy-fancybox powerpress wordpress-https connections simply-instagram youtube-channel-gallery fancybox-for-wordpress wp-filebase wp-lightbox-2 add-meta-tags loginradius-for-wordpress wp-smushit jquery-colorbox easy-adsense-lite wordpress-popular-posts wordpress-popular-posts quick-adsense slideshow-gallery google-analytics-dashboard paypal-donations ml-slider exploit-scanner dp-maintenance-mode-lite user-switching simple-facebook-connect auto-post-thumbnail relevanssi stats smooth-slider register-plus-redux blogger-importer jigoshop wordpress-mobile-pack get-the-image polylang vslider commentluv formidable wordbooker facebook-comments-plugin members chartbeat all-in-one-webmaster maxbuttons wp-statistics wp-members buddypress-media soliloquy-lite feedwordpress wp-ajax-edit-comments strictly-autotags wp-piwik statpress-visitors link-manager cbnet-ping-optimizer wponlinebackup types theme-check easy-digital-downloads reveal-ids-for-wp-admin-25 link-library social-media-tabs easy-table ose-firewall antivirus custom-field-template wp-mobile-detector calendar wp-security-scan ajax-event-calendar custom-post-type-ui sitemap sharebar official-statcounter-plugin-for-wordpress wp-no-category-base velvet-blues-update-urls download-monitor contact-form-with-a-meeting-scheduler-by-vcita wp-youtube-lyte social-media-feather password-protected twitter-tools limit-login-attempts mp3-jplayer wpremote add-to-any google-xml-sitemap 404-to-start nivo-slider-for-wordpress polldaddy wp-rss-multi-importer wp-print dynamic-widgets option-tree related-posts carousel-without-jetpack picasa-express-x2 simple-page-ordering p3-profiler wp-twitter-feed background-manager cms-tree-page-view mechanic-visitor-counter special-recent-posts simple-sitemap